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
Considering I have a topology from power-grid-model in a dictionary, as from the power-grid-model-example below, I would like to have a simple interface/function to convert this to pgm-ds array objects. This would simplify the process of importing pgm topologies into pgm-ds.
Given the example below, the function should convert it to a dictionary of pgm-ds array objects. Optionally also supporting extension arrays if users have their own array objects.
I am happy to contribute to the implementation if needed.
The text was updated successfully, but these errors were encountered:
Bramtimm
changed the title
[FEATURE] **import topology to pgm-ds arrays from dictonary of pgm ComponentType**
[FEATURE] import topology to pgm-ds arrays from dictonary of pgm ComponentType
Feb 3, 2025
I agree with that it is a good feature to have. It makes integrating with the pgm-io conversion output easier as well. The design idea for adding it to the exesiting PGMInterface class is a good choice
Considering I have a topology from power-grid-model in a dictionary, as from the power-grid-model-example below, I would like to have a simple interface/function to convert this to
pgm-ds
array objects. This would simplify the process of importingpgm
topologies intopgm-ds
.Given the example below, the function should convert it to a dictionary of
pgm-ds
array objects. Optionally also supporting extension arrays if users have their own array objects.I am happy to contribute to the implementation if needed.
The text was updated successfully, but these errors were encountered: