OpenClimate Python Client Documentation

OpenClimate is a datastore for emissions data and target pledges. The OpenClimate Python Client is a Python 3.8+ package that provides a high-level interface to the OpenClimate API.

The goal of this package is to make it easier to focus on the analysis by abstracting away the details of making HTTP requests and handling responses.

Note

This is a work in progress. We strongly encourage you to open issues and contribute code.

Installation

# for latest release
pip install openclimate

# for bleeding-edge up-to-date commit
pip install -e git+https://github.com/Open-Earth-Foundation/OpenClimate-pyclient.git

Indices and tables