Welcome to the PowerFactory Scripts and Tools repository! These scripts were created for my thesis and are used to mainly receive geoinformation from OpenStreetMap and integrate them into different PowerFactory elements. The code may contain AI generated parts.
To use these scripts, clone the repository to your local machine:
git clone https://github.com/aqoraj/PowerFactory.git
Ensure you have DIgSILENT PowerFactory installed and properly configured on your system.
Each script is designed to perform a specific task within PowerFactory. Refer to the individual script documentation for detailed usage instructions.
Example:
python osm_to_kml.py
kml_to_powerfactory.py : Compares the elements (ElmLne,ElmSiteā¦) with the Paths and Points in the kml file and updates all the coordinates based on a identifier defined through input parameters in PowerFactory.
osm_to_kml.py : Exports all the power grid elements from OpenStreetMap of a country to a .kml file. Make sure to define the right tags and change the country based on your needs.
Contributions are welcome! If you have any ideas for new scripts or improvements to existing ones, please open an issue or submit a pull request.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.