pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
207 stars 167 forks source link

Bug: Approach in determining number of circuits from incomplete OSM data #1027

Open bobbyxng opened 1 month ago

bobbyxng commented 1 month ago

Checklist

Describe the Bug

Right now, PyPSA-Earth is handling this way:

--> Leading to an over estimation. Based on comparisons for Europe, we have found that in most cases, the OSM user implied that the total number of circuits is 12. If no additional information on the distribution is available, a simple heuristic could be to simply divide the circuits by the number of split strings in the original voltage string. In this example, line_1 and line_2 would have 6 circuits, respectively. This is only one illustrative example, there are more cases to consider.