Using Evaluation-of-Climate-Change-Scenarios-Using-Global-Climate-Models with climate.com

Python integration

Install

pip install Evaluation-of-Climate-Change-Scenarios-Using-Global-Climate-Models

Quick start

import Evaluation-of-Climate-Change-Scenarios-Using-Global-Climate-Models

# Set your API key
client = Evaluation_of_Climate_Change_Scenarios_Using_Global_Climate_Models.Client(api_key="YOUR_API_KEY")
Retrieve list of Fields
curl \
  -H "X-Api-Key: $API_KEY" \
  https://platform.climate.com/v4/fields
Retrieve list of all Fields the user has access to.
curl \
  -H "X-Api-Key: $API_KEY" \
  https://platform.climate.com/v4/fields/all
Retrieve the operations accessible to a a given user.
curl \
  -H "X-Api-Key: $API_KEY" \
  https://platform.climate.com/v4/operations/all
SDK on GitHub 📄 API Docs
SDK
Evaluation-of-Climate-Change-Scenarios-Using-Global-Climate-Models
Python
API
climate.com
climate.com

At a glance

Language Python
Endpoints26
Base URLhttps://platform.climate.com