Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a compatible version for pandapower dataframes in pypowsybl #421

Open
AnkurArohi opened this issue Jun 8, 2022 · 2 comments
Open
Assignees
Labels
Epic Something which is an idea and needs list of tickets to reach finiah line
Projects

Comments

@AnkurArohi
Copy link

  • Do you want to request a feature or report a bug?

Feature

  • What is the current behavior?*

Currently the pypowsybl is unable to communicate with a similar software with similar architecture :- pandapower
The idea is to be able to cast the pandapower dataframes to pypowsybl so that we could also take advantage of the features offered from pandapower including validation of various results and algorithms

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

  • What is the expected behavior?

One could easily cast the dfs from pandapower to pypowsybl and vice versa

  • What is the motivation / use case for changing the behavior?

  • Please tell us about your environment:

    • PowSyBl Version: ...
    • OS Version: ...
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)

(if a question doesn't apply, you can delete it)

@AnkurArohi AnkurArohi self-assigned this Jun 8, 2022
@AnkurArohi AnkurArohi added the Epic Something which is an idea and needs list of tickets to reach finiah line label Jun 8, 2022
@AnkurArohi AnkurArohi added this to To do in pypowsybl via automation Jun 8, 2022
@AnkurArohi
Copy link
Author

WIP
Report - 01

Currently I have been able to load a CGMES DSO network to pypowsybl, the idea is to be able to cast the pandapower df of the same network which was converted to pandapower df using the UUID of each element df so we could still be able to cast the Pandapower network to the very specific architecture of pypowsybl.

I have noticed some differences for the same CGMES profile pandapower is able to create 3120 buses but pypowsybl creates only 89.(creating an issue for this).

Furthermore there are other discrepancies in CGMES import modelling.

@geofjamg
Copy link
Member

geofjamg commented Jul 2, 2024

Ongoing work, starting with importer in #786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Something which is an idea and needs list of tickets to reach finiah line
Projects
Development

No branches or pull requests

2 participants