US interstate highway data, built from OpenStreetMap
The interstate system is mapped in meticulous detail inside OpenStreetMap, but using that data means downloading planet-scale files, standing up a spatial database, and untangling how thousands of mappers labeled the same roads. OpenInterstate does that work once per release and publishes the result as plain CSV: directional corridors, ordered exits, linked places, and real drive times, dated and checksummed under ODbL.
Read the road ahead
This is the release doing its job. Scrub along I-10 westbound, or press Drive: corridor_exits
orders the exits, exit_place_links attaches nearby places,
and the reachability release supplies real driving times.
Download the data
curl -LO \
https://github.com/tldev/openinterstate/releases/download/release-2026-07-13-gha-33/openinterstate-release-2026-07-13-gha-33.tar.gz That's the entire dataset in a single tarball, with no signup required. Manifests, checksums, and lineage files live on the releases page.
Use it for trip planners, exit guides, routing experiments, or any GIS project that needs the interstate network without parsing a planet-scale OSM extract.
Drive-time reachability scores ship separately: openinterstate-reachability score-20260715-1351876
What's in a release
Each release ships these core CSV tables, plus GPX reference routes and GeoJSON examples. Column-level docs live on the schema page.
| Table | Description |
|---|---|
| corridors | Contiguous directional interstate corridors |
| corridor_edges | Graph edges assigned to corridors |
| corridor_exits | Normalized exits linked to a corridor |
| exit_aliases | Source exit aliases mapped to normalized exits |
| places | Reachable places and services |
| exit_place_links | Spatial proximity links between exits and places |
| reference_routes | Routes for QA, examples, and exploration |
