The demand time series representing aggregated demand at each HV bus does not differentiate between sectors. This does not make sense for eTraGo and, thus, isn't needed there. But, with pulling data from eTraGo's results, it becomes interesting for eDisGo. Would it be possible to change the demand representation in the table EgoDemandHvmvDemand that this table differentiate between h0,g0,l0,i0? The change is made easily be removing sum() from here. I worry more about other scripts/eTraGo that access this table.
The demand time series representing aggregated demand at each HV bus does not differentiate between sectors. This does not make sense for eTraGo and, thus, isn't needed there. But, with pulling data from eTraGo's results, it becomes interesting for eDisGo. Would it be possible to change the demand representation in the table EgoDemandHvmvDemand that this table differentiate between h0,g0,l0,i0? The change is made easily be removing
sum()from here. I worry more about other scripts/eTraGo that access this table.