Skip to content

Commit dbd0fbb

Browse files
committed
adding avride dallas service area / beginning of service and updating supervision of Waymo's Dallas, Miami, and Houston services to Autonomous
1 parent 42d4211 commit dbd0fbb

2 files changed

Lines changed: 110 additions & 1 deletion

File tree

events.csv

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,8 @@ date,event_type,company,city,geometry_file,vehicles,platform,fares,direct_bookin
141141
2025-12-03,service_announced,Waymo,St. Louis,"-90.1982,38.6274",,,,,Flexible,Safety Driver,Announced,,,https://waymo.com/blog/?modal=short-entering-st-louis,,https://waymo.com/blog/?modal=short-entering-st-louis,
142142
2025-12-03,service_announced,Waymo,Pittsburgh,"-79.9972,40.4387",,,,,Flexible,Safety Driver,Announced,,,https://waymo.com/blog/?modal=short-waymo-coming-to-pittsburgh,,https://waymo.com/blog/?modal=short-waymo-coming-to-pittsburgh,
143143
2025-12-03,service_announced,Waymo,Baltimore,"-76.6104,39.2905",,,,,Flexible,Safety Driver,Announced,,,https://waymo.com/blog/?modal=short-waymo-is-heading-to-baltimore,,https://waymo.com/blog/?modal=short-waymo-is-heading-to-baltimore,
144-
2025-12-03,service_announced,Waymo,Philadelphia,"-75.1652,39.9526",,,,,Flexible,Safety Driver,Announced,,,https://waymo.com/blog/?modal=short-bringing-our-service-to-philadelphia,,https://waymo.com/blog/?modal=short-bringing-our-service-to-philadelphia,
144+
2025-12-03,service_announced,Waymo,Philadelphia,"-75.1652,39.9526",,,,,Flexible,Safety Driver,Announced,,,https://waymo.com/blog/?modal=short-bringing-our-service-to-philadelphia,,https://waymo.com/blog/?modal=short-bringing-our-service-to-philadelphia,
145+
2025-12-03,service_created,Avride,Dallas,avride-dallas-december-3-2025-boundary.geojson,Hyundai IONIQ 5,Uber,Yes,No,Flexible,Safety Driver,Public,,,https://medium.com/avride/avride-and-uber-launch-robotaxi-rides-in-dallas-173db0ff6972,https://investor.uber.com/news-events/news/press-release-details/2025/Uber-and-Avride-Launch-Robotaxi-Rides-in-Dallas/default.aspx,https://techcrunch.com/2025/12/03/uber-and-avride-launch-robotaxi-service-in-dallas/,
146+
2025-11-18,supervision_updated,Waymo,Miami,,,,,,,Autonomous,,,,,,,https://x.com/Waymo/status/1990806862015705559?s=20
147+
2025-12-02,supervision_updated,Waymo,Dallas,,,,,,,Autonomous,,,,,,,https://x.com/Waymo/status/1995976302864580611?s=20
148+
2025-12-04,supervision_updated,Waymo,Houston,,,,,,,Autonomous,,,,,,,https://x.com/Waymo/status/1996595348207231085?s=20
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"type": "Feature",
3+
"properties": {
4+
"name": "avride-dallas-december-3-2025-boundary"
5+
},
6+
"geometry": {
7+
"type": "Polygon",
8+
"coordinates": [
9+
[
10+
[
11+
-96.81538581848145,
12+
32.832577411320024
13+
],
14+
[
15+
-96.78088188171387,
16+
32.832721651127365
17+
],
18+
[
19+
-96.78993701934814,
20+
32.81551940223586
21+
],
22+
[
23+
-96.78663253784181,
24+
32.81494232985201
25+
],
26+
[
27+
-96.75895214080812,
28+
32.79093640588344
29+
],
30+
[
31+
-96.76026105880737,
32+
32.79059367484197
33+
],
34+
[
35+
-96.76311492919923,
36+
32.789763899482516
37+
],
38+
[
39+
-96.76440238952638,
40+
32.78913254347952
41+
],
42+
[
43+
-96.76789999008179,
44+
32.785939617338485
45+
],
46+
[
47+
-96.76884412765504,
48+
32.78460468768839
49+
],
50+
[
51+
-96.77043199539186,
52+
32.782223412088705
53+
],
54+
[
55+
-96.77197694778444,
56+
32.781231195110166
57+
],
58+
[
59+
-96.77470207214357,
60+
32.78034721066307
61+
],
62+
[
63+
-96.78234100341798,
64+
32.77955342122631
65+
],
66+
[
67+
-96.78631067276002,
68+
32.77625190281933
69+
],
70+
[
71+
-96.79840207099916,
72+
32.77291417773346
73+
],
74+
[
75+
-96.80258631706239,
76+
32.77003641696862
77+
],
78+
[
79+
-96.80869102478029,
80+
32.768114850921854
81+
],
82+
[
83+
-96.81199550628664,
84+
32.772517250746176
85+
],
86+
[
87+
-96.81259632110596,
88+
32.77857921542039
89+
],
90+
[
91+
-96.81461334228517,
92+
32.79683478051376
93+
],
94+
[
95+
-96.81847572326662,
96+
32.80891891314467
97+
],
98+
[
99+
-96.81538581848145,
100+
32.832577411320024
101+
]
102+
]
103+
]
104+
}
105+
}

0 commit comments

Comments
 (0)