You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the PowerFactory Scripts and Tools repository! This collection of scripts is designed to help you with everyday tasks in DIgSILENT PowerFactory, making your workflow more efficient and productive.
4
+
5
+
## Table of Contents
6
+
7
+
-[Installation](#installation)
8
+
-[Usage](#usage)
9
+
-[Scripts](#scripts)
10
+
-[Contributing](#contributing)
11
+
-[License](#license)
12
+
13
+
## Installation
14
+
15
+
To use these scripts, clone the repository to your local machine:
Ensure you have DIgSILENT PowerFactory installed and properly configured on your system.
22
+
23
+
## Usage
24
+
25
+
Each script is designed to perform a specific task within PowerFactory. Refer to the individual script documentation for detailed usage instructions.
26
+
27
+
Example:
28
+
29
+
```bash
30
+
python kml_to_powerfactory.py
31
+
```
32
+
33
+
## Scripts
34
+
35
+
-**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.
36
+
37
+
38
+
## Contributing
39
+
40
+
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.
41
+
42
+
## License
43
+
44
+
This project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details.
45
+
```
46
+
47
+
Feel free to customize the sections and descriptions as needed. If you have any specific scripts or additional details you'd like to include, let me know!
0 commit comments