OnSSET / onsset

The code of the Open Source Spatial Electrification Tool (OnSSET)
http://www.onsset.org
Other
26 stars 32 forks source link

Separate set_scenario_variables into three methods #69

Closed AndreasSahlberg closed 4 years ago

AndreasSahlberg commented 4 years ago

https://github.com/OnSSET/onsset/blob/0e0cf945fdb5267fdd5dbbbb3541d5c31b2b7dc5/onsset/onsset.py#L1412

  1. First method should calculate new connections.
  2. Second method should define the residential demand
  3. Third method should combine all demand sectors to form the total demand per settlement
AndreasSahlberg commented 4 years ago

Also, add docstrings for each method