Skip to content

carbonplan/enhanced-weathering

Repository files navigation

CarbonPlan monogram.

carbonplan / quantifying enhanced weathering

a tool for exploring different quantitative methods that could be used in enhanced weathering MRV

GitHub deployments License: MIT

resources

to build the site locally

Assuming you already have Node.js installed, you can install the build dependencies as:

npm install .

To start a development version of the site, simply run:

npm run dev

and then visit http://localhost:5001/research/ew-quantification in your browser.

to build the EW data

You will need to unlock the Google Sheets key using git-crypt. Unlocking is simplest using a symmetric secret key securely shared by a team member.

Note: If you don't have mamba installed, conda can be used as a environment manager, just expect much longer solving times.

Once you have the gcp credentials stored, you can create a conda environment with the command:

mamba env create --file binder/environment.yml

Once this has been created, you can activate it with:

mamba activate ew

Then run the following python script to generate json data for the legend and quantification approach json data.

cd enhanced-weathering
python QA_to_json.py

Once you have re-generated the .json data. You can create a new branch and push to the repo.

license

All the code in this repository is MIT-licensed, but we request that you please provide attribution if reusing any of our digital content (graphics, logo, articles, etc.).

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 or get in touch by opening an issue or sending us an email.

About

tool for exploring the methods behind enhanced weathering MRV

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published