on this page

Michigan Energy Infrastructure & Population Density Map

dataset

Multi-layer geospatial visualization of Michigan's energy infrastructure overlaid on Census population density, with a data center siting score for all 1,580 county subdivisions

period: 2026-present
tech:
GeospatialEnergy InfrastructureData CentersCensus DemographicsPythonGeoPandas

A high-resolution, multi-layer map of Michigan’s energy infrastructure overlaid on Census tract population density, plus a composite Data Center Siting Score ranking all 1,580 county subdivisions for hyperscale development potential.

Michigan Energy Infrastructure & Population Density

Download full vector PDF (infinite zoom)

Map Layers

The map renders 10 infrastructure layers projected onto Michigan GeoRef (EPSG:3078):

LayerSourceFeatures
Population density choroplethACS 5-Year (2023)3,017 tracts
County boundariesCensus TIGER83 counties
Transmission lines (by voltage class)OpenStreetMap Overpass21,936 lines
Substations (sized by voltage)OpenStreetMap Overpass4,887 substations
USGS solar array footprintsUSGS54 arrays
MPSC solar projectsMI Public Service Commission70 projects
MPSC wind turbinesMI Public Service Commission1,710 turbines
MPSC hydro damsMI Public Service Commission116 dams
EIA power plantsUS Energy Information Administration274 plants
EV charging stationsNREL AFDC2,078 stations

Data Center Siting Score

Each of Michigan’s 1,580 county subdivisions (townships, cities, charter townships) is scored 0—100 across five weighted dimensions:

DimensionWeightWhat It Captures
High-voltage transmission35%345kV+ and 138—344kV line access
Renewable energy proximity20%Nearby wind, solar, and generation
Low population density20%Inverse density (rural = higher)
Land availability15%Large parcels, low water fraction
Grid infrastructure10%Substations and transmission density

Top 10 MCDs by Siting Score

RankTownshipScorePop.345kV+ (km)WindSubstations
1Big Creek township84.52,94320.803
2Sigel township80.052316.1245
3Oliver township78.781610.6575
4North Star township77.880318.0393
5Forsyth township76.85,03223.304
6Wells township76.084625.702
7Minden township75.555810.1253
8Riverton township74.71,69213.1461
9Winsor township74.61,0088.9616
10Fairgrove township74.31,01714.2624

Top-scoring areas cluster in the Thumb region and central Michigan wind corridor --- rural townships with extensive 345kV+ transmission and active wind generation.

Siting Score Choropleth

Michigan Data Center Siting Score by County Subdivision

Download siting score vector PDF (infinite zoom)

Data Pipeline

Built with geodata, a Python library for geographic data retrieval with provenance tracking.

Retrieval

Each data source is registered as a DataSource subclass with standardized retrieve() methods. Sources include ArcGIS REST pagination, Census TIGER shapefiles, OpenStreetMap Overpass QL, NREL APIs, and Census ACS. Every output file gets a .provenance.json sidecar with SHA-256 hash, source URL, and retrieval timestamp.

Spatial Enrichment

The enrichment pipeline (scripts/enrich_mcd_infrastructure.py) performs:

  1. Point-in-polygon counts --- sjoin for wind turbines, solar projects, hydro dams, power plants, EV chargers, and substations
  2. Line-polygon overlay --- transmission line length by voltage class (345kV+, 138—344kV, 69—137kV, <69kV)
  3. Polygon-polygon overlay --- solar array footprint count and area
  4. Area-weighted population --- Census tract population apportioned to MCDs by intersection area fraction
  5. Composite scoring --- weighted sum across 5 dimensions with logistic density decay and city penalty

Map Rendering

The map script (scripts/map_michigan_power_demographics.py) projects all layers to EPSG:3078, clips to the state boundary, and renders with matplotlib. Transmission lines are colored by voltage class from red (765kV) through the spectrum to gray (unknown). The vector PDF preserves full detail at any zoom level.

Output Files

This project provides the quantitative foundation for This Is Server Country, a 402-page investigation into America’s AI data center buildout, and Moratorium Nation, a survey of 116 data center and renewable energy moratoria across 30 states.

on this page