OnSSET / onsset

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

Vectorize grid penalties calculations to improve calculation speed #9

Closed AndreasSahlberg closed 4 years ago

AndreasSahlberg commented 4 years ago

https://github.com/OnSSET/onsset/blob/5aab5840b8cce78aa7d75ca9d0720f7cc507ff41/onsset/onsset.py#L883

AndreasSahlberg commented 4 years ago

Performance can be improved by using df.loc and then operating directly on arrays.

Also, add docstrings