OnSSET / onsset

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

Vectorise grid penalties #79

Closed oluchee closed 4 years ago

oluchee commented 4 years ago

fixes #9

willu47 commented 4 years ago

@oluchee - Suggest looking at pandas.cut or pandas.qcut to replace the manual discretisation/classification approach used here. See https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.cut.html