The Power Grid Model DS project extends the capabilities of the power-grid-model
calculation core with a modelling and simulation interface. This is aimed at building data science software applications related to or using the power-grid-model project. It defines a Grid
dataclass which manages the consistency of the complete network.
Some highlighted features:
- Using a model definition that corresponds to the power-grid-model, through which it is easy to do efficient grid calculations.
- The extended numpy model provides features which make development more pleasant and easy.
- Using the graph representation of the network, graph algorithms in rustworkx can be used to analyze the network.
- An interface to model network mutations which is useful in simulation use-cases.
pip install power-grid-model-ds
This project is licensed under the Mozilla Public License, version 2.0 - see LICENSE for details.
This project includes third-party libraries, which are licensed under their own respective Open-Source licenses. SPDX-License-Identifier headers are used to show which license is applicable. The concerning license files can be found in the LICENSES directory.
Please read CODE_OF_CONDUCT and CONTRIBUTING for details on the process for submitting pull requests to us.
Please read SUPPORT for how to connect and get into contact with the Power Grid Model project.