oemof / oemof-tabular

Load oemof energy systems from tabular data sources.
https://oemof-tabular.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Add multi-period to deserialization #111

Closed nailend closed 1 year ago

nailend commented 1 year ago

To start oemof.tabular the read_from_datapackge deserialization needs to get additional information. This is done by adding an additional resource periods and passing the periods information via csv-file.

The reading-module needs to be adapted. Further an example is added.