Egret
Egret copied to clipboard
We need a PowerWorld parser front-end for Egret
Do you want to parse PWB files, AUX files, reference the Sim-Auto API, or something else?
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".
Regarding "leverage open APIs", I had a look at a few other Python packages on openmod:
- pandapower only converts to/from MATPOWER and PYPOWER https://pandapower.readthedocs.io/en/v2.4.0/converter.html#
- PYPOWER only seems to handle MATPOWER
- PyPSA allows imports from PYPOWER and pandapower https://pypsa.readthedocs.io/en/latest/import_export.html
- GridCal will import CIM (Common Information Model), PSS/e RAW files, MATPOWER, and DigSilent https://github.com/SanPen/GridCal