Skip to content

Commit 3039e81

Browse files
authored
Update README.md
1 parent e232b06 commit 3039e81

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

README.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,48 @@
1-
# PowerFactory
1+
# PowerFactory - Useful Scripts and Tools
2+
3+
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:
16+
17+
```bash
18+
git clone https://github.com/aqoraj/PowerFactory.git
19+
```
20+
21+
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!
48+

0 commit comments

Comments
 (0)