Skip to content

Commit 6d5ecfe

Browse files
Merge pull request #66 from jacksonlester/contribution/l3vzcwdijnyf0of9tqlm
[Contribution] Service Created - Fake Company in Fake City
2 parents ab2e97c + a5b02ba commit 6d5ecfe

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

events.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,5 @@ date,event_type,company,city,geometry_file,vehicles,platform,fares,direct_bookin
155155
2025-12-20,geometry_updated,Waymo,Silicon Valley,waymo-silicon-valley-december-20-2025-boundary.geojson,,,,,,,,,,,,https://www.reddit.com/r/waymo/comments/1prowr0/san_jose_service_area_expanded/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button,Thanks to u/dscreations for posting this on Reddit!
156156
2025-12-22,service_announced,Apollo Go,London,"-0.1276,51.5074",Apollo RT6,Lyft;Uber,Yes,No,Flexible,Safety Driver,Announced,,2026,https://www.apollogo.com/,,https://www.cnbc.com/2025/12/22/uber-lyft-set-to-trial-robotaxis-uk-in-partnership-chinas-baidu.html,Apollo Go to provide service with Uber AND Lyft in London in 2026
157157
2026-01-13,geometry_updated,Waymo,Austin,waymo-austin-january-13-2026-boundary.geojson,,,,,,,,,,,,https://x.com/reed/status/2011133349486871008?s=20,Waymo expands Austin service area according to a Waymo employee on X
158-
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.
158+
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.
159+
2026-02-04,service_created,Fake Company,Fake City,fake-company-fake-city-february-4-2026-boundary.geojson,Ford Mustang Mach-E,Lyft,Yes,Yes,Flexible,Autonomous,Public,Autogo,,,,https://example.com,
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {
7+
"name": "Layer 1"
8+
},
9+
"geometry": {
10+
"type": "Polygon",
11+
"coordinates": [
12+
[
13+
[
14+
-119.79492187500001,
15+
35.7643434796672
16+
],
17+
[
18+
-119.20166015625001,
19+
35.02999636902566
20+
],
21+
[
22+
-119.00390625000001,
23+
35.44277092585766
24+
],
25+
[
26+
-119.42138671875,
27+
36.15561783381855
28+
],
29+
[
30+
-119.79492187500001,
31+
35.7643434796672
32+
]
33+
]
34+
]
35+
}
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)