-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,48 @@ | ||
# PowerFactory | ||
# PowerFactory - Useful Scripts and Tools | ||
|
||
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. | ||
|
||
## Table of Contents | ||
|
||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Scripts](#scripts) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Installation | ||
|
||
To use these scripts, clone the repository to your local machine: | ||
|
||
```bash | ||
git clone https://github.com/aqoraj/PowerFactory.git | ||
``` | ||
|
||
Ensure you have DIgSILENT PowerFactory installed and properly configured on your system. | ||
|
||
## Usage | ||
|
||
Each script is designed to perform a specific task within PowerFactory. Refer to the individual script documentation for detailed usage instructions. | ||
|
||
Example: | ||
|
||
```bash | ||
python kml_to_powerfactory.py | ||
``` | ||
|
||
## Scripts | ||
|
||
- **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. | ||
|
||
|
||
## Contributing | ||
|
||
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. | ||
|
||
## License | ||
|
||
This project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details. | ||
``` | ||
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! | ||