diff --git a/events.csv b/events.csv index 5dc89c6..43356a5 100644 --- a/events.csv +++ b/events.csv @@ -34,4 +34,5 @@ date,event_type,company,city,geometry_file,vehicles,platform,fares,direct_bookin 2025-08-26,geometry_updated,Tesla,Austin,tesla-austin-august-26-2025-boundary.geojson,,,,,,,,https://electrek.co/2025/08/27/tesla-announces-50-increase-in-austin-robotaxi-but-50-from-what/,Service area boundary update 2025-09-01,supervision_updated,Tesla,Austin,,,,,,Safety Driver,,,https://mashable.com/article/tesla-robotaxi-human-safety-monitor-drivers-seat#:~:text=Tesla%20now%20puts%20their%20robotaxi%20safety%20monitors%20in%20the%20driver%27s&text=Texas%20SB%202807%2C%20which%20went%20into%20effect%20on%20Sept.,Supervision level update 2025-09-10,service_created,May Mobility,Atlanta,may-mobility-atlanta-september-10-2025-boundary.geojson,Toyota Sienna,Lyft,Yes,No,Safety Driver,Public,,https://maymobility.com/posts/lyft-and-may-mobility-deploy-their-first-autonomous-vehicle-fleet-in-atlanta/,May Mobility Atlanta service -2025-09-10,service_created,Zoox,Las Vegas,zoox-las-vegas-september-10-2025-boundary.geojson,Zoox Robotaxi,Zoox,No,Yes,Autonomous,Public,,https://techcrunch.com/2025/09/10/zoox-opens-its-las-vegas-robotaxi-service-to-the-public/,Zoox Las Vegas service \ No newline at end of file +2025-09-10,service_created,Zoox,Las Vegas,zoox-las-vegas-september-10-2025-boundary.geojson,Zoox Robotaxi,Zoox,No,Yes,Autonomous,Public,,https://techcrunch.com/2025/09/10/zoox-opens-its-las-vegas-robotaxi-service-to-the-public/,Zoox Las Vegas service +2025-09-18,service_created,Waymo,Chandler,av-map-data/geometries/waymo-chandler-september-18-2025-boundary.geojson,Jaguar I-Pace,Chandler Flex,Yes,No,Autonomous,Public,,https://www.chandleraz.gov/news-center/city-chandler-partners-waymo-and-bring-avs-chandler-flex,Chandler Flex public transportation service with Waymo as a provider \ No newline at end of file diff --git a/geometries/waymo-chandler-september-18-2025-boundary.geojson b/geometries/waymo-chandler-september-18-2025-boundary.geojson new file mode 100644 index 0000000..ed174a6 --- /dev/null +++ b/geometries/waymo-chandler-september-18-2025-boundary.geojson @@ -0,0 +1,27 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + [ + [-111.82413240462685, 33.32070153177102], + [-111.86775815875122, 33.32063128523849], + [-111.86773925403301, 33.30638645345937], + [-111.8938924901019, 33.30621748251329], + [-111.89390342029861, 33.30560951668099], + [-111.90303254535685, 33.30540196658767], + [-111.90259816555334, 33.292425530975706], + [-111.89374064026434, 33.29262515511297], + [-111.89309796486694, 33.23249400317847], + [-111.82396905519376, 33.23331001484584], + [-111.82413240462685, 33.32070153177102] + ] + ], + "type": "Polygon" + } + } + ] +}