powsybl / powsybl-distribution

Allows to generate a basic PowSyBl distribution
2 stars 2 forks source link

PowSyBl Distribution

Actions Status MPL-2.0 License Slack

PowSyBl (Power System Blocks) is an open source framework written in Java, that makes it easy to write complex software for power systems’ simulations and analysis. Its modular approach allows developers to extend or customize its features.

PowSyBl is part of the LF Energy Foundation, a project of The Linux Foundation that supports open source innovation projects within the energy and electricity sectors.

PowSyBl Logo

Read more at https://www.powsybl.org !

This project and everyone participating in it is governed by the PowSyBl Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to powsybl-tsc@lists.lfenergy.org.

PowSyBl vs PowSyBl Distribution

PowSyBl Distribution allows for the generation of a basic distribution of PowSyBl. It supports the following itools commands:

Computation

Data conversion

Misc

Script

Getting started

To generate a basic PowSyBl distribution, you can then launch from the root repository:

$ cd <PROJECT_ROOT_PATH>
$ mvn clean package

The PowSyBl distribution is generated in the <PROJECT_ROOT_PATH>/target folder. For easier use of itools commands, adding <PROJECT_ROOT_PATH>/target/powsybl-distribution-<powsybldistribution.version>/bin to your environment variable PATH is recommended.

Notes:

To learn more about how to use this basic PowSyBl distribution, go to our beginner guide.