namespace package for python utilities and subprojects
This repository includes the carbonplan
namespace Python package. The package itself includes very little of substance, and is distributed to act as the top-level namespace for other Python packages developed by CarbonPlan. Other packages include:
Package | Import | GitHub Repo |
---|---|---|
carbonplan-data | import carbonplan.data |
https://github.com/carbonplan/data |
carbonplan-forest-offsets | import carbonplan.forest_offsets |
https://github.com/carbonplan/forest-offsets |
carbonplan-forest-risks | import carbonplan.forest_risks |
https://github.com/carbonplan/forest-risks |
carbonplan-styles | import carbonplan.styles |
https://github.com/carbonplan/styles |
pip install carbonplan[all]
# or individual sub packages
pip install carbonplan[styles]
from carbonplan.styles.mpl import set_theme
# this is the same things as
from carbonplan_styles.mpl import set_theme
All the code in this repository is MIT-licensed. We include attribution for this content, and we please request that you also maintain that attribution if using this data.
CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at carbonplan.org or get in touch by opening an issue or sending us an email.