StavrosOrf / PoweFlowNet

PoweFlowNet: Leveraging Message Passing GNNs for Improved Power Flow Approximation
MIT License
21 stars 5 forks source link

wonder if there is description about pypower.networks.case118? #25

Closed Ying-Kang closed 8 months ago

Ying-Kang commented 8 months ago

I'm confused about the columns in the default test case in pandapower.networks.case118 as I'm a fish in this elec and DL crossing field. image I can only follow your code but don't know their meanning when debug in this repo file: dataset_generator_alt.py I'd appreciate it if you can offer help for identifying the specific column names in networks.case118['bus'] and networks.case118['branch']

StavrosOrf commented 8 months ago

Hello,

PandaPower has detailed documentation available on https://pandapower.readthedocs.io/en/latest/elements/bus.html about buses and on https://pandapower.readthedocs.io/en/latest/elements/line.html about lines (branches).

Also, there is some documentation on the 118 case itself https://pandapower.readthedocs.io/en/latest/networks/power_system_test_cases.html#case-118

Finally, if you are interested in dataset generation I suggest looking at this script https://github.com/StavrosOrf/PoweFlowNet/blob/main/dataset_generator_pandapower.py

Ying-Kang commented 8 months ago

thanks for your help, anyway I found print_Bus_data and other help func which is better for understanding