oemof / DHNx

District heating system optimisation and simulation models
MIT License
27 stars 12 forks source link

Move graph and osm import functions to input_output module #40

Closed jnnr closed 3 years ago

jnnr commented 4 years ago

There is an example for importing street networks from osm. The functionality is not included in main code base. Should be moved to the input_output.py-module. The same applies to the conversion function from and to nx.graph. Update: The functions for converting a ThermalNetwork to an nx.DiGraph is already in a separate module called graph.py