An open API service indexing awesome lists of open source software.

https://github.com/dvrpc/ghg-calculator


https://github.com/dvrpc/ghg-calculator

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pathways to Greenhouse Gas Reductions in the Metropolitan Philadelphia Area

This tool allows users to change various inputs that contribute to greenhouse gas emissions and charts the results, comparing them to a baseline of the region's emissions in 2015.

## Development Version

Copy environment.py.example to environment.py and uncomment the variables under the development heading, then run the `dev_start` program. App will be available at http://localhost:8000.

## Tests

Create/activate the virtual environment and run `python -m pytest`.