Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzy2240/ESA
Easy SimAuto (ESA): An easy-to-use Power System Analysis Automation Environment atop PowerWorld Simulator Automation Server (SimAuto)
https://github.com/mzy2240/ESA
automation contingency-analysis esa graph-analysis hpc numba numpy pandas power-flow powersystem powerworld powerworld-simulator python pythran simauto simulator simulator-automation-server smart-grid transient-stability
Last synced: 2 months ago
JSON representation
Easy SimAuto (ESA): An easy-to-use Power System Analysis Automation Environment atop PowerWorld Simulator Automation Server (SimAuto)
- Host: GitHub
- URL: https://github.com/mzy2240/ESA
- Owner: mzy2240
- License: apache-2.0
- Created: 2019-10-08T21:37:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T19:38:09.000Z (11 months ago)
- Last Synced: 2024-08-16T04:48:14.261Z (5 months ago)
- Topics: automation, contingency-analysis, esa, graph-analysis, hpc, numba, numpy, pandas, power-flow, powersystem, powerworld, powerworld-simulator, python, pythran, simauto, simulator, simulator-automation-server, smart-grid, transient-stability
- Language: Python
- Homepage: https://mzy2240.github.io/ESA/
- Size: 1.79 MB
- Stars: 42
- Watchers: 5
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Contributing: contributing.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - Easy SimAuto - An easy-to-use Power System Analysis Automation Platform atop PowerWorld's Simulator Automation Server. (Energy Systems / Grid Analysis and Planning)
README
Easy SimAuto (ESA)
==================
.. image:: https://img.shields.io/pypi/v/esa.svg
:target: https://pypi.org/project/esa/
.. image:: https://img.shields.io/pypi/pyversions/esa.svg
:target: https://pypi.org/project/esa/
.. image:: https://img.shields.io/discord/1114563747651006524
:target: https://discord.gg/V9v8NRCT
.. image:: https://joss.theoj.org/papers/10.21105/joss.02289/status.svg
:target: https://doi.org/10.21105/joss.02289
.. image:: https://img.shields.io/pypi/l/esa.svg
:target: https://github.com/mzy2240/ESA/blob/master/LICENSE
.. image:: https://pepy.tech/badge/esa/month
:target: https://pepy.tech/project/esa
.. image:: https://img.shields.io/badge/coverage-100%25-brightgreen
:target: https://pypi.org/project/esa/Easy SimAuto (ESA) is an easy-to-use Power System Analysis Automation
Platform atop PowerWorld's Simulator Automation Server (SimAuto).
ESA wraps all PowerWorld SimAuto functions, supports Auxiliary scripts,
provides helper functions to further simplify working with SimAuto and
also turbocharges with native implementation of SOTA algorithms. Wherever
possible, data is returned as Pandas DataFrames, making analysis a breeze.
ESA is well tested and fully `documented`_.`Documentation`_
----------------For quick-start directions, installation instructions, API reference,
examples, and more, please check out ESA's `documentation`_.If you have your own copy of the ESA repository, you can also view the
documentation locally by navigating to the directory ``docs/html`` and
opening ``index.html`` with your web browser.If you want to use ESA or SimAuto from julia, definitely check `EasySimauto.jl `__
for a julia wrapper of ESA.Citation
--------If you use ESA in any of your work, please use the citation below.
.. code:: latex
@article{ESA,
doi = {10.21105/joss.02289},
url = {https://doi.org/10.21105/joss.02289},
year = {2020},
publisher = {The Open Journal},
volume = {5},
number = {50},
pages = {2289},
author = {Brandon L. Thayer and Zeyu Mao and Yijing Liu and Katherine Davis and Thomas J. Overbye},
title = {Easy SimAuto (ESA): A Python Package that Simplifies Interacting with PowerWorld Simulator},
journal = {Journal of Open Source Software}
}Installation
------------Please refer to ESA's `documentation `__ for full, detailed installation
directions. In many cases, ESA can simply be installed by:.. code:: bat
python -m pip install esa
Simulator Compatibility
-----------------------Currently ESA supports PW Simulator V17, V18, V19, V20, V21, V22 and V23.
Testing Coverage
----------------The ESA team works hard to ensure ESA is well tested, and we strive for
100% testing coverage (sometimes we cannot due to lack of specific add-ons). The table below shows the most up-to-date
testing coverage data for ESA, using `coverage
`__... table:: ESA's testing coverage as of 2023-05-31 (Git commit: 7180cc9)
:widths: auto
:align: left+-----------------+-------------------+-----------------+-----------------+--------------------+
| Name | Num. Statements | Missing Lines | Covered Lines | Percent Coverage |
+=================+===================+=================+=================+====================+
| esa/__init__.py | 2 | 0 | 2 | 100 |
+-----------------+-------------------+-----------------+-----------------+--------------------+
| esa/saw.py | 1206 | 2 | 1204 | 99.8342 |
+-----------------+-------------------+-----------------+-----------------+--------------------+License
-------`Apache License 2.0 `__
Contributing
------------We welcome contributions! Please read ``contributing.md``.
.. _documentation: https://mzy2240.github.io/ESA/
.. _documented: https://mzy2240.github.io/ESA/