Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carbonplan/cdr-database
reports on carbon removal projects and technologies
https://github.com/carbonplan/cdr-database
Last synced: about 2 months ago
JSON representation
reports on carbon removal projects and technologies
- Host: GitHub
- URL: https://github.com/carbonplan/cdr-database
- Owner: carbonplan
- License: mit
- Created: 2020-04-01T15:38:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T01:22:44.000Z (6 months ago)
- Last Synced: 2024-10-29T19:52:57.135Z (2 months ago)
- Language: JavaScript
- Homepage: https://carbonplan.org/research/cdr-database
- Size: 4.56 MB
- Stars: 26
- Watchers: 5
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - Carbon Dioxide Removal Database - Open science reports on carbon removal projects and technologies. (Emissions / Carbon Offsets and Trading)
README
# carbonplan / cdr-database
**reports on carbon removal projects and technologies**
[![CI](https://github.com/carbonplan/cdr-database/actions/workflows/main.yml/badge.svg)](https://github.com/carbonplan/cdr-database/actions/workflows/main.yml)
![GitHub deployments](https://img.shields.io/github/deployments/carbonplan/cdr-database/production?label=vercel)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/252217021.svg)](https://zenodo.org/badge/latestdoi/252217021)## resources
- Main website: https://carbonplan.org/
- This site: https://carbonplan.org/research/cdr-database## to build the projects data
To run the script that generates the project data, first install the requirements:
```shell
pip install -r requirements.txt
```You will also need to unlock the Google Sheets key using [`git-crypt`](https://github.com/AGWA/git-crypt). Unlocking is simplest using a symmetric secret key securely shared by a team member.
Finally, you may run the command to generate the projects list for all review cycles:
```shell
python scripts/build_projects.py strp2020 strp2021q1 strp2021q4 msft2021
```## to build the site locally
Assuming you already have `Node.js` installed, you can install the build dependencies with:
```shell
npm install .
```To start a development version of the site, simply run:
```shell
npm run dev
```and then visit `http://localhost:5000/research/cdr-database` in your browser.
## license
All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed, but we request that you please provide attribution if reusing any of our digital content (graphics, logo, reports, etc.). Some of the data featured here is sourced from content made available under a [CC-BY-4.0](https://choosealicense.com/licenses/cc-by-4.0/) license. We include attribution for this content, and we please 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/cdr-database/issues/new) or [sending us an email](mailto:[email protected]).