solutions icon indicating copy to clipboard operation
solutions copied to clipboard

The mission of Project Drawdown is to help the world reach “Drawdown”— the point in the future when levels of greenhouse gases in the atmosphere stop climbing and start to steadily decline, thereby st...

Results 71 solutions issues
Sort by recently updated
recently updated
newest added

Need: Create Auto results display function in python To find Auto Results table and formulas, find AutoResults tab in any solution. See example here: https://drive.google.com/file/d/1IOxQoFlkIfkJOjEwSLGraArLnCuY48yn/view?usp=sharing Standardized set of graphs and...

good first issue
Utility

While observing a PD integrations process, I noted that they use charts to give a summary overview of the entire set of solutions at once, as a way of mentally...

Python Model
Utility

This was broken out from the electricity generation integration. solutions#419 This tool gathers and sends data for the greenhouse gas tracker.

Python Model
Integration

You need to complete an NDA to work on this integration. Please review the contributing file before beginning work: https://github.com/ProjectDrawdown/solutions/blob/develop/CONTRIBUTING.md Once the NDA is completed, access can be granted -...

Python Model
Integration

The data that is off is 2014 data. This is impacting 11 for deep testing.

Python Model

Afforestation model fails key result tests because the python key result code explicitly skips certain "nonsense" situations, such as having a replacement lifetime value of 0, which Afforestation has. It...

bug
Python Model

The file .gitattributes is set up to have some files in git lfs, but not all that could be (it currently misses all the zips). It would be a simple...

Our integration implementation create temporary result files that exist in parallel to the files they would replace. Once an integration is complete, a user would want to make those temporary...

Python Model
Integration

What is here: * Create a new code directory called meta_model that has things that manage our data but are not domain specific. Things like caching, integration support, and so...

Currently all VMA, Adoption, and TAM tables are loaded statically, in the solution init files and elsewhere. To allow for web-based updating of the files, refactor this to use a...

API
Python Model