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

[WIP] Conversion to any format supported by PowSyBl #4

Open
geofjamg opened this issue Dec 29, 2019 · 0 comments
Open

[WIP] Conversion to any format supported by PowSyBl #4

geofjamg opened this issue Dec 29, 2019 · 0 comments
Assignees

Comments

@geofjamg
Copy link
Member

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

  • What is the current behavior?
    We can convert a case to xiidm using REST query

/cases/{caseName}?xiidm=true
  • What is the expected behavior?
    We could improve the conversion capability of this service by allowing any conversion supported by powsybl core.
/cases/{caseName}?format=CGMES

In that case we also could provide an API to get supported formats.

/formats

=>

[
    "CGMES", 
    "UCTE", 
    "XIIDM"
]
  • 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)

@AbdelHedhili AbdelHedhili self-assigned this Jan 13, 2020
@AbdelHedhili AbdelHedhili changed the title Conversion to any format supported by PowSyBl [WIP] Conversion to any format supported by PowSyBl Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants