← Latest papers
⚡ electrical engineering

Building Power Grid Models from Open Data: A Complete Pipeline from OpenStreetMap to Optimal Power Flow

This paper presents a fully open-data pipeline that constructs realistic, OPF-solvable transmission grid models for all 48 contiguous U.S. states and six multi-state regions by integrating OpenStreetMap infrastructure data with EIA and Census statistics, successfully validating the approach through convergence in AC-OPF simulations and cost metrics consistent with real wholesale markets.

Original authors: Andrea Britto, Thiago Spina, Weiwei Yang, Spencer Fowers, Baosen Zhang, Chris White

Published 2026-05-07
📖 5 min read🧠 Deep dive

Original authors: Andrea Britto, Thiago Spina, Weiwei Yang, Spencer Fowers, Baosen Zhang, Chris White

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the electrical grid as a massive, complex city of roads, intersections, and traffic lights. To understand how this city handles traffic (electricity), engineers need a detailed map. However, in the real world, the most accurate, up-to-date maps of the US power grid are locked away in a vault. They are treated as "critical infrastructure secrets" to prevent hackers or terrorists from finding weak spots. This leaves researchers trying to study the grid without a map, forced to use tiny, toy-sized models that don't look anything like the real thing.

This paper presents a clever solution: building a realistic, giant-scale map of the US power grid entirely from public, open-source data.

Here is how the authors did it, explained through a simple construction analogy:

The Problem: The "Secret Blueprint"

Think of the real power grid as a high-security building. The blueprints (detailed data on wire thickness, voltage, and exact locations) are classified. Researchers can't see them. They can't buy them (it costs hundreds of thousands of dollars), and they can't share them even if they get them. Without these blueprints, you can't test how the building would handle a massive crowd or a storm.

The Solution: The "Five-Stage Construction Crew"

The authors built a pipeline (a step-by-step assembly line) that constructs a working model of the grid using only things anyone can see or find online.

Stage 1: The Satellite Scout (Data Extraction)
Instead of stealing blueprints, the team uses OpenStreetMap (OSM). Think of OSM as a giant, collaborative Google Maps where volunteers draw roads, buildings, and power lines. The team sends a digital "drone" to scan the US and download every power line, substation, and power plant they can find.

  • The Catch: The map is incomplete. Some lines are missing, and the map doesn't say how thick the wires are or how much power they can carry.

Stage 2: The Architect (Topology Reconstruction)
The raw map is messy. A single power line might be drawn as 20 tiny, disconnected segments. The team's software acts like a smart architect who stitches these fragments together.

  • Filling in the blanks: If a line has no voltage tag, the software looks at its neighbors. If all the neighbors are "345kV lines," it assumes this one is too.
  • Sorting the traffic: It figures out which lines connect to which substations and identifies special "bridges" (transformers) that change voltage levels.
  • Result: A clean, connected network map of the grid.

Stage 3: The Engineer (Parameter Estimation)
Now they have the shape of the grid, but not the physics. They need to guess how much electricity the wires can carry and how much they resist the flow.

  • The Rulebook: Since they can't measure the wires, they use standard engineering textbooks. If a line is 345kV, they look up the "average" wire used for that voltage in the US and assign those properties to the model.
  • The "Parallel" Trick: Real power corridors often have 2, 3, or even 4 wires running side-by-side, but the map only shows one. The team uses a "scaling factor" (a mathematical guess) to pretend there are more wires, ensuring the model can handle the right amount of traffic.

Stage 4: The Demographer (Demand Allocation)
A grid is useless without knowing where people are using power. The team takes national data on how much electricity a whole state uses and spreads it out like sprinkles on a cake.

  • The Proxy: They assume that where there are more people (based on Census data), there is more electricity usage. They assign the power demand to specific "intersections" (buses) on the map based on local population density.

Stage 5: The Traffic Cop (Optimal Power Flow)
Finally, they run a simulation. They ask the computer: "If we turn on all the power plants and turn on all the lights at 4 PM on a hot summer day, what happens?"

  • The Goal: The computer tries to find the cheapest way to power the whole state without overloading any lines or causing blackouts.
  • The Safety Net: Because the map is an estimate, the simulation might get stuck. The team built a "progressive relaxation" strategy. If the strict rules cause a crash, the computer gently loosens the rules (like allowing a slightly higher speed limit) until it finds a solution that works. This tells them exactly how "rough" the data is in different areas.

The Results: A Working City

The team tested this on all 48 contiguous US states and huge regional chunks (like the entire Eastern or Western power grids).

  • Success Rate: 88% of the states solved perfectly without loosening any rules. The rest solved with minor adjustments.
  • Realism: The cost to generate electricity in their model ($22/MWh on average) and the amount of power lost as heat (1%) matched real-world market data almost exactly.
  • The Big Picture: They successfully modeled the Eastern Interconnection (21,697 intersections) and the Western Interconnection (5,076 intersections).

Why This Matters

The authors didn't just build a model; they built a public library of grid models.

  • No Secrets Needed: Anyone can now study how the grid reacts to AI data centers, extreme weather, or renewable energy without needing classified data.
  • Reproducible: Because the code and data are open, other scientists can check their work or improve it.
  • The "What-If" Machine: Researchers can now simulate disasters (like a hurricane knocking out a line) or future scenarios (like doubling the number of electric cars) to see how the grid holds up.

In short, the authors took a locked vault of secrets and replaced it with a public, open-source construction kit that is accurate enough to be useful for serious research, but built entirely from things you can see from your car window or find on a free website.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →