PowerGridModel / power-grid-model-io

Conversion tool for various grid data formats to power-grid-model
Mozilla Public License 2.0
14 stars 8 forks source link

Pandapower conversions #1

Closed nitbharambe closed 1 year ago

nitbharambe commented 2 years ago

The central task is to power-grid-model or pgm to pandapower or pp so it can be used as a simple argument in pp.runpp to run powerflow calculation on pandapower net data using power-grid-model.

On pandapower side, this would be accomplished by pandapower importing power-grid-model-io and power-grid-model.

Roadmap for creating conversions

Conversion is to be implemented in this repository. Following steps to be followed

Unit tests and example:

Input Data validation

Not planned yet

Complex or unimplemented features not planned yet

Task on pandapower repository

After the conversion is done. The pandapower repository can be modified with additional core from power grid model. https://github.com/e2nIEE/pandapower/issues/1591

TonyXiang8787 commented 1 year ago

We are not going to implement batch conversions in short term.