Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e2nIEE/pandapower
Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://github.com/e2nIEE/pandapower
analysis loadflow optimization power powerflow python short-circuit state-estimation system
Last synced: 7 days ago
JSON representation
Convenient Power System Modelling and Analysis based on PYPOWER and pandas
- Host: GitHub
- URL: https://github.com/e2nIEE/pandapower
- Owner: e2nIEE
- License: other
- Created: 2017-01-12T13:27:53.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-16T14:05:01.000Z (23 days ago)
- Last Synced: 2024-10-29T22:57:35.846Z (10 days ago)
- Topics: analysis, loadflow, optimization, power, powerflow, python, short-circuit, state-estimation, system
- Language: Python
- Homepage: https://www.pandapower.org
- Size: 591 MB
- Stars: 863
- Watchers: 50
- Forks: 481
- Open Issues: 244
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Citation: CITATION.bib
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-power-analysis - pandapower - pandapower combines the data analysis library pandas and the power flow solver PYPOWER to create an easy to use network calculation program aimed at automation of analysis and optimization in power systems. (Power Flow)
- awesome-smartgrid - Pandapower GitHub
- open-sustainable-technology - pandapower - An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation. (Energy Systems / Energy System Modeling Frameworks)
README
.. raw:: html
|
.. image:: https://badge.fury.io/py/pandapower.svg
:target: https://pypi.python.org/pypi/pandapower
:alt: PyPI.. image:: https://img.shields.io/pypi/pyversions/pandapower.svg
:target: https://pypi.python.org/pypi/pandapower
:alt: versions.. image:: https://readthedocs.org/projects/pandapower/badge/
:target: http://pandapower.readthedocs.io/
:alt: docs.. image:: https://codecov.io/github/e2nIEE/pandapower/coverage.svg?branch=master
:target: https://app.codecov.io/github/e2nIEE/pandapower?branch=master
:alt: codecov.. image:: https://api.codacy.com/project/badge/Grade/e2ce960935fd4f96b4be4dff9a0c76e3
:target: https://app.codacy.com/gh/e2nIEE/pandapower?branch=master
:alt: codacy.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:target: https://github.com/e2nIEE/pandapower/blob/master/LICENSE
:alt: BSD.. image:: https://pepy.tech/badge/pandapower
:target: https://pepy.tech/project/pandapower
:alt: pepy.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/e2nIEE/pandapower/master?filepath=tutorials
:alt: binderpandapower 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.More information about pandapower can be found on `www.pandapower.org `_:
About pandapower:
- `Power System Modeling `_
- `Power System Analysis `_
- `Citing pandapower `_Getting Started:
- `Installation Notes `_
- `Minimal Example `_
- `Interactive Tutorials `_
- `Documentation `_If you are interested in the latest pandapower developments, subscribe to our `mailing list `_!
.. image:: https://simbench.de/wp-content/uploads/2019/01/logo.png
:target: https://www.simbench.net
:alt: SimBench_logoTo get realistic load profile data and grid models across all voltage levels that are ready to
be used in pandapower, have a look at the *SimBench* `project website `_ or
`on GitHub `_... image:: https://www.pandapipes.org/images/pp.svg
:target: https://www.pandapipes.org
:width: 270pt
:alt: pandapipes_logoIf you want to model pipe networks (heat, gas or water) as well, we recommend
pandapower's sibling project *pandapipes* (`website `_, `GitHub repository `_).|
pandapower is a joint development of the research group Energy Management and Power System Operation, University of Kassel and the Department for Distribution System
Operation at the Fraunhofer Institute for Energy Economics and Energy System Technology (IEE), Kassel... image:: http://www.pandapower.org/images/contact/Logo_e2n.png
:target: https://www.uni-kassel.de/eecs/en/sections/energiemanagement-und-betrieb-elektrischer-netze/home
:width: 500|
.. raw:: html
|
We welcome contributions to pandapower of any kind - if you want to contribute, please check out the `pandapower contribution guidelines `_.