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

Adding method to ad busses to elements dict #34

Closed FelixMau closed 1 year ago

FelixMau commented 1 year ago

Adding method that takes finished dict with scalar elements and searches for bus entries within. Then adds the bus Dataframe to Dict as "bus": pandas.DataFrame

henhuy commented 1 year ago

My idea would be to gather all busses while iterating over processes... So start with an empty list and add them successively

FelixMau commented 1 year ago

Will change to that. For justification: I didn't want to extend the loop with to much functionality and keep the bus csv in a separate function.