All Projects → Tooblippe → pandapower_gui

Tooblippe / pandapower_gui

Licence: BSD-3-Clause license
A Graphical User Interface for the open source pandapower load flow program. [ I was so inexperienced when I started this, but maybe we can try again]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pandapower gui

dss python
Native, "direct" Python bindings and misc tools for OpenDSS (EPRI Distribution System Simulator). Based on CFFI, DSS C-API and custom patches, aiming for full COM API-level compatibility on Windows, Linux and MacOS.
Stars: ✭ 31 (+10.71%)
Mutual labels:  powerflow, short-circuit
decaylanguage
Package to parse decay files, describe and convert particle decays between digital representations.
Stars: ✭ 34 (+21.43%)
Mutual labels:  analysis
pa.llvm
Program Analysis for LLVM
Stars: ✭ 37 (+32.14%)
Mutual labels:  analysis
Unitor
Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.
Stars: ✭ 31 (+10.71%)
Mutual labels:  analysis
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-50%)
Mutual labels:  analysis
dmarc-viewer
Django based web-app to visually analyze DMARC aggregate reports
Stars: ✭ 51 (+82.14%)
Mutual labels:  analysis
pytokio
[READ ONLY] Refer to gitlab repo for updated version - Total Knowledge of I/O Reference Implementation. Please see wiki for contribution guidelines.
Stars: ✭ 20 (-28.57%)
Mutual labels:  analysis
GroupDocs.Classification-for-.NET
GroupDocs.Classification-for-.NET samples and showcase (text and documents classification and sentiment analysis)
Stars: ✭ 38 (+35.71%)
Mutual labels:  analysis
spring-startup-analysis
Simple module to analyse bean construction in Java Spring
Stars: ✭ 76 (+171.43%)
Mutual labels:  analysis
traffic analyser
Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems
Stars: ✭ 44 (+57.14%)
Mutual labels:  analysis
COVID19-Algeria-and-World-Dataset
A COVID-19 dataset with 90 World countries including Algeria.
Stars: ✭ 18 (-35.71%)
Mutual labels:  analysis
ghidra-findcrypt
Ghidra analysis plugin to locate cryptographic constants
Stars: ✭ 138 (+392.86%)
Mutual labels:  analysis
go-mnd
Magic number detector for Go.
Stars: ✭ 153 (+446.43%)
Mutual labels:  analysis
Google-Playstore-Dataset
Google PlayStore App dataset. (2.3 million App Data) and 24 attributes
Stars: ✭ 27 (-3.57%)
Mutual labels:  analysis
HELMpy
HELMpy, open source package of power flow solvers, including the Holomorphic Embedding Load Flow Method (HELM), developed on Python 3
Stars: ✭ 24 (-14.29%)
Mutual labels:  powerflow
fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (+10.71%)
Mutual labels:  analysis
glassdoor
glassdoor is a modern, autonomous security framework for Android APKs. POC, unmaintained unfortunately.
Stars: ✭ 14 (-50%)
Mutual labels:  analysis
appdata-environment-desktop
A selection of script and the manual for Privacy International's data interception environment
Stars: ✭ 70 (+150%)
Mutual labels:  analysis
sandbox
Simple Windows Sandbox Configuration
Stars: ✭ 37 (+32.14%)
Mutual labels:  analysis
knime-r
KNIME Interactive R Statistics Integration
Stars: ✭ 18 (-35.71%)
Mutual labels:  analysis

pandapower Graphical User Interface

A Graphical User Interface for the open source pandapower load flow analysis program.

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.

Installation

  • Download this repo and run as below
  • Using git clone git clone https://github.com/Tooblippe/pandapower_gui.git

How to run

It is important for now to run using the python interpreter. The GUI embeds an IPython console/interpreter, so if you run using the IPython shell or from somewhere were the IPyton Qt Widget is already running an error will be produced. See this Multiple incompatible subclass instances of InProcessInteractiveShell

python pandapower_gui.py

running it with

ipython pandapower_gui.py

will generate an error as described above

What is working

  • Load and save Excel case files
  • Solve case
  • Run a technical losses report
  • Inspect case elements
  • Inspect results elements
  • Basic building of elements using dialog boxes
  • Embedded IPython interpreter with current net in variable net
  • Embedded help system

Embedded IPython Interpreter

The embedded interpreter makes the system pretty usable. The current net variable is exported to the interpreter.

Screenshot

Developers needed

  • If you have PyQt or PySide experience and whant to get involved please let me know. I want to port to PySide but currently just dont have the time. Pyside will make the licensing a bit easier.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].