OffsetsDB-API, is a fastAPI application, designed to integrate and harmonize data related to the issuance and use of offset credits from the six major offset registries. This database aims to promote transparency and accountability in the carbon offsets market. It provides an accessible online tool, data downloads, and APIs for researchers, journalists, and regulators.
Project | GitHub Repo |
---|---|
offsets-db-web | https://github.com/carbonplan/offsets-db-web |
offsets-db-api | https://github.com/carbonplan/offsets-db-api |
offsets-db-data | https://github.com/carbonplan/offsets-db-data |
To install the package, you can use pip:
python -m pip install git+https://github.com/carbonplan/offsets-db-api
You can also install the package locally by cloning the repository and running:
git clone https://github.com/carbonplan/offsets-db-api
cd offsets-db-api
python -m pip install -e .
To run the API locally, you can use the following command:
uvicorn offsets_db_api.main:app --reload
All the code in this repository is MIT licensed.
Important
Data associated with this repository are subject to additional terms of data access.
CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of carbon removal and climate solutions through open data and tools. Find out more at carbonplan.org or get in touch by opening an issue or sending us an email.