- Notifications
You must be signed in to change notification settings - Fork14
SVG diagrams generation: single-line substation diagrams and network graph diagrams
License
powsybl/powsybl-diagram
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PowSyBl diagram allows users to generate customizable network graph diagrams (denominated network-area diagrams in PowSyBl) and single-line diagrams in SVG format files.
PowSyBl (PowerSystemBlocks) is an open source framework written in Java, that makes it easy to write complexsoftware for power systems’ simulations and analysis. Its modular approach allows developers to extend or customize itsfeatures.
PowSyBl is part of the LF Energy Foundation, a project of The Linux Foundation that supports open source innovation projectswithin the energy and electricity sectors.
Read more athttps://www.powsybl.org!
This project and everyone participating in it is governed by thePowSyBl Code of Conduct.By participating, you are expected to uphold this code. Please report unacceptable behavior topowsybl-tsc@lists.lfenergy.org.
PowSyBl Network Area Diagram is a component built on top of theNetwork
model available in the PowSyBl Core repository responsible for generating a concise diagram of the whole network or of a part of the network, showing in particular the interconnections between the different voltage levels.A network area diagram emphasizes the electrical structure of the network, and may differ substantially from the network physical geography.It displays a graph whose nodes are the network voltage levels, and whose edges are the lines and transformers between those voltage levels.
The main features are:
- SVG diagram to be used in various front-end technologies.
- Highly customizable rendering using CSS and configurable labels.
- Built-in force-layout to place the voltage level nodes.
- Displaying electrical nodes within a voltage level as concentric rings, and voltage / angle values for each electrical node is displayed by default.
- Displaying lines, two- and three-winding transformers, converter stations and dangling lines with separate designs.
- Displaying active (visible by default) or reactive (hidden by default) powers on each edge.
PowSyBl Single Line Diagram is a component built on top of theNetwork
model available in the PowSyBl Core repository responsiblefor generating asingle line diagram.
The main features are:
- Node/Breaker and Bus/Breaker topology.
- SVG diagram to be used in various front-end technologies.
- Voltage level, substation and zone diagrams.
- Highly customizable rendering using equipment component libraries, CSS and configurable labels (position and content).
- Multiple layout modes: fully automatic, semi-automatic (using relative positions for busbar sections and feeders), CGMES DL.
Have a look at the tutorials presentedhere and learnhow to customize your single-line diagram.
Pop in theSLD andNAD documentation pages to get some examples on how to use PowSyBl diagrams!
About
SVG diagrams generation: single-line substation diagrams and network graph diagrams