-
Notifications
You must be signed in to change notification settings - Fork 6
Kk/#1139 rtd page for available converters to and from psdm #1432
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
base: dev
Are you sure you want to change the base?
Kk/#1139 rtd page for available converters to and from psdm #1432
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks also for adding the descriptions.
Two things missing:
- changelog entry
- a menu entry point, so that the page can be found (this should also fix the compilation error). Adding the page to the "I/O" submenu as the last entry would fit well, I think. Also move the md file to the io directory then, please.
Also I realized we have https://github.com/ie3-institute/pp2psdm, which you could add as well |
@@ -0,0 +1,37 @@ | |||
# PSDM Converters | |||
This page lists all the available converters available from and to PSDM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page lists all the available converters available from and to PSDM | |
This page lists all converters from and to the PSDM format that are known to us. |
|
||
- [simBench2psdm](https://github.com/ie3-institute/simBench2psdm) | ||
|
||
The conversion tool available [here](https://github.com/e2nIEE/simbench), that makes the models available to the [pandapower](https://github.com/e2nIEE/pandapower) simulation software. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if that's really relevant to us here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this is used as psdm converter?
|
||
- [powerFactory2psdm](https://github.com/ie3-institute/powerFactory2psdm) | ||
|
||
This tool is used to convert the Power Factory projects into the PSDM format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tool is used to convert the Power Factory projects into the PSDM format. | |
This tool is used to convert Power Factory projects into the PSDM format. |
|
||
- [simBench2PowerFactory](https://github.com/ie3-institute/simBench2PowerFactory) | ||
|
||
The tool [here](https://github.com/e2nIEE/simbench) enables the use of the SimBench data set in the simulation tool [pandapower](https://github.com/e2nIEE/pandapower). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
## Additional Simulation Tools used | ||
- [pandapower](https://github.com/e2nIEE/pandapower) | ||
|
||
Pandapower is an easy to use network calculation program aimed to automate the analysis and optimization of power systems. | ||
|
||
More information about pandapower can be found [here](https://www.pandapower.org/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not very relevant to us?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also the additional tools I thought if listed can be useful if someone is using them for first time and looking for the info. They can find it here.
I have made the requested changes. |
## Other Available Converters | ||
|
||
- [simBench2PowerFactory](https://github.com/ie3-institute/simBench2PowerFactory) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave in simBench2PowerFactory though...
Resolves #1139