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

Deriving foreign keys from datapackage #23

Closed FelixMau closed 1 year ago

FelixMau commented 1 year ago

The Datapackage class should have a function to directly derive foreign keys. These should be compatible with the oemof.tabular.datapackage.reading.deserialize_energy_system function for easy and fast deserialization of energy systems.

Branch to be created after #21 and #13