You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either import a PowerSystems.jl model into the DictData data container (#15) or provide a separate data layer.
The main tricky bit is the same as with the PyPSA models, on how to split the generator definitions into separate classes and how to name them.
Maybe one can abstract that problem away?
PowerSystems will then allow running their examples from https://github.com/NREL-SIIP/Examples , and provide a tried and tested PSS/E raw and MATPOWER case file importer.
Either import a PowerSystems.jl model into the
DictData
data container (#15) or provide a separate data layer.The main tricky bit is the same as with the PyPSA models, on how to split the generator definitions into separate
class
es and how to name them.Maybe one can abstract that problem away?
PowerSystems will then allow running their examples from https://github.com/NREL-SIIP/Examples , and provide a tried and tested PSS/E
raw
andMATPOWER
case file importer.Makes a huge contribution to examples for #9 .
The text was updated successfully, but these errors were encountered: