Egret icon indicating copy to clipboard operation
Egret copied to clipboard

We need a PowerWorld parser front-end for Egret

Open jeanpaulwatson opened this issue 4 years ago • 3 comments

jeanpaulwatson avatar Nov 12 '20 17:11 jeanpaulwatson

Do you want to parse PWB files, AUX files, reference the Sim-Auto API, or something else?

claytonpbarrows avatar Nov 12 '20 19:11 claytonpbarrows

I think we'd like to just parse PWB files - as an alternative to Matpower. At a minimum, PowerWorld provides lat/long support, allows for direct representation of 3-winding transformers, etc. It would also make sense to support direct PSSE/PSLF ingestion. If I were to re-phrase what I wrote initially regarding the title for this issue, I would maybe say instead "Leverage open APIs if available to allow for direct iingestion of non-Matpower formats".

jeanpaulwatson avatar Nov 12 '20 20:11 jeanpaulwatson

Regarding "leverage open APIs", I had a look at a few other Python packages on openmod:

  1. pandapower only converts to/from MATPOWER and PYPOWER https://pandapower.readthedocs.io/en/v2.4.0/converter.html#
  2. PYPOWER only seems to handle MATPOWER
  3. PyPSA allows imports from PYPOWER and pandapower https://pypsa.readthedocs.io/en/latest/import_export.html
  4. GridCal will import CIM (Common Information Model), PSS/e RAW files, MATPOWER, and DigSilent https://github.com/SanPen/GridCal

bknueven avatar Nov 12 '20 22:11 bknueven