Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonplan/forest-offsets
retrospective analysis of complience IFM projects
https://github.com/carbonplan/forest-offsets
Last synced: 3 months ago
JSON representation
retrospective analysis of complience IFM projects
- Host: GitHub
- URL: https://github.com/carbonplan/forest-offsets
- Owner: carbonplan
- License: mit
- Created: 2020-10-01T03:21:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T01:23:16.000Z (4 months ago)
- Last Synced: 2024-08-01T21:26:59.897Z (3 months ago)
- Language: Python
- Homepage: http://carbonplan.org/research/forest-offsets-explainer
- Size: 13.4 MB
- Stars: 17
- Watchers: 7
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - forest-offsets - Includes our libraries and scripts for analyzing California's compliance forest carbon offsets program. (Emissions / Emission Observation and Modeling)
README
# carbonplan / forest-offsets
**analysis of forest offset projects**
[![CI](https://github.com/carbonplan/forest-offsets/actions/workflows/main.yaml/badge.svg)](https://github.com/carbonplan/forest-offsets/actions/workflows/main.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://img.shields.io/badge/code-10.5281/zenodo.4628604-6aa3d5?link=https://doi.org/10.5281/zenodo.4628604)](https://doi.org/10.5281/zenodo.4628604)
[![DOI:10.1101/2021.04.28.441870](http://img.shields.io/badge/preprint-10.1101/2021.04.28.441870-9f3a44.svg)](https://doi.org/10.1101/2021.04.28.441870)This repository includes our libraries and scripts for analyzing California's compliance forest carbon offsets program. This work is described in more detail in a [web article](https://carbonplan.org/research/forest-offsets-explainer), [preprint](https://doi.org/10.1101/2021.04.28.441870), and [publication](https://doi.org/10.1111/gcb.15943). See the [carbonplan/forest-offsets-paper](https://github.com/carbonplan/forest-offsets-paper) repository for Jupyter notebooks that specifically recreate all the figures in the preprint. You can also browse some of these data and results in an [interactive web map](https://carbonplan.org/research/forest-offsets).
## install
From PyPI:
```shell
pip install carbonplan_forest_offsets
```or from source:
```shell
pip install git+https://github.com/carbonplan/forest-offsets.git
```## data sources
All data sources used in this project are described in [this](./carbonplan_forest_offsets/data/catalog.yaml) Intake Catalog. A schematic representing the primary input datasets and outputs is shown below for reference.
![offsets-dag](./offsets-dag.png)
## data products
See the following Zenodo archives for descriptions of the data products produced by this project:
- G Badgley, J Freeman, J J Hamman, B Haya, D Cullenward (2021) California improved forest management offset project database (Version 1.0) https://doi.org/10.5281/zenodo.4630684.
- G Badgley, et al. (2021) Systematic over-crediting in California’s forest carbon offsets program https://doi.org/10.5281/zenodo.4630711.## environments
This project uses the Python and R programing languages. Environment specifications are included in the `envs/` directory and pre-built Docker images are available on Dockerhub:
- [retro-python-notebook](https://hub.docker.com/repository/docker/carbonplan/retro-python-notebook)
- [retro-r-notebook](https://hub.docker.com/repository/docker/carbonplan/retro-r-notebook)## license
All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/)-licensed. When possible, the data used by this project is licensed using the [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution and additional license information for third party datasets, and we request that you also maintain that attribution if using this data.
## about us
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](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/forest-offsets/issues/new) or [sending us an email](mailto:[email protected]).
## contributors
This project is being developed by CarbonPlan staff and the following outside contributors:
- Grayson Badgley (@badgley)