converting power grid model network to power-grid-model-ds #58
Answered
by
mgovers
AnkurArohi
asked this question in
Q&A
-
IS it possible to convert the power grid model generated network directly to pgm-ds? |
Beta Was this translation helpful? Give feedback.
Answered by
mgovers
May 27, 2025
Replies: 1 comment 4 replies
-
Hi @AnkurArohi, Do I understand your question correctly if I interpret it like this?
If so, then you can use
I hope that answers your question? If not, feel free to elaborate. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
AnkurArohi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AnkurArohi,
Do I understand your question correctly if I interpret it like this?
If so, then you can use
power_grid_model_ds.PowerGridModelInterface
together with itscreate_grid_from_input_data
method.I hope that answers y…