Closed thomas-qah closed 1 year ago
This PR enables the parsing of PowerPlants and fixes the parsing/processing of PowerRange.minValue and maxValue of Storage assets (such as Batteries).
PowerRange
minValue
maxValue
Storage
Batteries
It appeared these were not yet processed when exporting a scenario to ESDL
See the (small) changes of this PR.
What
This PR enables the parsing of PowerPlants and fixes the parsing/processing of
PowerRange
.minValue
andmaxValue
ofStorage
assets (such asBatteries
).Why?
It appeared these were not yet processed when exporting a scenario to ESDL
How?
See the (small) changes of this PR.