forked from e2nIEE/pandapower
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged changes from origin/develop and resolved merge conflicts in io…
…_util
- Loading branch information
Showing
20 changed files
with
1,049 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
############################# | ||
Networks | ||
############################# | ||
.. _ppNetworks: | ||
|
||
|
||
Besides creating your own grids through the pandapower API, pandapower provides synthetic and | ||
Benchmark networks through the networks module. | ||
|
||
The pandapower networks modul contains example networks, simple test networks, randomly generated | ||
networks, CIGRE test networks, IEEE case files and synthetic low voltage networks from Georg Kerber | ||
and Lindner et. al. and Dickert et. al.. | ||
|
||
If you like to test your algotihms with benchmark grids and corresponding full-year load, generation | ||
and storage profiles or want to publish your results, we recommend you to have look to SimBench | ||
(`Homepage <https://simbench.de/en/>`_, `GitHub Repository to use SimBench with pandapower <https://github.com/e2nIEE/simbench>`_). | ||
|
||
You can find documentation for the individual network modules of pandapower here: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
networks/example | ||
networks/test | ||
networks/cigre | ||
networks/mv_oberrhein | ||
networks/power_system_test_cases | ||
networks/kerber | ||
networks/synthetic_voltage_control_lv_networks | ||
networks/dickert_lv_networks | ||
|
||
############################# | ||
Networks | ||
############################# | ||
.. _ppNetworks: | ||
|
||
|
||
Besides creating your own grids using pandapower functions, pandapower provides synthetic and | ||
benchmark grids through the networks module. | ||
|
||
The pandapower networks module contains example grids, simple test grids, randomly generated | ||
grids, CIGRE test grids, IEEE case files and synthetic low voltage grids from Georg Kerber, Lindner et. al. and Dickert et. al. | ||
If you want to evaluate your algotihms on benchmark grids with corresponding full-year load, generation, and storage profiles | ||
or want to publish your results in a reproducible manner, we recommend the new SimBench repository | ||
(`Homepage <https://simbench.de/en/>`_, `GitHub Repository to use SimBench with pandapower <https://github.com/e2nIEE/simbench>`_). | ||
|
||
You can find documentation for the individual network modules of pandapower here: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
networks/simbench | ||
networks/example | ||
networks/test | ||
networks/cigre | ||
networks/mv_oberrhein | ||
networks/power_system_test_cases | ||
networks/kerber | ||
networks/synthetic_voltage_control_lv_networks | ||
networks/dickert_lv_networks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.