RoseauTechnologies / Roseau_Load_Flow

A powerful 3-phase load flow solver, by Roseau Technologies
https://roseau-load-flow.roseautechnologies.com
BSD 3-Clause "New" or "Revised" License
56 stars 0 forks source link

ENH: Export to GPKG format #232

Open alihamdan opened 3 months ago

alihamdan commented 3 months ago

It would be nice if we can export the RLF network to a gpkg format (or maybe other formats? suggestions welcome!) to be able to visualize the network in other software dedicated to geospatial data like QGIS. This can be easily done as we already have geodataframes for buses and branches.

There are some open questions if we want to go further than exporting the geodataframes we currently have:

  1. What is the best format to export into?
  2. What should we export?
  3. Should we include the results in the export?