Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanl-ansi/grg-psse2grg
Translation tools for PSSE and GRG network data
https://github.com/lanl-ansi/grg-psse2grg
grg power-network psse python
Last synced: 9 days ago
JSON representation
Translation tools for PSSE and GRG network data
- Host: GitHub
- URL: https://github.com/lanl-ansi/grg-psse2grg
- Owner: lanl-ansi
- License: other
- Created: 2018-09-23T05:57:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T22:27:04.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T02:46:58.687Z (16 days ago)
- Topics: grg, power-network, psse, python
- Language: Python
- Size: 76.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============
grg-psse2grg
============**release:**
.. image:: https://badge.fury.io/py/grg-psse2grg.svg
:target: https://badge.fury.io/py/grg-psse2grg.. image:: https://readthedocs.org/projects/grg-psse2grg/badge/?version=stable
:target: http://grg-psse2grg.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status**dev status:**
.. image:: https://travis-ci.org/lanl-ansi/grg-psse2grg.svg?branch=master
:target: https://travis-ci.org/lanl-ansi/grg-psse2grg
:alt: Build Report
.. image:: https://codecov.io/gh/lanl-ansi/grg-psse2grg/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lanl-ansi/grg-psse2grg
:alt: Coverage Report
.. image:: https://readthedocs.org/projects/grg-psse2grg/badge/?version=latest
:target: http://grg-psse2grg.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Statusgrg-psse2grg is a python package for translating between with PSSE and GRG data files.
The package can be installed via::
pip install grg-psse2grg
License
------------
This package is developed at Los Alamos National Laboratory and is provided under a BSD-3 license as part of the Grid Research for Good Software Tools (C18036), see the `LICENSE` file for the full text.Changelog
------------**staged**
- nothing
**v0.0.3**
- dropped support for python 2.7 and 3.4
**v0.0.2**
- made grg2psse more robust to optional grg data items
**v0.0.1**
- Initial test tag