Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aqoraj authored Aug 2, 2024
1 parent e232b06 commit 3039e81
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion README.md
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!

0 comments on commit 3039e81

Please sign in to comment.