powsybl / powsybl-diagram

SVG diagrams generation: single-line substation diagrams and network graph diagrams
Mozilla Public License 2.0
72 stars 13 forks source link

Use the geographical positions of surrounding voltage levels to assess the tee point nodes positions #614

Open So-Fras opened 4 months ago

So-Fras commented 4 months ago

Describe the current behavior

The tee point nodes are not linked to a substation and thus when using the GeographicalLayoutFactory, no position is read. The force layout algorithm is then used to find their position.

Describe the expected behavior

The position of the tee-point nodes could be determined using the surronding voltage levels that have a geographical position (through interpolation).

Describe the motivation

It may improve the geogrpahical accuracy of the tee point node positions.

Extra Information

No response