python-pandapower
Power system modelling and analysis
pandapower
is an easy to use network calculation program aimed to automate the analysis and optimization of power systems. It uses the data analysis library pandas
and is compatible with the commonly used MATPOWER
/ PYPOWER
case format. pandapower
allows using different solvers including an improved Newton-Raphson power flow implementation, all PYPOWER
solvers, the C++ library solvers for fast steady-state distribution power system analysis of PowerGridModel
, the Newton-Raphson power flow solvers in the C++ library lightsim2grid, and the PowerModels.jl
library.
- Versions: 2.14.11
- Website: https://www.pandapower.org/
- Licenses: Modified BSD
- Package source: gnu/packages/engineering.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-pandapower
as follows:
guix install python-pandapower
Or install a particular version:
guix install python-pandapower@2.14.11
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-pandapower about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-pandapower'><img src='https://packages.guix.gnu.org/packages/python-pandapower/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-pandapower)
Example Org:
[[https://packages.guix.gnu.org/packages/python-pandapower][https://packages.guix.gnu.org/packages/python-pandapower/badges/latest-version.svg]]