Skip to content

Commit b970171

Browse files
author
Shlok
committed
Add Martinez closure and Leuven launch
1 parent d6914dd commit b970171

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

events.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,5 @@ date,event_type,company,city,geometry_file,vehicles,platform,fares,direct_bookin
158158
2026-01-22,service_created,Waymo,Miami,waymo-miami-january-22-2026-boundary.geojson,Jaguar I-Pace,Waymo,Yes,Yes,Flexible,Autonomous,Waitlist,Moove,,https://waymo.com/blog/2026/01/miami-your-waymo-ride-is-ready,,https://www.cnbc.com/2026/01/22/waymo-launches-robotaxi-service-in-miami-extending-us-lead.html,Waymo launches its service to the public in Miami and is gradually letting riders off a waitlist to use their service.
159159
2026-02-09,supervision_updated,Waymo,Nashville,"-86.7816,36.1627",,,,,,Autonomous,Announced,,,,,https://www.reuters.com/business/autos-transportation/waymo-goes-fully-autonomous-nashville-2026-02-09/,Waymo announces driver-out in Nashville.
160160
2026-01-17,service_created,Apollo Go,Abu Dhabi,apollo-go-abu-dhabi-january-17-2026-boundary.geojson,Apollo RT6,AutoGo,Yes,Yes,Flexible,Autonomous,Public,AutoGo,,https://www.apollogo.com/,https://autogo.world/,https://www.prnewswire.com/news-releases/baidus-apollo-go-and-k2s-autogo-commence-fully-autonomous-ride-hailing-service-on-yas-island-announce-phased-expansion-across-abu-dhabi-302663468.html,"Apollo Go has partnered with UAE autonomous mobility company AutoGo to jointly announce the official launch of fully driverless commercial operations for the public in Abu Dhabi. This marks Apollo Go’s first time offering a fully driverless ride-hailing service for the public outside China. Local residents and visitors can hail Apollo Go’s fully driverless vehicles through the AutoGo app. The service will initially operate on Yas Island and plans to gradually expand to more areas of Abu Dhabi."
161+
2025-12-31,service_ended,May Mobility,"Martinez, CA",,,,,,,,,,,,,https://www.facebook.com/ContraCostaTransportationAuthority/photos/1152329803651028/,Pilot program concluded after providing nearly one thousand rides.
162+
2026-01-26,service_created,WeRide,Leuven,weride-robobus-leuven-january-26-2026-boundary.geojson,WeRide Robobus,De Lijn,Yes,No,Fixed Route,Safety Driver,Public,De Lijn,,https://www.weride.ai/,https://www.delijn.be/,https://autonews.gasgoo.com/articles/news/weride-launches-robobus-commercial-operation-in-belgium-2015772354448039936,Europe's first commercial AV deployment in a dense city center; integrated into regular bus Line 16.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"type": "Feature",
3+
"properties": {
4+
"name": "weride-robobus-leuven-line-16-boundary"
5+
},
6+
"geometry": {
7+
"type": "Polygon",
8+
"coordinates": [
9+
[
10+
[
11+
4.7155,
12+
50.8821
13+
],
14+
[
15+
4.7185,
16+
50.8805
17+
],
18+
[
19+
4.7125,
20+
50.8735
21+
],
22+
[
23+
4.7055,
24+
50.8665
25+
],
26+
[
27+
4.6985,
28+
50.8625
29+
],
30+
[
31+
4.6925,
32+
50.8645
33+
],
34+
[
35+
4.6955,
36+
50.8685
37+
],
38+
[
39+
4.7025,
40+
50.8755
41+
],
42+
[
43+
4.7085,
44+
50.8815
45+
],
46+
[
47+
4.7155,
48+
50.8821
49+
]
50+
]
51+
]
52+
}
53+
}

0 commit comments

Comments
 (0)