Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ If you use this data, please cite:
|
|
| 30 |
```bibtex
|
| 31 |
@article{britto2026powergrid,
|
| 32 |
title = {Building Power Grid Models from Open Data: A Complete Pipeline from OpenStreetMap to Optimal Power Flow},
|
| 33 |
-
author = {Britto, Andrea and Spina, Thiago and Yang, Weiwei and Zhang, Baosen and White, Chris},
|
| 34 |
year = {2026},
|
| 35 |
note = {Microsoft Research Catalyst Lab}
|
| 36 |
}
|
|
@@ -443,32 +443,6 @@ println("Status: \$(result[\"termination_status\"])")
|
|
| 443 |
- **Load allocation**: [U.S. Census](https://www.census.gov/) tract-level population as spatial proxy
|
| 444 |
- **BA boundaries**: [HIFLD Electric Planning Areas](https://services5.arcgis.com/HDRa0B57OVrv2E1q/arcgis/rest/services/Electric_Planning_Areas/FeatureServer/0) (ArcGIS FeatureServer)
|
| 445 |
|
| 446 |
-
## Data Viewer
|
| 447 |
-
|
| 448 |
-
An interactive browser-based viewer is available in the [GridSFM repository](https://github.com/microsoft/GridSFM/tree/main/power_grid). It visualizes the network topology on a map and shows OPF results (dispatch, congestion, economic summary) for any state or region.
|
| 449 |
-
|
| 450 |
-
**Requirements:** Python 3.8+ (stdlib only — no pip packages needed). The front-end uses [Leaflet.js](https://leafletjs.com/) loaded from CDN.
|
| 451 |
-
|
| 452 |
-
**Usage:**
|
| 453 |
-
|
| 454 |
-
```bash
|
| 455 |
-
cd viewer
|
| 456 |
-
python serve.py --data-dir ../ --port 8050
|
| 457 |
-
```
|
| 458 |
-
|
| 459 |
-
Then open `http://localhost:8050` in a browser.
|
| 460 |
-
|
| 461 |
-
| Option | Default | Description |
|
| 462 |
-
|--------|---------|-------------|
|
| 463 |
-
| `--data-dir` | `../` (parent of `viewer/`) | Root directory containing `16h/` and `04h/` folders |
|
| 464 |
-
| `--port` | `8050` | HTTP server port |
|
| 465 |
-
|
| 466 |
-
The viewer provides four views:
|
| 467 |
-
1. **Network Model** — bus-branch topology on a Leaflet map, color-coded by voltage level
|
| 468 |
-
2. **OPF Summary** — generation mix, cost breakdown, solver status
|
| 469 |
-
3. **Economic Dispatch** — generator dispatch stack by fuel type
|
| 470 |
-
4. **Line Congestion** — branch loading and thermal limit utilization
|
| 471 |
-
|
| 472 |
## Per-Unit Convention
|
| 473 |
|
| 474 |
All power quantities use system base `baseMVA = 100 MVA`:
|
|
|
|
| 30 |
```bibtex
|
| 31 |
@article{britto2026powergrid,
|
| 32 |
title = {Building Power Grid Models from Open Data: A Complete Pipeline from OpenStreetMap to Optimal Power Flow},
|
| 33 |
+
author = {Britto, Andrea and Spina, Thiago and Yang, Weiwei and Fowers, Spencer and Zhang, Baosen and White, Chris},
|
| 34 |
year = {2026},
|
| 35 |
note = {Microsoft Research Catalyst Lab}
|
| 36 |
}
|
|
|
|
| 443 |
- **Load allocation**: [U.S. Census](https://www.census.gov/) tract-level population as spatial proxy
|
| 444 |
- **BA boundaries**: [HIFLD Electric Planning Areas](https://services5.arcgis.com/HDRa0B57OVrv2E1q/arcgis/rest/services/Electric_Planning_Areas/FeatureServer/0) (ArcGIS FeatureServer)
|
| 445 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 446 |
## Per-Unit Convention
|
| 447 |
|
| 448 |
All power quantities use system base `baseMVA = 100 MVA`:
|