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
We would like to be able to call OpenRAO from pypowsybl.
In the long run, we would like to be able to run the rao using a network object, a glsk object, rao parameters object and a crac object that we would be able to construct programmatically in python. This however would require that we finish harmonizing OpenRAO's API with powsybl-core.
In the short run, we can work with files for input that have not been interfaced in pypowsybl yet.
To run, OpenRAO requires:
a network (already interfaced in pypowsybl)
a crac containing informations relative to the availability of different remedial actions, informations about what lines are monitored after which instants and which contingencies etc. This is currently not interfaced in pypowsybl and in the short term would be passed as a file / path to a file.
a parameters file which for now would also be passed as a file
some other inputs can be useful for some features in the RAO:
For instance the RAO requires a ZonalData to be able to compute relative margins required for flowbased computations.
For the outputs, we could export a python dataframe containing only essential information for the user:
What actions were activated at what instant after what contingency
The most limiting element and its margin
If users require flowbased computations, then the margins on all cnecs and the ptdf values would also be required to be exposed
Describe the motivation
The feature has been asked by Baltic RCC at least.
Meetings to better understand their needs and discuss solutions with them are planned in the very near future.
Extra Information
No response
The text was updated successfully, but these errors were encountered:
Describe the current behavior
No response
Describe the expected behavior
We would like to be able to call OpenRAO from pypowsybl.
In the long run, we would like to be able to run the rao using a network object, a glsk object, rao parameters object and a crac object that we would be able to construct programmatically in python. This however would require that we finish harmonizing OpenRAO's API with powsybl-core.
In the short run, we can work with files for input that have not been interfaced in pypowsybl yet.
To run, OpenRAO requires:
For instance the RAO requires a ZonalData to be able to compute relative margins required for flowbased computations.
For the outputs, we could export a python dataframe containing only essential information for the user:
Describe the motivation
The feature has been asked by Baltic RCC at least.
Meetings to better understand their needs and discuss solutions with them are planned in the very near future.
Extra Information
No response
The text was updated successfully, but these errors were encountered: