grg-mp2grg

Data structures and methods for translating Matpower and GRG data files


Keywords
grg, matpower, power-network, python
License
BSD-3-Clause
Install
pip install grg-mp2grg==0.1.2

Documentation

grg-mp2grg

release:

Documentation Status

dev status:

Build Report Coverage Report Documentation Status

grg-mp2grg is a python package for translating between with Matpower and GRG data files.

The package can be installed via:

pip install grg-mp2grg

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.1.2

  • dropped support for python 2.7 and 3.4

v0.1.1

  • fixed grg2mp bug when adding bus names
  • fixed grg2mp bug when no groups were present

v0.1.0

  • Initial release

v0.0.1

  • Initial test tag