Create a network from oemof.dhnx network data or geodata with "from-to" information of nodes and pipes #438
Replies: 3 comments
-
Dear @gitfeldhase , welcome to the pandapipes repo. The conversion of network data from different input formats has a long history in the development of pandapipes and especially pandapower. The sad news is that there is no direct solution like one command and tada, here's your pandapipes network. The good news is that with the help of pandas and the nice bulk-create functions provided in pandapipes, you should have an easy time to write your own converter. We are currently working on providing a STANET converter (developments, see here), from which you might get an idea of what to do. So basically, the procedure would be:
If you encounter any problems, just let us know. Btw. is that some standard formulation like GasLib or SciGridGas? As such a converter would be useful for many others, we would like to encourage you to contribute to pandapipes in order to add more converters to our library. Kind regards |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks a lot for the fast reply and the detailed descriptions! The dataformat is the output of the oemof.dhnx library which is quite nice to creat new grids from geodata from osm. Thanks for the support! |
Beta Was this translation helpful? Give feedback.
-
Ah, it's oemof, all right. Seemed familiar to me. In that case, a converter would be really nice to have. Thanks for the hint. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am a completely new to pandapipes and I am wondering if it is possible to read in a network from a folder structure like the following:
network_folder.zip
In this network I have the information on the location of the consumers and producers, the lengths of the pipes connecting all together with id's and a "from-to" structure similiar to a graph.
I checkes the tutorials but couldn't find one where external data was used to create a piping network.
Best regards and thanks for the support!
Beta Was this translation helpful? Give feedback.
All reactions