Open dataset tracking autonomous vehicle deployments around the world. Powers avmap.io.
events.csv - Timeline of AV service changes since 2017 (testing, announcements, launches, expansions, shutdowns, policy changes) geometries/ - GeoJSON service area boundaries showing how coverage evolved
This uses event sourcing: create events capture full service details, updates only record what changed. Every change has a source.
- 2017 to current timeline
- Waymo, Tesla, May Mobility, Zoox, Apollo Go, Cruise, Nuro, Oxa, Wayve, WeRide, and others
- Global cities with active or historical AV deployments
git clone https://github.com/jacksonlester/av-map-data.git
head events.csv
ls geometries/*.geojsonLoad the GeoJSON files into any mapping tool. Parse the CSV for historical analysis.
We welcome contributions! Two easy ways to help:
Email updates: Send CSV changes or info to jackson@avmap.io
GitHub PR:
- Fork this repository
- Edit
events.csv(Excel or text editor work fine) - Submit a pull request to the
stagingbranch - We'll review and merge
See CONTRIBUTING.md for detailed format specs and examples.
Helpful contributions:
- New service launches or expansions
- Service area boundary updates
- Fleet changes, policy updates
- Corrections to existing data
After you submit:
- We'll check the data format (automated tests help catch issues)
- Review and test your changes
- Merge to
stagingfor testing - Promote to production once verified
Maintainers: See MAINTAINERS.md for staging/production workflow.
MIT - use it however you want.
Built and maintained for avmap.io. Issues and questions welcome.