Weekly Snapshot — 2026-06-07
·
8 commits
to main
since this release
CommonGrid Weekly Snapshot
Date: 2026-06-07 (Week 23, 2026)
License: ODbL 1.0
Contents
| File | Description |
|---|---|
commongrid-2026-06-07.sql.gz |
Full database dump (pg_dump, gzipped) |
utilities.geojson.gz |
All utilities with service territory geometry |
ev-stations.geojson.gz |
EV charging stations (point locations) |
power-plants.geojson.gz |
Power plants (point locations) |
transmission-lines.geojson.gz |
Transmission lines (line geometry) |
pricing-nodes.geojson.gz |
ISO/RTO pricing nodes (point locations) |
Usage
# Restore the SQL dump
gunzip -c commongrid-2026-06-07.sql.gz | psql your_database
# Load GeoJSON into ogr2ogr / QGIS / tippecanoe
gunzip utilities.geojson.gz
ogr2ogr -f PostgreSQL PG:dbname=mydb utilities.geojsonGenerated automatically by CommonGrid. Browse the data at https://commongrid.info