Motivation
Two issues:
- It would be nice to have better column names in the extracted results data frame
component_resource_produces -> component_resource_production just reads a bit easier same with consumes -> consumption
- It would also be nice to include all time-series values, although it might hard to distinguish between the important time series and the fixed-value time-series. For example a constant
max_capacity_profile versus a max_capacity_profile given from a time-series dataset.
Design
change the extract_results() method.
Impact
Better readability and useability of the results.