sedos-project / data_adapter_oemof

This respository holds the data adapters to connect oemof with the OEDatamodel-concrete.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Integrate TSAM #57

Closed henhuy closed 8 months ago

henhuy commented 11 months ago

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 https://github.com/sedos-project/data_adapter_oemof/blob/ed1fc54362f0b03585f8410c572d4adeeb3283a5/data_adapter_oemof/build_datapackage.py#L440 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 https://github.com/oemof/oemof-tabular/issues/138.

nailend commented 10 months ago

Check out the first draft for the tabular input format in folder dispatch_multi_period_tsam/data/tsam here. The parameter occurences will be omitted, as discussed with @henhuy. What do you think?