PyPSA / PyPSA

PyPSA: Python for Power System Analysis
https://pypsa.readthedocs.io
MIT License
1.22k stars 451 forks source link

Reading PSSE raw files or CIM files #24

Closed linar-jether closed 2 months ago

linar-jether commented 6 years ago

Any simple way to import a cim model or psse raw file?

nworbmot commented 6 years ago

No. You'll have to write your own importer I'm afraid. The PyCIM project might be useful. I think the pandapower team https://github.com/lthurner/pandapower has these importers, but they may not be public.