This dataset tracks autonomous vehicle deployments and powers avmap.io. We accept data from anywhere in the world.
Most common contribution: Adding a new service announcement or launch
Prefer to email your updates? Send CSV or changes to jackson@avmap.io - see below for details.
Contributing via GitHub:
- Edit
events.csvto add your data (use Excel or a text editor) - Submit a pull request
- We'll review and merge your changes
See Adding a new service for examples.
You can edit events.csv with:
- Excel/Google Sheets: Open the file, add your row, save as "CSV UTF-8" - Excel handles the formatting automatically
- Text editor: Any text editor works - just make sure to quote any field that contains commas, quotes, newlines, or semicolons (e.g., city names like
"Grand Rapids, MI"or multi-value fields like"Waymo;Uber"). When in doubt, quote it
Excel tip: When saving as CSV, choose "CSV UTF-8" format. Excel will automatically quote fields that need it (like URLs or text with commas). Just fill in your cells normally and let Excel handle the formatting.
Don't want to deal with GitHub? Skip this section and just email your updates - we're happy to handle the technical stuff for you.
For those comfortable with GitHub:
Pull requests should target the staging branch (not main) so we can test before going live:
- Fork this repository
- Create a feature branch from
main - Make your changes
- Submit a PR to the
stagingbranch - We'll test your changes and merge if everything looks good
Each row in events.csv represents one change to a service:
- Service lifecycle events (
service_testing,service_announced,service_created) include all known attributes - Update events (
geometry_updated,fares_policy_changed, etc.) change only one field at a time - All updates show the complete new state, not just what changed (e.g., full vehicle list, not just vehicles added)
The CSV has a header row and 18 columns of data.
| # | Column | Description | Example | Required? |
|---|---|---|---|---|
| 1 | date |
Event date (YYYY-MM-DD) | 2025-06-22 |
Always |
| 2 | event_type |
Type of change | service_created |
Always |
| 3 | company |
Company name | Tesla |
Always |
| 4 | city |
City or region | Austin |
Always |
| 5 | geometry_file |
Boundary file OR coordinates (lng,lat) | tesla-austin-june-22-2025-boundary.geojson OR "-97.7431,30.2672" |
If applicable |
| 6 | vehicles |
Vehicle types | Tesla Model Y |
If applicable |
| 7 | platform |
Booking app | Robotaxi |
If applicable |
| 8 | fares |
Charges fares? | Yes / No |
If applicable |
| 9 | direct_booking |
Can book AV directly? | Yes / No |
If applicable |
| 10 | service_model |
Service model | Flexible / Fixed Route |
If applicable |
| 11 | supervision |
Supervision level | Autonomous / Safety Driver |
If applicable |
| 12 | access |
Access policy | Public / Waitlist |
If applicable |
| 13 | fleet_partner |
Fleet partnerships | Moove |
If applicable |
| 14 | expected_launch |
Expected launch timeframe | 2026, Q2 2026, Late 2025 |
If applicable |
| 15 | company_link |
Company website/page | https://waymo.com/ |
If applicable |
| 16 | booking_platform_link |
Booking platform link | https://www.uber.com/... |
If applicable |
| 17 | source_url |
Source article/announcement | https://techcrunch.com/... |
Preferred |
| 18 | notes |
Additional context (text) | Initial service launch |
Preferred |
- Fill in 18 columns (leave blank cells for missing data)
- Using Excel? It handles formatting automatically - just save as "CSV UTF-8"
- Using a text editor? Put quotes around any field with commas or semicolons
Example row:
"2025-09-10","service_created","Zoox","Las Vegas","zoox-las-vegas-boundary.geojson","Zoox Robotaxi","Zoox","No","Yes","Hub-to-Hub","Autonomous","Public",,,"https://zoox.com/",,"https://techcrunch.com/2025/09/10/zoox-las-vegas-launch","Zoox Las Vegas service"- Leave blank cells for data you don't have - that's okay!
- Put URLs in columns 15-17, notes (text only) in column 18
- Include
company_link(15) for announcements or launches - Only include
booking_platform_link(16) when the platform differs from the company (e.g., Waymo on Uber) or there's a fleet partner - Don't worry about formatting if using Excel - it handles it automatically
Don't worry about validation - we'll check your formatting automatically when you submit.
For service_testing or service_announced events, only basic info required:
"2025-09-17","service_announced","Waymo","Nashville","-86.7816,36.1627",,"Lyft",,,,,,,"2026","https://waymo.com/","https://waymo.com/waymo-one/","https://waymo.com/blog/nashville","Partnership with Lyft announced"Required fields (with column numbers):
date(1),event_type(2),company(3),city(4),source_url(17)
All other fields can be empty but the row needs all 18 columns (just use commas for blank cells). You can add more details later using update events.
For service_created events, fill in all service attributes:
"2025-09-10","service_created","Zoox","Las Vegas","zoox-las-vegas-september-10-2025-boundary.geojson","Zoox Robotaxi","Zoox","No","Yes","Hub-to-Hub","Autonomous","Public",,,"https://zoox.com/",,"https://techcrunch.com/2025/09/10/zoox-opens-its-las-vegas-robotaxi-service-to-the-public","Zoox Las Vegas service"Required fields (with column numbers):
date(1),event_type(2),company(3),city(4)vehicles(6),platform(7),fares(8),direct_booking(9)service_model(10),supervision(11),access(12),source_url(17)
Optional but recommended:
geometry_file(5),fleet_partner(13),company_link(15),booking_platform_link(16),notes(18)
Note: expected_launch (14) should be empty for service_created events.
Key rules for updates:
- Always include
companyandcityto identify the service - One event per field change - if 3 things change on the same day, create 3 separate rows
- Show the complete new state of the field (e.g., all vehicles, not just new ones)
"2025-07-14","geometry_updated","Tesla","Austin","tesla-austin-july-14-2025-boundary.geojson",,,,,,,,,,,,"https://www.businessinsider.com/tesla-new-robotaxi-geofence-austin-shape-elon-musk-bigger-waymo-2025-7","Service area boundary update""2020-10-08","vehicle_types_updated","Waymo","Phoenix",,"Jaguar I-Pace;Chrysler Pacifica Hybrid",,,,,,,,,,,,"https://techcrunch.com/2019/06/17/waymos-self-driving-jaguar-i-pace-vehicles-are-now-testing-on-public-roads","Vehicle fleet expansion - adding Jaguar I-Pace"Note: Multiple vehicles separated by ; (semicolon). Shows complete current fleet, not just what changed.
"2023-10-26","platform_updated","Waymo","Phoenix",,,"Waymo;Uber",,,,,,,,,,"https://waymo.com/blog/2023/10/the-waymo-driver-now-available-on-uber-in-phoenix","Booking platform update"Note: Multiple platforms separated by ; (semicolon). This allows filtering by either platform in the app.
"2024-11-12","access_policy_changed","Waymo","Los Angeles",,,,,,,"Public",,,,,,"https://waymo.com/blog/2024/11/waymo-one-open-to-all-in-los-angeles","Access policy update""2026-03-15","service_model_updated","Zoox","Las Vegas",,,,,,,"Flexible",,,,,,,"https://example.com","Service now allows flexible travel"If multiple fields change on the same day, create separate events:
"2020-10-08","access_policy_changed","Waymo","Phoenix",,,,,,,"Public",,,,,,"https://waymo.com/blog/2020/10/waymo-is-opening-its-fully-driverless-service-in-phoenix","Access policy update"
"2020-10-08","fares_policy_changed","Waymo","Phoenix",,,"Yes",,,,,,,,,,,"https://waymo.com/blog/2020/10/waymo-is-opening-its-fully-driverless-service-in-phoenix","Fares policy update"
"2020-10-08","geometry_updated","Waymo","Phoenix","waymo-phoenix-october-8-2020-boundary.geojson",,,,,,,,,,,,"https://waymo.com/blog/2020/10/waymo-is-opening-its-fully-driverless-service-in-phoenix","Service area boundary update"Note: Each event represents one field change, even though all three changes happened on the same day and were announced together.
Service lifecycle:
service_testing- Testing spotted (may be unconfirmed)service_announced- Official public announcementservice_created- Service launches to public/waitlistservice_ended- Service discontinued
Services progress: testing → announced → active (both testing and announcement optional)
Required fields:
service_testing/service_announced: Only date, company, city, source_urlservice_created: All service attributes (vehicles, platform, fares, etc.)
Service changes (must include company + changed field with complete new state):
geometry_updated- Service area changesvehicle_types_updated- Fleet changes (show complete current fleet)platform_updated- Booking platform changes (show all platforms)fares_policy_changed- Fare policy changesaccess_policy_changed- Access changessupervision_updated- Supervision level changesflexibility_updated- Travel flexibility changesfleet_partner_changed- Fleet partnership changes
With announcement:
"2025-09-17","service_announced","Waymo","Nashville","-86.7816,36.1627",,"Waymo;Lyft",,,,,"Announced","Flexdrive","2026","https://waymo.com/blog/2025/09/waymo-is-coming-to-nashville-in-partnership-with-lyft","https://investor.lyft.com/news-and-events/news/news-details/2025/Lyft-and-Waymo-Launch-Partnership-to-Expand-Autonomous-Mobility-to-Nashville/default.aspx","https://waymo.com/blog/2025/09/waymo-is-coming-to-nashville-in-partnership-with-lyft","Lyft partnership; Waymo app first then Lyft integration; Flexdrive fleet management; autonomous ops in coming months then public riders next year"
"2026-03-20","service_created","Waymo","Nashville","waymo-nashville-march-2026.geojson","Jaguar I-Pace","Waymo;Lyft","Yes","No","Flexible","Autonomous","Waitlist",,,"https://waymo.com/","https://waymo.com/waymo-one/","https://waymo.com/blog/nashville-launch","Service launch in Nashville"Direct launch (no announcement):
"2025-11-10","service_created","Zoox","Austin","zoox-austin-november-2025.geojson","Zoox Robotaxi","Zoox","No","Yes","Hub-to-Hub","Autonomous","Public",,,"https://zoox.com/",,"https://techcrunch.com/2025/11/10/zoox-austin-launch","Zoox launches in Austin"Full lifecycle (testing → announcement → launch → updates):
"2024-10-01","service_testing","Wayve","San Francisco Bay Area","-122.4416,37.7717","Ford Mustang Mach-E","Uber",,,"Flexible","Safety Driver","Testing",,,"https://wayve.ai/press/us-expansion/",,"https://wayve.ai/press/us-expansion/","ADAS testing and data collection - 20 vehicles"
"2025-06-10","service_announced","Wayve","London","-0.1203,51.5415","Jaguar I-PACE","Uber",,,"Flexible","Safety Driver","Announced",,"Spring 2026","https://wayve.ai/press/wayve-uber-l4-autonomy-trials/",,"https://londonist.com/london/transport/uber-self-driving-taxis-london-2026","Partnership with Uber announced for L4 autonomy trials"
"2026-04-15","service_created","Wayve","London","wayve-london-april-2026.geojson","Jaguar I-PACE","Uber","No","No","Flexible","Safety Driver","Waitlist",,,"https://wayve.ai/","https://www.uber.com","https://wayve.ai/press/london-launch","Service launches to waitlist users in London"
"2026-06-20","geometry_updated","Wayve","London","wayve-london-june-2026.geojson",,,,,,,,,,,,"https://wayve.ai/blog/london-expansion","Service area expanded to cover more of Central London"
"2026-08-10","fares_policy_changed","Wayve","London",,,"Yes",,,,,,,,,,,"https://wayve.ai/blog/fares-introduction","Started charging fares after initial free period"
"2026-09-01","access_policy_changed","Wayve","London",,,,,,,"Public",,,,,,"https://wayve.ai/blog/public-launch","Opened to all users, removed waitlist"Note: service_testing can precede announcement if testing is spotted first. All examples show complete 18-field format.
Add new values when documenting companies, vehicles, platforms, or policies not listed here.
Multi-value fields: For vehicles and platform fields, separate multiple values with ; (semicolon). Examples: Waymo;Uber or Jaguar I-Pace;Chrysler Pacifica Hybrid. Semicolons preserve CSV compatibility while allowing the app to filter by individual values.
Companies: Waymo, Tesla, Zoox, May Mobility, Cruise
Vehicles: Tesla Model Y, Jaguar I-Pace, Chrysler Pacifica Hybrid, Toyota Sienna, Zoox Robotaxi
Platform: Waymo, Uber, Lyft, Robotaxi, Cruise, Zoox
Fares: Yes (charges fares), No (free)
Direct Booking: Yes (book AV directly), No (may or may not get AV, like Waymo on UberX)
Flexibility: Point-to-Point (riders can travel freely between any points in the service area), Stop-to-Stop (riders can only travel to/from predetermined stops)
Supervision: Autonomous, Safety Driver, Safety Attendant
Access: Public, Waitlist
Two options for specifying service locations:
Use inline coordinates in the geometry_file column (column 5).
- Format:
"longitude,latitude"(e.g.,"-97.7431,30.2672") ⚠️ lng,lat order (NOT lat,lng) - longitude first!
Example (with all 18 fields):
"2025-09-16","service_created","Example Co","Austin","-97.7431,30.2672","Example Vehicle","Example Platform","Yes","Yes","Flexible","Autonomous","Public",,,"https://example.com/","https://example.com/book","https://source.com/article","Service launch at specific location"If adding service area boundaries, you can create them with free tools:
- geojson.io - Draw boundaries on a map, copy the GeoJSON
- pictomap.app - Create boundaries from images or maps
- Google Earth - Draw a polygon, export as KML, convert to GeoJSON
Once you have a GeoJSON file:
- Save it in the
geometries/folder - Name it:
{company}-{city}-{month}-{day}-{year}-boundary.geojson- Example:
waymo-austin-march-4-2025-boundary.geojson
- Example:
- Reference it in your CSV row (column 5)
Expected GeoJSON format:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [[[lng, lat], [lng, lat], ...]]
},
"properties": {}
}
]
}Note: Both Polygon and MultiPolygon geometry types work. Tools like geojson.io will create the correct format automatically.
Want to test your changes locally before submitting? Run:
pip install -r requirements-dev.txt
pytest tests/ -vDon't worry if you skip this - pull requests run validation automatically via GitHub Actions, and we'll help fix any issues.
Schema is defined in .dev/schema.json. To add columns/event types:
- Edit
.dev/schema.json(add definitions), bump version - Run
python3 scripts/check_schema_version.py - Tests auto-update from schema - no manual test changes needed
- Not comfortable with GitHub? Email your CSV updates to jackson@avmap.io - just attach your updated events.csv and any GeoJSON boundary files, or describe the changes you'd like to see
- Want to suggest new data types? (autonomous trucks, fleet size, etc.) - open an issue or email jackson@avmap.io to discuss! The dataset can evolve based on community needs
- Have questions? Check existing issues or open a new one