All Things Spatial
ATS Labs · ATS Brand · React · experimental

ATS Power Atlas

The world's 34,936 power plants — fuel mix, capacity, and the energy transition on one dark map.

What it is

ATS Power Atlas draws the world's power infrastructure on one dark map: 34,936 power plants across 167 countries from the WRI Global Power Plant Database v1.3, every one colored by fuel and sized by installed capacity on a square-root scale — so dot area tracks megawatts. A live client-side energy-mix panel shows capacity or plant-count share by fuel, globally or for any single country; a renewables callout reports 27.2% of the 5.71 TW of listed capacity; and a Giants list flies to the top 12 plants, led by Three Gorges Dam at 22.5 GW.

The dataset is bundled (2.4 MB) and the basemap anonymous, so the app runs with an empty .env and makes no live requests. The interesting engineering is in scale and honesty: making 34,936 points fluid in a browser, computing statistics without ever flickering, and being explicit that the WRI database is a ~2021 snapshot — the shape of the global fleet, not a live registry.

The audience is energy analysts, ESG and sustainability teams, educators — and any prospect who needs to see tens of thousands of features filtered and summarized without a backend.

The experience

The app boots to the full world: ten thousand solar-gold points swarming across every continent, hydro blue along the rivers, coal gray across the industrial belts, and the brand lockup reading "34,936 plants · 167 countries · WRI v1.3".

Like every app in the ATS branded line, the interface follows the house standard: React 19 and Tailwind 4 drive a dark glass shell, every control is a Lucide-iconed glass pod designed for this app, and there is no Esri widget chrome anywhere on screen. The map engine is Esri; the experience is ATS — designed, not assembled.

The data — where it comes from

One bundled dataset plus the anonymous basemap — no live requests at all.

SourceWhat it providesRefreshCostAttribution
WRI Global Power Plant Database v1.3.034,936 plants across 167 countries: name, country, capacity (MW), primary fuel, coordinates, commissioning year (~half of records)Bundled snapshot — final release, June 2021Free (open data)World Resources Institute, CC BY 4.0
Esri dark-gray vector basemapAnonymous legacy vector basemapEsri-hostedFree (anonymous)Esri

How it was assembled

The application is a fully static single-page app — no backend, no database, no server-side rendering. The stack is the shared ATS Labs branded-app baseline:

Module map — the codebase is small and deliberate; each file owns one concern:

Key engineering decisions