You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about integrating TSAM into data_adapter, but as processes are read sequentially from adapter this is not possible.
This is only possible once we have all sequences at hand - this would be in line
of data_adapter_oemof - at this place we could start a timeseries aggregation and store aggregated timeseries into sequences folder afterwards.
Additionally, we have to read in TSAM config (from JSON?) when building datapackage and store TSAM config into datapackage at some place as well - second step is addressed in oemof/oemof-tabular#138.
The text was updated successfully, but these errors were encountered:
Check out the first draft for the tabular input format in folder dispatch_multi_period_tsam/data/tsamhere.
The parameter occurences will be omitted, as discussed with @henhuy.
What do you think?
I thought about integrating TSAM into
data_adapter
, but as processes are read sequentially from adapter this is not possible.This is only possible once we have all sequences at hand - this would be in line
data_adapter_oemof/data_adapter_oemof/build_datapackage.py
Line 440 in ed1fc54
data_adapter_oemof
- at this place we could start a timeseries aggregation and store aggregated timeseries into sequences folder afterwards.Additionally, we have to read in TSAM config (from JSON?) when building datapackage and store TSAM config into datapackage at some place as well - second step is addressed in oemof/oemof-tabular#138.
The text was updated successfully, but these errors were encountered: