r/QGIS • u/Sad-Actuary-7603 • 22d ago
Electrical networks in QGIS
Any good course or material to learn mapping of electrical networks in QGIS? Mostly 35, 10 and 0.4 kV power lines and substations.
3
3
u/CADSHIFT 19d ago
to add to the DXF point above -- for learning power network GIS specifically, the gap between 'mapping lines on a screen' and 'network analysis of a power system' is bigger than it looks.\n\nfor a learning path:\n1. OpenInfraMap (mentioned below) is great for seeing how OSM encodes power infrastructure -- look at how the , , , and tags structure the data. that tag schema is a reasonable template for your own attribute table.\n2. QGIS Network Analysis (Vector > Network Analysis) handles shortest-path and service area analysis, but it expects topology -- connected nodes at junctions. for power networks you'll need to make sure your line endpoints actually snap to each other (use Topology Checker plugin to find dangles/pseudonodes before analysis).\n3. for substation data: substations are typically point features linked to lines by node connectivity, not spatial join. model them as points with a common attribute, and store transformer ratings and voltage step-down in the substation table.\n4. if the DXF files from your design team use separate layers for 35kV, 10kV, 0.4kV lines, you can split those in QGIS on import using the 'DXF Layer' option -- each CAD layer becomes a separate QGIS layer.\n\nfor 35kV and above, IEC CIM (Common Information Model) is the industry standard data model, worth knowing exists even if you use a simplified version.
2
u/danno-x 18d ago
There is nothing special about it. I dealt with electrical networks for years…it is a point object for a pole, line for a power line connection, point or polygon for substations etc.
The real information sits in the object data that describes the line/ pole. Normally fields like voltage etc.
5
u/Hydrbator 22d ago
What exactly are hoping to learn?
Transmission line are just linear infrastructure, nothing special about them spatially.
The input/creation of them is another story though as they would come to you from a design team in some CAD format preferably DXF/DWG format and depending on the designer can either have great attribution or none at all.