← Back to Homepage

Vision Zero DC Crash Map

Case study · Policy

A Public-Interest Traffic Safety Atlas for DC

What
A crash map and accountability scorecard for DC's Vision Zero program.
Stack
Leaflet over DC's live ArcGIS layer + a baked Python snapshot; Python and Node tests in CI.
Status
LIVE
Dates
Published June 2026 · Updated June 2026
Links
Live site · Source code

Background

Where are DC's crashes actually concentrated, who is getting hurt, and what does a decade of Vision Zero data reveal about the city's progress — or lack of it?

DC launched Vision Zero in 2015 promising zero traffic deaths by 2024, and missed. This tool scores that against the city's own baseline — deaths, and people killed or seriously injured — then maps where the harm concentrates, ward by ward and intersection by intersection. The underlying collision records from DDOT and MPD are technically public but sit in ArcGIS endpoints most people can't query. Recommendations pair each pattern with countermeasures carrying real crash-reduction figures, so the data points somewhere rather than only at the problem.

A Look Inside

Each view shown on mobile and desktop — tap any image to open the live site.

The Safety Overview leads with an accountability scorecard (mobile) The Safety Overview leads with an accountability scorecard (desktop)
The Safety Overview leads with an accountability scorecard — deaths and KSI against DC's missed 2024 Vision Zero target — then breaks down who is being hurt by mode and which wards bear disproportionate crash risk.
The Crash Map queries DC's live ArcGIS crash layer in real time (mobile) The Crash Map queries DC's live ArcGIS crash layer in real time (desktop)
The Crash Map queries DC's live ArcGIS crash layer in real time — filter by date, severity, mode, and moving violations, then select any crash for a full incident case file. Hot spots and ward crash rates update as you pan.

How It Works

Two pages, no build step, no backend server, no dependencies to install:

[View the Live Tool] | [View the Code]


← Back to Homepage