Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 800 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 800 Bytes

This is a repository of tools for evaluating and exploring climate effects linked to forest products.

climate_metrics.py: an implementation of the IPCC GWP method. forest_carbon.py: A class for modelling carbon dynamics from forest disturbance. web_app_demo/forest_carbon_web_app.py: a web application to explore strategies for reducing the climate effects of using forest products.

Development

Tests can be run from the top level directory with python -m pytest tests. The -m flag adds the current directory to sys.path.

Deployment

The web_app_demo is deployed from Github using Heroku. The Procfile points to the application from the main directory.