https://github.com/dvrpc/ghg-calculator
https://github.com/dvrpc/ghg-calculator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvrpc/ghg-calculator
- Owner: dvrpc
- Created: 2020-08-24T21:29:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T21:26:06.000Z (over 2 years ago)
- Last Synced: 2025-10-13T22:22:39.904Z (8 months ago)
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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`.