Martin Hofmann
Martin Hofmann
I was using GeoPandas for some geospatial analysis and i liked it a lot! I was wondering why pandapower is based on pure pandas and not (also) on GeoPandas? Instead...
A student from my faculty wants to export grid data from pandapower to PowerFactory. Is this feature planned for a future release and is somebody currently working on it? If...
### What is the expected enhancement? From what I understand, it's currently only possible to create edges between two nodes if the nodes already exist in the graph. Would it...
Hi, Thank you very much for your work! NetworKit is awesome! I wanted to create a graph from scratch using the Python interface and the function `addEdges`. It is not...
### Bug report checklis - [x] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [x] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [x] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for...
### Reproducible Example ```python import pandapower as pp import simbench as sb net = sb.get_simbench_net('1-LV-urban6--0-sw') pp.runpp(net) ``` ### Issue Description and Traceback I get this output when i run the...