PyPSA-animation
PyPSA-animation copied to clipboard
Results in QGIS
Hi, is it possible to visualize the network results with GIS, like QGIS ?
Although your question is already quite old, I was looking for the same thing. If you or someone else is interested in visualizing PyPSA results with GIS, I would recommend you to have a look at geokit. They have an example of creating shapefiles from dataframes. I wrote a small script on my own using geokit to produce shapefiles. I'll attach it here. I never finished to add all the functionalities I wanted to have in the beginning, but it works. Feel free to use it. df_to_shp.txt