Rationalize regional support #20
Labels
design
enhancement
New feature or request
large-project
This is a very large meta-issue, and will turn into a number of individual issues as it proceeds.
Python Model
A goal for Project Drawdown going forward is to support modelling efforts at scales more focussed than the entire world. It is a goal to support solution models where, for example, the top level is the United States, or India, or similar and the major regions are the states and territories.
There are two places in the Python model implementation which know the set of regions supported:
model/dd.py:
model/emissionsfactors.py:conv_ref_grid_CO2eq_per_KWh()
Implementing a different set of regions currently requires forking the codebase, or developing on a branch. There should instead be a way to accommodate multiple datasets and sets of regions in a single branch.
The text was updated successfully, but these errors were encountered: