-
Notifications
You must be signed in to change notification settings - Fork 13
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
Zone diagram (multiple substations) on a substation grid #520
Comments
Hi @flo-dup thanks for creating a seperate issue for this This is kind of what we are trying to achieve: So our main substation busbars are always vertical lines and then the connections that go to other substations are horizontal lines. Important for us would also be that when we add/remove 1 line somewhere and regenerate an svg, that it does not make a completely different layout with substations on the other side of the grid layout. |
Hi @flieks, thanks for adding more information. The last point on layout stability is indeed understandable from a user's perspective. |
Hi @flieks, with a bit of a delay, we merged our first attempt at multi-substation graphs into main. It will be available in our next release (powsybl-diagram v4.0.0, expected for the first half of October). It is not as satisfactory when you combine different layouts (voltage levels arranged horizontally inside substations and substations arranged vertically for example) but we decided to merge the #518 PR anyway for users to have a first thing to play with. We have started working on matricial layouts to allow users to display their graph as they wish. We believe matricial layouts would ensure the stability you are looking for. Of course, our main concern is now the management of snake lines between substations... :) |
Describe the current behavior
The PR #518 introduces single-line-diagram for a list of substations (zone diagram).
The resulting diagram displays one substation on each line, therefore a 12 substations diagram leads to 12 rows, with probably many parallel wires on the left and right side to link one substation to the other
Describe the expected behavior
As @flieks suggested in #518 (comment), it would be nicer to have for instance 4 substations on each row for a 12 substations diagram, leading to a 3 rows diagram. In most cases, the resulting diagram should look more compact, with I think less parallel wires to link one substation to the other
Describe the motivation
Better looking zone diagram
Extra Information
Question is, how should the grid be specified?
First option would be enough I think. At least for a first version.
About algorithms, it would be nice to have something which minimizes the length of wires, but that's another (difficult) topic
The text was updated successfully, but these errors were encountered: