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

Minimal working prototype is missing #2

Closed jnnr closed 11 months ago

jnnr commented 1 year ago

Task: Build an oemof.tabular datapackage for the minimal example and conceptualize all the steps that are necessary to transform the input data into the target datapackage.

We defined the example to contain:

The input data can be found here:

The corresponding oemof.tabular datapackage will look like this:

├── data
│   ├── elements
│   │   ├── bus.csv
│   │   ├── commodity.csv
│   │   ├── conversion.csv
│   │   ├── load.csv
│   │   ├── storage.csv
│   │   └── volatile.csv
│   └── sequences
│       ├── load_profile.csv
│       └── volatile_profile.csv
├── datapackage.json
jnnr commented 1 year ago

These steps have to be performed to transform the input data into the target datapackage:

elements

bus

commodity

conversion

load

storage

volatile

sequences

Take these data, unstack timeseries and plug them into load_profile.csv and volatile_profile.csv

FelixMau commented 11 months ago

Outdated