paulwynter commited on
Commit
8fe7bdb
·
verified ·
1 Parent(s): 68b5e0e

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +94 -0
  2. data.csv +485 -0
  3. data.geojson +0 -0
  4. data.parquet +3 -0
  5. images-batch-0001.zip +3 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-classification
5
+ task_ids:
6
+ - multi-class-image-classification
7
+ pretty_name: Road Safety & Vulnerable Road Users Visual Dataset
8
+ size_categories:
9
+ - n<1K
10
+ tags:
11
+ - street-level imagery
12
+ - road-safety
13
+ - vulnerability
14
+ - geospatial-computer-vision
15
+ - image-classification
16
+ ---
17
+
18
+ # Road Safety & Vulnerable Road Users Visual Dataset
19
+
20
+ ## Dataset Description
21
+
22
+ Road Safety & Vulnerable Road Users Visual Dataset is a Global street-level imagery collection for image classification and geospatial computer vision research focused on traffic safety, accessibility, and multimodal mobility. The labeled features in the dataset are Crosswalk, Cyclist, School Bus, Traffic Cone, and Wheelchair, each matched from real-world visual records using Outerview's internal visual search pipeline. Files included in the package are `data.csv`, `data.geojson`, `data.parquet`, and a representative image archive `images-batch-0001.zip`. The packaged images are sample examples from a larger visual index, so larger-scale image generation, retrieval, and review should be done through the API. This dataset is useful for street-level visual search, infrastructure auditing, road safety analysis, and multi-class image classification tasks.
23
+
24
+ This dataset is a sample from Outerview's full visual index of 10M+ real-world observations, powered by 35B visuals and observations. Search the full dataset for free at [outerview.ai](https://outerview.ai). API access and full dataset available at [outerview.ai](https://outerview.ai). Developer docs at [docs.outerview.ai](https://docs.outerview.ai).
25
+
26
+ Updated on a bimonthly basis.
27
+
28
+ ## Dataset Structure
29
+
30
+ ### Features in the dataset
31
+
32
+ - **Crosswalk**: Query targets pedestrian crossing infrastructure visible in street-level imagery.
33
+ - **Cyclist**: Query targets people riding bicycles in road scenes.
34
+ - **School Bus**: Query targets school bus vehicles in traffic and curbside scenes.
35
+ - **Traffic Cone**: Query targets temporary road control and construction markers.
36
+ - **Wheelchair**: Query targets wheelchair presence in public-space and accessibility-related scenes.
37
+
38
+ ### Schema
39
+
40
+ | Column | Type | Description |
41
+ |---|---|---|
42
+ | filename | string | Image filename in the exported image batch. |
43
+ | image_folder | string | Relative folder inside the image zip batch. |
44
+ | date | string | Capture date or source timestamp when available. |
45
+ | country | string | Country associated with the visual record. |
46
+ | state | string | State or province associated with the visual record. |
47
+ | city | string | City or locality associated with the visual record. |
48
+ | feature | string | Matched visual feature label. |
49
+ | latitude | float64 | Latitude in WGS84 decimal degrees. |
50
+ | longitude | float64 | Longitude in WGS84 decimal degrees. |
51
+ | source | string | Source attribution for the visual record. |
52
+
53
+ ## Dataset Creation
54
+
55
+ ### Source
56
+
57
+ The records come from Outerview's visual index, which aligns street-level imagery with query-driven embedding matches for the target feature labels. The source is organized as a global visual search corpus that supports geospatial computer vision and image classification workflows.
58
+
59
+ ### Annotation
60
+
61
+ Labels were assigned only at the feature level using the exact features in the dataset: Crosswalk, Cyclist, School Bus, Traffic Cone, and Wheelchair. No bounding boxes are included, and each row reflects a matched visual feature label from the Outerview internal visual search pipeline.
62
+
63
+ ## Uses
64
+
65
+ ### Intended Uses
66
+
67
+ Municipal asset teams can use this dataset for road safety audits, accessibility checks, and planning around pedestrian infrastructure. AV perception engineers, insurance underwriters, environmental analysts, and retail site selection teams can use the labeled street-level imagery and coordinates for visual search and region-aware analysis.
68
+
69
+ ### Out-of-Scope Uses
70
+
71
+ Not intended for facial recognition, individual identification, or surveillance of private individuals.
72
+
73
+ ## License
74
+
75
+ This dataset is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. Free for research and commercial use with attribution.
76
+
77
+ ## Citation
78
+
79
+ ```bibtex
80
+ @dataset{outerview_road-safety-vulnerable-road-users-visual-data-5_2026,
81
+ title={Road Safety & Vulnerable Road Users Visual Dataset},
82
+ author={Outerview},
83
+ year={2026},
84
+ url={https://huggingface.co/datasets/outerview/road-safety-vulnerable-road-users-visual-data-5}
85
+ }
86
+ ```
87
+
88
+ ## About Outerview
89
+
90
+ Outerview is a research lab focused on understanding the physical world at planetary scale.
91
+
92
+ We are building systems that can organize the world's physical information and make it accessible and usable transforming raw imagery, video, location, and spatial context into knowledge that people and machines can search, interpret, and act on.
93
+
94
+ Our belief is simple: the physical world should be as searchable and understandable as the digital world.
data.csv ADDED
@@ -0,0 +1,485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ filename,image_folder,date,country,state,city,feature,latitude,longitude,source
2
+ wheelchair-713822217976464.jpg,images/batch-0001,2022-04-13T00:22:27+00:00,United States,Missouri,Kansas City,Wheelchair,39.2025833,-94.610175,"outerview, Mapillary"
3
+ wheelchair-1374879344650826.jpg,images/batch-0001,2026-01-30T17:51:06+00:00,United States,Oregon,Portland,Wheelchair,45.5357204,-122.5789129,"outerview, Mapillary"
4
+ wheelchair-795617614691356.jpg,images/batch-0001,2018-07-09T14:55:55+00:00,United States,Oregon,Portland,Wheelchair,45.555394722222,-122.54752305556,"outerview, Mapillary"
5
+ wheelchair-2583394341955573.jpg,images/batch-0001,2018-05-23T12:42:16+00:00,United States,Oregon,Portland,Wheelchair,45.528365,-122.50139138889,"outerview, Mapillary"
6
+ wheelchair-1249364832151351.jpg,images/batch-0001,2018-06-25T12:41:12+00:00,United States,Oregon,Portland,Wheelchair,45.545156388889,-122.58895638889,"outerview, Mapillary"
7
+ wheelchair-1207583350170815.jpg,images/batch-0001,2022-12-25T16:02:27.293000+00:00,United States,Oregon,,Wheelchair,43.7465173,-122.4810962,"outerview, Mapillary"
8
+ wheelchair-927049508093294.jpg,images/batch-0001,2014-10-21T11:14:25+00:00,,,,Wheelchair,44.780566537167,-117.82762566704,"outerview, Mapillary"
9
+ wheelchair-534351474609366.jpg,images/batch-0001,2018-05-02T11:23:33+00:00,United States,Oregon,,Wheelchair,45.430019722222,-122.82983,"outerview, Mapillary"
10
+ wheelchair-4591290334219335.jpg,images/batch-0001,2018-05-12T09:58:46+00:00,United States,Oregon,Portland,Wheelchair,45.513258055556,-122.63912305556,"outerview, Mapillary"
11
+ wheelchair-3268741656636611.jpg,images/batch-0001,2026-01-08T18:18:43.320000+00:00,United States,Oregon,,Wheelchair,44.5675631,-123.2782912,"outerview, Mapillary"
12
+ wheelchair-4074373325955628.jpg,images/batch-0001,2018-05-16T14:14:19+00:00,United States,Oregon,,Wheelchair,45.535736388889,-122.87554638889,"outerview, Mapillary"
13
+ wheelchair-187974603168972.jpg,images/batch-0001,2016-05-01T22:01:13.010000+00:00,United States,Oregon,Portland,Wheelchair,45.503058,-122.593576,"outerview, Mapillary"
14
+ wheelchair-925875581502327.jpg,images/batch-0001,2018-05-02T16:48:47+00:00,United States,Oregon,,Wheelchair,45.449809722222,-122.63180805556,"outerview, Mapillary"
15
+ wheelchair-307291957682133.jpg,images/batch-0001,2017-08-30T19:27:27.140000+00:00,United States,South Carolina,,Wheelchair,34.493090501087,-82.036807257758,"outerview, Mapillary"
16
+ wheelchair-619390402790270.jpg,images/batch-0001,2017-02-06T16:54:46+00:00,United States,South Carolina,Charleston,Wheelchair,32.779463888889,-79.923741666667,"outerview, Mapillary"
17
+ wheelchair-1287044696107733.jpg,images/batch-0001,2016-03-01T15:53:45.810000+00:00,United States,Louisiana,New Orleans,Wheelchair,29.918181,-90.0084077,"outerview, Mapillary"
18
+ wheelchair-1253975726078832.jpg,images/batch-0001,2016-03-02T10:05:53.543000+00:00,United States,Louisiana,New Orleans,Wheelchair,29.9178299,-89.9780556,"outerview, Mapillary"
19
+ wheelchair-9321578087878167.jpg,images/batch-0001,2022-10-09T09:50:23.486000+00:00,United States,Louisiana,New Orleans,Wheelchair,29.9650488,-90.0868268,"outerview, Mapillary"
20
+ wheelchair-640016872105480.jpg,images/batch-0001,2022-05-28T12:08:25.481000+00:00,United States,Louisiana,,Wheelchair,29.9043333,-90.0519199,"outerview, Mapillary"
21
+ wheelchair-975409487639866.jpg,images/batch-0001,2022-05-28T12:08:25.481000+00:00,United States,Louisiana,,Wheelchair,29.9043333,-90.0519199,"outerview, Mapillary"
22
+ wheelchair-714316661220101.jpg,images/batch-0001,2016-03-06T15:01:22.873000+00:00,United States,Louisiana,New Orleans,Wheelchair,29.9892979,-90.0869055,"outerview, Mapillary"
23
+ wheelchair-1383870086074284.jpg,images/batch-0001,2014-07-10T09:46:16.223000+00:00,United States,Louisiana,,Wheelchair,32.5271461,-92.0798359,"outerview, Mapillary"
24
+ wheelchair-1345983443211323.jpg,images/batch-0001,2022-10-06T13:51:21.076000+00:00,United States,Louisiana,New Orleans,Wheelchair,29.9266836,-90.1004479,"outerview, Mapillary"
25
+ wheelchair-313636563467667.jpg,images/batch-0001,2017-09-08T14:00:09+00:00,United States,Kentucky,,Wheelchair,36.819341666667,-83.319052777778,"outerview, Mapillary"
26
+ wheelchair-4295913313775635.jpg,images/batch-0001,2017-09-08T14:00:29+00:00,United States,Kentucky,,Wheelchair,36.819338888889,-83.319052777778,"outerview, Mapillary"
27
+ wheelchair-4069415429803192.jpg,images/batch-0001,2017-09-08T13:59:29+00:00,United States,Kentucky,,Wheelchair,36.819341666667,-83.319044444444,"outerview, Mapillary"
28
+ wheelchair-468872224231989.jpg,images/batch-0001,2017-09-08T14:01:32+00:00,United States,Kentucky,,Wheelchair,36.819327777778,-83.319052777778,"outerview, Mapillary"
29
+ wheelchair-521208932230579.jpg,images/batch-0001,2019-11-21T18:29:53.842000+00:00,United States,Kentucky,Louisville,Wheelchair,38.249781574999,-85.767949650001,"outerview, Mapillary"
30
+ wheelchair-283276980142192.jpg,images/batch-0001,2017-09-08T13:59:49+00:00,United States,Kentucky,,Wheelchair,36.819341666667,-83.319052777778,"outerview, Mapillary"
31
+ wheelchair-1420500994960669.jpg,images/batch-0001,2017-09-08T14:00:49+00:00,United States,Kentucky,,Wheelchair,36.819338888889,-83.319052777778,"outerview, Mapillary"
32
+ wheelchair-527403055361818.jpg,images/batch-0001,2020-11-21T18:17:51.400000+00:00,United States,Kentucky,Louisville,Wheelchair,38.178245102934,-85.720850030594,"outerview, Mapillary"
33
+ wheelchair-207029654918258.jpg,images/batch-0001,2021-11-09T21:22:18.650000+00:00,United States,Kentucky,Louisville,Wheelchair,38.218174059839,-85.756406418788,"outerview, Mapillary"
34
+ wheelchair-375195908392431.jpg,images/batch-0001,2023-10-09T17:31:01.500000+00:00,United States,Oklahoma,Tulsa,Wheelchair,36.1757523,-95.9583001,"outerview, Mapillary"
35
+ wheelchair-366201605404716.jpg,images/batch-0001,2022-03-30T07:39:48+00:00,United States,Nevada,,Wheelchair,39.525881388889,-119.8115,"outerview, Mapillary"
36
+ wheelchair-712208246446925.jpg,images/batch-0001,2022-03-21T12:21:47+00:00,United States,Nevada,,Wheelchair,39.548348055556,-119.78314305556,"outerview, Mapillary"
37
+ wheelchair-464060621369447.jpg,images/batch-0001,2021-03-05T21:06:43.007000+00:00,United States,Nevada,,Wheelchair,36.115118498999,-115.16853988893,"outerview, Mapillary"
38
+ wheelchair-1028397347770421.jpg,images/batch-0001,2022-03-21T11:17:51+00:00,United States,Nevada,,Wheelchair,39.580401388889,-119.71713638889,"outerview, Mapillary"
39
+ wheelchair-277086684123232.jpg,images/batch-0001,2020-02-06T21:44:39.740000+00:00,United States,Nevada,Las Vegas,Wheelchair,36.271974092553,-115.27021925855,"outerview, Mapillary"
40
+ wheelchair-908018289979573.jpg,images/batch-0001,2020-02-06T21:44:49.077000+00:00,United States,Nevada,Las Vegas,Wheelchair,36.272147830982,-115.27022653521,"outerview, Mapillary"
41
+ wheelchair-1012873376146296.jpg,images/batch-0001,2021-05-27T19:02:40.389000+00:00,United States,Nebraska,Omaha,Wheelchair,41.210430325984,-95.947093629921,"outerview, Mapillary"
42
+ wheelchair-540166433781096.jpg,images/batch-0001,2020-05-21T12:38:34+00:00,United States,Idaho,,Wheelchair,43.633481388889,-116.42710138889,"outerview, Mapillary"
43
+ wheelchair-467440454360715.jpg,images/batch-0001,2020-09-04T18:16:02.444000+00:00,United States,Idaho,,Wheelchair,42.860601358156,-112.43377299058,"outerview, Mapillary"
44
+ wheelchair-814505595855173.jpg,images/batch-0001,2018-07-26T16:45:08.265000+00:00,United States,New Hampshire,,Wheelchair,42.740460117046,-71.195631860243,"outerview, Mapillary"
45
+ wheelchair-1058766981457621.jpg,images/batch-0001,2022-10-28T16:55:02.567000+00:00,United States,New Hampshire,,Wheelchair,43.414141752286,-71.985258172186,"outerview, Mapillary"
46
+ wheelchair-873842081441593.jpg,images/batch-0001,2025-02-24T21:34:25.091000+00:00,United States,Hawaii,Honolulu,Wheelchair,21.279602537674,-157.82621315792,"outerview, Mapillary"
47
+ wheelchair-166710412162185.jpg,images/batch-0001,2021-06-05T12:33:41+00:00,United States,Delaware,,Wheelchair,38.9127567,-75.429155699972,"outerview, Mapillary"
48
+ wheelchair-637544095898593.jpg,images/batch-0001,2023-08-10T14:51:30+00:00,United States,Delaware,,Wheelchair,38.7159147,-75.0823343,"outerview, Mapillary"
49
+ wheelchair-1115706742269740.jpg,images/batch-0001,2016-11-10T17:51:47+00:00,United States,Maine,,Wheelchair,46.113704166667,-68.159403472222,"outerview, Mapillary"
50
+ wheelchair-308957580641422.jpg,images/batch-0001,2016-11-10T17:51:47+00:00,United States,Maine,,Wheelchair,46.113704166667,-68.159403472222,"outerview, Mapillary"
51
+ wheelchair-1603015433422191.jpg,images/batch-0001,2016-11-10T17:51:47+00:00,United States,Maine,,Wheelchair,46.113704166667,-68.159403472222,"outerview, Mapillary"
52
+ wheelchair-814824959414990.jpg,images/batch-0001,2018-03-30T22:46:16.287000+00:00,United States,Rhode Island,,Wheelchair,41.711943865714,-71.448840078108,"outerview, Mapillary"
53
+ wheelchair-328189118655518.jpg,images/batch-0001,2018-07-07T18:22:17.956000+00:00,United States,Vermont,,Wheelchair,44.678133421556,-72.163291988056,"outerview, Mapillary"
54
+ wheelchair-761950807847883.jpg,images/batch-0001,2019-05-31T18:10:50.500000+00:00,Canada,Ontario,Ottawa,Wheelchair,45.431336799972,-75.654502699972,"outerview, Mapillary"
55
+ wheelchair-140933941375075.jpg,images/batch-0001,2015-05-11T16:28:14.621000+00:00,Canada,Ontario,Toronto,Wheelchair,43.69876384,-79.3726528,"outerview, Mapillary"
56
+ wheelchair-1985413505189172.jpg,images/batch-0001,2024-05-15T13:41:28.104000+00:00,Canada,Ontario,Richmond Hill,Wheelchair,43.901965009509,-79.397293511605,"outerview, Mapillary"
57
+ wheelchair-901328207315894.jpg,images/batch-0001,2016-01-02T01:34:13+00:00,Canada,Ontario,Ottawa,Wheelchair,45.4194559,-75.679449599972,"outerview, Mapillary"
58
+ wheelchair-133002342206628.jpg,images/batch-0001,2018-05-12T11:15:43+00:00,Canada,Ontario,Ottawa,Wheelchair,45.383005555556,-75.698858333333,"outerview, Mapillary"
59
+ wheelchair-240811991134821.jpg,images/batch-0001,2018-05-12T10:54:52+00:00,Canada,Ontario,Ottawa,Wheelchair,45.387191666667,-75.698941666667,"outerview, Mapillary"
60
+ wheelchair-2908189476177311.jpg,images/batch-0001,2019-05-19T15:58:23+00:00,Canada,Ontario,,Wheelchair,45.224392767778,-76.193098174167,"outerview, Mapillary"
61
+ wheelchair-440492485410650.jpg,images/batch-0001,2024-10-30T18:26:10.500000+00:00,Canada,Ontario,Ottawa,Wheelchair,45.4114338,-75.7272708,"outerview, Mapillary"
62
+ wheelchair-941028547972735.jpg,images/batch-0001,2024-10-30T18:26:10.500000+00:00,Canada,Ontario,Ottawa,Wheelchair,45.4114338,-75.7272708,"outerview, Mapillary"
63
+ wheelchair-580394842935363.jpg,images/batch-0001,2017-07-12T19:37:13+00:00,Canada,Ontario,Ottawa,Wheelchair,45.297316666667,-75.937094444444,"outerview, Mapillary"
64
+ wheelchair-189599386352942.jpg,images/batch-0001,2016-01-02T01:18:21+00:00,Canada,Ontario,Ottawa,Wheelchair,45.4216697,-75.6769898,"outerview, Mapillary"
65
+ wheelchair-1007618869770727.jpg,images/batch-0001,2020-09-24T17:27:07+00:00,Canada,Ontario,Ottawa,Wheelchair,45.3473886,-75.729932199972,"outerview, Mapillary"
66
+ wheelchair-1712395605614283.jpg,images/batch-0001,2019-09-30T08:50:58.500000+00:00,Canada,Ontario,Ottawa,Wheelchair,45.4039263,-75.7383125,"outerview, Mapillary"
67
+ wheelchair-3542077565897998.jpg,images/batch-0001,2017-07-12T19:33:52+00:00,Canada,Ontario,Ottawa,Wheelchair,45.297838888889,-75.938138888889,"outerview, Mapillary"
68
+ wheelchair-309883745547157.jpg,images/batch-0001,2024-09-01T17:43:22.200000+00:00,Canada,Quebec,,Wheelchair,45.47538898,-74.3000163,"outerview, Mapillary"
69
+ wheelchair-866892707230862.jpg,images/batch-0001,2019-10-05T15:35:20+00:00,Canada,Quebec,Gatineau,Wheelchair,45.425986799972,-75.707920099972,"outerview, Mapillary"
70
+ wheelchair-3320229644870364.jpg,images/batch-0001,2019-09-19T13:20:33+00:00,Canada,Quebec,Laval,Wheelchair,45.535826571111,-73.8846527225,"outerview, Mapillary"
71
+ wheelchair-2559104281064055.jpg,images/batch-0001,2015-07-16T11:42:43+00:00,Canada,Quebec,,Wheelchair,45.350775,-73.267005555556,"outerview, Mapillary"
72
+ wheelchair-1371792469862147.jpg,images/batch-0001,2021-03-07T13:51:17+00:00,Canada,Alberta,Calgary,Wheelchair,51.056999099972,-114.0749789,"outerview, Mapillary"
73
+ wheelchair-314017027217672.jpg,images/batch-0001,2021-10-17T13:16:00+00:00,Canada,Alberta,Calgary,Wheelchair,50.9214787,-114.05889469997,"outerview, Mapillary"
74
+ wheelchair-1624550671230594.jpg,images/batch-0001,2021-11-28T14:29:06+00:00,Canada,Alberta,Calgary,Wheelchair,50.9406753,-114.01296499997,"outerview, Mapillary"
75
+ wheelchair-308366181070532.jpg,images/batch-0001,2021-11-28T14:07:00+00:00,Canada,Alberta,Calgary,Wheelchair,50.937885299972,-113.9993781,"outerview, Mapillary"
76
+ wheelchair-567964617560300.jpg,images/batch-0001,2019-07-11T16:58:20+00:00,Canada,British Columbia,,Wheelchair,50.114750554722,-122.95625489194,"outerview, Mapillary"
77
+ wheelchair-223955462476717.jpg,images/batch-0001,2019-07-11T16:54:40+00:00,Canada,British Columbia,,Wheelchair,50.114097520556,-122.95453148889,"outerview, Mapillary"
78
+ wheelchair-3392077981093017.jpg,images/batch-0001,2024-07-16T20:23:51+00:00,Canada,British Columbia,,Wheelchair,48.4451255,-123.4700388,"outerview, Mapillary"
79
+ wheelchair-502189097626214.jpg,images/batch-0001,2016-03-23T16:18:42+00:00,Canada,British Columbia,,Wheelchair,48.424947222222,-123.30058888889,"outerview, Mapillary"
80
+ wheelchair-1795587404361883.jpg,images/batch-0001,2025-08-18T20:14:26.549000+00:00,,British Columbia,,Wheelchair,50.5070864,-116.0289326,"outerview, Mapillary"
81
+ wheelchair-3191505514501277.jpg,images/batch-0001,2022-05-12T20:07:04.955000+00:00,Canada,Manitoba,,Wheelchair,49.972733986038,-98.289309772946,"outerview, Mapillary"
82
+ wheelchair-767632620609435.jpg,images/batch-0001,2019-11-04T16:25:35.523000+00:00,Canada,Nova Scotia,Halifax,Wheelchair,44.63918107374,-63.573946974047,"outerview, Mapillary"
83
+ wheelchair-1199220438693847.jpg,images/batch-0001,2025-10-26T00:19:44.086000+00:00,United States,California,,Wheelchair,37.870392860796,-122.25771520304,"outerview, Mapillary"
84
+ wheelchair-329872418560765.jpg,images/batch-0001,2019-12-17T13:33:46.225000+00:00,United States,Florida,Tampa,Wheelchair,27.996839,-82.476147,"outerview, Mapillary"
85
+ wheelchair-1342442134073199.jpg,images/batch-0001,2025-10-04T17:45:28.031000+00:00,United States,Florida,,Wheelchair,28.041632032223,-81.949047322133,"outerview, Mapillary"
86
+ wheelchair-2297913843961147.jpg,images/batch-0001,2025-07-16T18:47:22.922000+00:00,United States,Florida,,Wheelchair,26.760797343615,-81.439914299013,"outerview, Mapillary"
87
+ wheelchair-480197766621630.jpg,images/batch-0001,2014-08-26T15:02:36.268000+00:00,United States,Florida,,Wheelchair,27.894258945386,-82.751795554182,"outerview, Mapillary"
88
+ wheelchair-1701099143426683.jpg,images/batch-0001,2018-06-13T17:03:56+00:00,United States,Arizona,Phoenix,Wheelchair,33.45087593,-111.96901598,"outerview, Mapillary"
89
+ wheelchair-475855866976805.jpg,images/batch-0001,2020-12-30T17:44:27.938000+00:00,United States,Georgia,,Wheelchair,33.78886417982,-84.30662608991,"outerview, Mapillary"
90
+ wheelchair-397655418607514.jpg,images/batch-0001,2021-06-26T16:42:16+00:00,United States,Florida,,Wheelchair,29.896161111111,-81.311697222222,"outerview, Mapillary"
91
+ wheelchair-1285273513255813.jpg,images/batch-0001,2025-03-12T16:13:14.688000+00:00,United States,Virginia,,Wheelchair,37.227666378056,-80.411596968845,"outerview, Mapillary"
92
+ wheelchair-562593815378804.jpg,images/batch-0001,2022-06-09T18:27:37.771000+00:00,United States,,,Wheelchair,41.324613333333,-111.8276955,"outerview, Mapillary"
93
+ wheelchair-1314343366793589.jpg,images/batch-0001,2026-05-26T19:49:59.041000+00:00,United States,Florida,,Wheelchair,27.938811134579,-82.79756102614,"outerview, Mapillary"
94
+ wheelchair-1722836655332910.jpg,images/batch-0001,2025-02-09T19:11:17.800000+00:00,United States,Florida,,Wheelchair,26.564263797219,-81.87107451381,"outerview, Mapillary"
95
+ wheelchair-1957372608110201.jpg,images/batch-0001,2024-09-10T18:46:26.374000+00:00,United States,Maryland,,Wheelchair,39.4613592,-76.3034318,"outerview, Mapillary"
96
+ wheelchair-601835625765699.jpg,images/batch-0001,2025-01-26T22:10:52.450000+00:00,United States,Oregon,Portland,Wheelchair,45.5376492,-122.6971404,"outerview, Mapillary"
97
+ wheelchair-177172490930317.jpg,images/batch-0001,2016-05-27T17:08:04.129000+00:00,United States,Florida,,Wheelchair,28.420331,-81.577939,"outerview, Mapillary"
98
+ wheelchair-465919121164772.jpg,images/batch-0001,2015-09-25T16:23:45+00:00,United States,Florida,,Wheelchair,25.813132996119,-80.313246855622,"outerview, Mapillary"
99
+ wheelchair-523684765318900.jpg,images/batch-0001,2015-07-25T13:24:00+00:00,United States,Florida,,Wheelchair,26.935997208293,-80.082113702107,"outerview, Mapillary"
100
+ wheelchair-2983037758576078.jpg,images/batch-0001,2015-07-10T13:23:20+00:00,United States,Florida,,Wheelchair,27.639626222146,-80.39498652913,"outerview, Mapillary"
101
+ wheelchair-1148971208910644.jpg,images/batch-0001,2019-07-17T09:17:19+00:00,United States,Massachusetts,,Wheelchair,42.224598055556,-71.170155,"outerview, Mapillary"
102
+ wheelchair-169658654973093.jpg,,2019-06-01T18:30:06.341000+00:00,United States,Texas,,Wheelchair,33.174694006994,-97.112453899269,"outerview, Mapillary"
103
+ wheelchair-278478710708651.jpg,,2021-08-01T07:27:57+00:00,United States,California,,Wheelchair,37.488738055556,-119.97074805556,"outerview, Mapillary"
104
+ wheelchair-1424967067838941.jpg,,2017-05-02T15:53:43.190000+00:00,United States,Florida,,Wheelchair,26.725262654875,-80.053223397113,"outerview, Mapillary"
105
+ wheelchair-484567386207461.jpg,,2019-07-17T09:17:19+00:00,United States,Massachusetts,,Wheelchair,42.224598055556,-71.170155,"outerview, Mapillary"
106
+ wheelchair-460501365233955.jpg,,2014-11-10T14:27:27+00:00,Canada,Ontario,,Wheelchair,46.46302,-81.030815,"outerview, Mapillary"
107
+ wheelchair-176241987717381.jpg,,2015-06-19T11:49:01.408000+00:00,United Kingdom,England,London,Wheelchair,51.34657217,-0.1687582,"outerview, Mapillary"
108
+ wheelchair-278553123904988.jpg,,2015-06-19T11:52:27.757000+00:00,United Kingdom,England,London,Wheelchair,51.346598,-0.16880843,"outerview, Mapillary"
109
+ wheelchair-10097826340291853.jpg,,2023-09-24T15:40:45.016000+00:00,United Kingdom,England,,Wheelchair,51.2875582944,-0.7523956944,"outerview, Mapillary"
110
+ wheelchair-491413562070841.jpg,,2020-02-23T17:45:52.893000+00:00,United Kingdom,England,Liverpool,Wheelchair,53.410431618339,-2.8994274989619,"outerview, Mapillary"
111
+ wheelchair-128282839699252.jpg,,2021-09-01T15:48:41+00:00,United Kingdom,England,,Wheelchair,53.015941111111,-2.1691019444444,"outerview, Mapillary"
112
+ wheelchair-9011125458914062.jpg,,2024-08-16T17:10:25+00:00,United Kingdom,England,,Wheelchair,52.18876,-2.2325422,"outerview, Mapillary"
113
+ wheelchair-1180271840452519.jpg,,2025-06-16T12:40:13+00:00,United Kingdom,England,London,Wheelchair,51.5200206,0.1913683,"outerview, Mapillary"
114
+ wheelchair-2188680754890962.jpg,,2025-07-30T14:31:34+00:00,United Kingdom,England,,Wheelchair,51.2021289,-3.4629533,"outerview, Mapillary"
115
+ wheelchair-4184996164856685.jpg,,2019-06-27T18:10:17.584000+00:00,United Kingdom,England,Bedworth,Wheelchair,52.522655,-1.472094,"outerview, Mapillary"
116
+ wheelchair-799526190993200.jpg,,2019-05-23T18:03:52.213000+00:00,United Kingdom,England,Bristol,Wheelchair,51.493190416086,-2.6033774221694,"outerview, Mapillary"
117
+ wheelchair-1142288387075658.jpg,,2024-05-15T10:42:03+00:00,United Kingdom,England,London,Wheelchair,51.4931436,-0.2492469,"outerview, Mapillary"
118
+ wheelchair-828226818128425.jpg,,2019-05-05T12:10:40+00:00,United Kingdom,Scotland,City of Edinburgh,Wheelchair,55.9699103,-3.2306118999722,"outerview, Mapillary"
119
+ wheelchair-804286616875592.jpg,,2019-02-23T15:37:23+00:00,United Kingdom,England,Barnet,Wheelchair,51.57539,-0.2408523000096,"outerview, Mapillary"
120
+ wheelchair-297544495074185.jpg,,2021-05-29T13:28:29+00:00,United Kingdom,England,,Wheelchair,51.507133611111,-2.5955683333333,"outerview, Mapillary"
121
+ wheelchair-364233892030001.jpg,,2019-07-13T08:53:17+00:00,United Kingdom,England,,Wheelchair,52.34108,-1.28667,"outerview, Mapillary"
122
+ wheelchair-158955166179572.jpg,,2020-08-11T15:05:33+00:00,United Kingdom,England,,Wheelchair,50.600596600006,-3.4482603500257,"outerview, Mapillary"
123
+ wheelchair-203031645385563.jpg,,2022-07-23T14:48:09+00:00,United Kingdom,England,,Wheelchair,52.897767777778,-1.3132861111111,"outerview, Mapillary"
124
+ wheelchair-181733594539088.jpg,,2022-08-03T13:44:06+00:00,United Kingdom,England,Bristol,Wheelchair,51.4347625,-2.5853652777778,"outerview, Mapillary"
125
+ wheelchair-941088593106171.jpg,,2019-07-13T09:21:59+00:00,United Kingdom,England,,Wheelchair,52.34106,-1.286692,"outerview, Mapillary"
126
+ wheelchair-1849771161870515.jpg,,2020-06-08T18:29:50.099000+00:00,United Kingdom,Scotland,City of Edinburgh,Wheelchair,55.920780399972,-3.1322421999722,"outerview, Mapillary"
127
+ wheelchair-948948919199587.jpg,,2018-02-15T12:30:37.686000+00:00,United Kingdom,England,,Wheelchair,52.386904000353,-1.2630932126206,"outerview, Mapillary"
128
+ wheelchair-522517349114138.jpg,,2020-06-21T17:33:28.395000+00:00,United Kingdom,England,,Wheelchair,52.286441875329,-1.593308538726,"outerview, Mapillary"
129
+ wheelchair-1121308468483135.jpg,,2022-07-03T16:23:59+00:00,United Kingdom,England,Bristol,Wheelchair,51.493416666667,-2.5310658333333,"outerview, Mapillary"
130
+ wheelchair-2078711219001897.jpg,,2023-02-25T14:49:15.210000+00:00,United Kingdom,England,London,Wheelchair,51.495206739648,0.04125609781937,"outerview, Mapillary"
131
+ wheelchair-108527655504644.jpg,,2023-02-20T11:08:10.450000+00:00,United Kingdom,England,,Wheelchair,52.410554336433,-1.2506054341805,"outerview, Mapillary"
132
+ wheelchair-1011244595948420.jpg,,2020-02-23T18:13:02.184000+00:00,United Kingdom,England,Liverpool,Wheelchair,53.410396115523,-2.8993778552347,"outerview, Mapillary"
133
+ wheelchair-119205946882056.jpg,,2020-07-18T17:40:36.041000+00:00,United Kingdom,Scotland,City of Edinburgh,Wheelchair,55.950501299972,-3.1016137999722,"outerview, Mapillary"
134
+ wheelchair-261060592467727.jpg,,2020-07-29T14:41:21+00:00,United Kingdom,England,,Wheelchair,50.63372999,-3.4193692499946,"outerview, Mapillary"
135
+ wheelchair-252513076618877.jpg,,2015-08-06T19:54:14.458000+00:00,United Kingdom,England,London,Wheelchair,51.58921398,-0.1103742,"outerview, Mapillary"
136
+ wheelchair-1495395775351497.jpg,,2025-12-06T10:21:58.965000+00:00,United Kingdom,England,London,Wheelchair,51.5503802,0.0917663,"outerview, Mapillary"
137
+ wheelchair-541012030527006.jpg,,2022-02-27T13:22:37.731000+00:00,United Kingdom,England,,Wheelchair,51.3727543908,-0.4830791851,"outerview, Mapillary"
138
+ wheelchair-129942726342324.jpg,,2022-06-29T09:35:37+00:00,United Kingdom,England,,Wheelchair,51.234158055556,-0.79813611111111,"outerview, Mapillary"
139
+ wheelchair-1029740171199522.jpg,,2021-08-04T13:57:28+00:00,United Kingdom,England,,Wheelchair,51.403845,-1.2580938888889,"outerview, Mapillary"
140
+ wheelchair-1589539262791957.jpg,,2026-04-30T16:26:59+00:00,United Kingdom,England,,Wheelchair,51.4591861,-0.9218133,"outerview, Mapillary"
141
+ wheelchair-767416287537429.jpg,,2018-09-27T13:16:27.982000+00:00,United Kingdom,England,Bedworth,Wheelchair,52.523234020968,-1.4714622963234,"outerview, Mapillary"
142
+ wheelchair-471685874085431.jpg,,2020-08-01T10:21:11+00:00,United Kingdom,England,,Wheelchair,52.76296,-2.380565,"outerview, Mapillary"
143
+ wheelchair-467124804379125.jpg,,2018-01-01T19:13:00+00:00,United Kingdom,England,London,Wheelchair,51.560405,-0.079052999999931,"outerview, Mapillary"
144
+ wheelchair-486706369446343.jpg,,2020-08-01T10:19:08+00:00,United Kingdom,England,,Wheelchair,52.76644,-2.376382,"outerview, Mapillary"
145
+ wheelchair-302633791369419.jpg,,2019-07-20T09:07:37.150000+00:00,China,Shanghai,,Wheelchair,31.236847222222,121.5234,"outerview, Mapillary"
146
+ wheelchair-1959808207507592.jpg,,2019-02-28T20:07:08.537000+00:00,China,Shanghai,,Wheelchair,31.241408731713,121.62637889071,"outerview, Mapillary"
147
+ wheelchair-1170033860084305.jpg,,2019-01-23T23:09:07.174000+00:00,China,Shanghai,,Wheelchair,31.144723514959,121.42740741463,"outerview, Mapillary"
148
+ wheelchair-311639337086799.jpg,,2019-08-16T01:42:43.863000+00:00,China,Shanghai,,Wheelchair,31.191116666667,121.52025277778,"outerview, Mapillary"
149
+ wheelchair-572191913744990.jpg,,2019-08-20T02:15:31.076000+00:00,China,Shanghai,,Wheelchair,31.203686098493,121.51373550754,"outerview, Mapillary"
150
+ wheelchair-1377692519267300.jpg,,2019-08-20T02:15:26.121000+00:00,China,Shanghai,,Wheelchair,31.203671596021,121.51378167363,"outerview, Mapillary"
151
+ wheelchair-517082799329168.jpg,,2018-09-19T14:48:14+00:00,Germany,Baden-Württemberg,,Wheelchair,49.504419886658,8.4931034644171,"outerview, Mapillary"
152
+ wheelchair-843983896606997.jpg,,2022-08-17T15:20:38+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.248593999972,6.6924559999722,"outerview, Mapillary"
153
+ wheelchair-1027397088759025.jpg,,2024-07-20T09:23:31+00:00,Germany,North Rhine-Westphalia,Aachen,Wheelchair,50.7499207,6.0870074,"outerview, Mapillary"
154
+ wheelchair-507151370727042.jpg,,2020-07-11T15:14:12+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.4050055,6.7145638999937,"outerview, Mapillary"
155
+ wheelchair-1487761799305586.jpg,,2025-08-24T13:47:28+00:00,Germany,Bavaria,,Wheelchair,49.9489898,11.0385742,"outerview, Mapillary"
156
+ wheelchair-1132392380607257.jpg,,2020-11-16T13:00:49.525000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.0876928483,6.5999770405,"outerview, Mapillary"
157
+ wheelchair-277704414902812.jpg,,2023-06-26T16:48:06.749000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.723055555556,6.6770552,"outerview, Mapillary"
158
+ wheelchair-850055304000312.jpg,,2024-09-08T11:23:21+00:00,Germany,Baden-Württemberg,,Wheelchair,48.5884164,9.4529642,"outerview, Mapillary"
159
+ wheelchair-900628687834263.jpg,,2023-04-10T12:04:35+00:00,Germany,Baden-Württemberg,,Wheelchair,49.19269,9.2232644,"outerview, Mapillary"
160
+ wheelchair-733977589397679.jpg,,2025-07-17T15:47:17+00:00,Germany,Baden-Württemberg,,Wheelchair,49.2442045,9.2629841,"outerview, Mapillary"
161
+ wheelchair-513838887057394.jpg,,2022-03-30T15:26:51+00:00,Germany,North Rhine-Westphalia,,Wheelchair,52.36887,7.717581,"outerview, Mapillary"
162
+ wheelchair-378490210095276.jpg,,2018-05-23T13:40:56+00:00,Germany,Bavaria,,Wheelchair,49.781936111111,9.9634333333333,"outerview, Mapillary"
163
+ wheelchair-1059150194688010.jpg,,2022-05-22T14:23:11.961000+00:00,Germany,Baden-Württemberg,,Wheelchair,47.6918732,10.0426124,"outerview, Mapillary"
164
+ wheelchair-515263486175220.jpg,,2019-12-30T14:37:35.116000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.582227858116,7.1156607839679,"outerview, Mapillary"
165
+ wheelchair-780721792429672.jpg,,2019-05-24T07:30:42.270000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.324234,6.5594689809626,"outerview, Mapillary"
166
+ wheelchair-215389757018590.jpg,,2018-10-11T15:17:43.703000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.423592726469,6.876508557153,"outerview, Mapillary"
167
+ wheelchair-3854827164616755.jpg,,2021-09-03T17:25:39+00:00,Germany,Baden-Württemberg,,Wheelchair,48.7463716,9.1027623999722,"outerview, Mapillary"
168
+ wheelchair-321868219372659.jpg,,2016-05-20T13:29:44.383000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.72311,7.079794,"outerview, Mapillary"
169
+ wheelchair-708514738295264.jpg,,2025-05-15T08:23:52+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5288914,7.0230355,"outerview, Mapillary"
170
+ wheelchair-142580198818512.jpg,,2023-05-27T13:40:21.351000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.7410488,6.5247017000025,"outerview, Mapillary"
171
+ wheelchair-6335520873157269.jpg,,2021-09-29T10:19:03.514000+00:00,Germany,Baden-Württemberg,,Wheelchair,47.6742213085,9.311390574,"outerview, Mapillary"
172
+ wheelchair-291539365977838.jpg,,2020-08-27T08:05:31+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.62481042555,6.5754369087702,"outerview, Mapillary"
173
+ wheelchair-313145723637146.jpg,,2019-08-10T09:47:58.959000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.876663420745,7.0219636406848,"outerview, Mapillary"
174
+ wheelchair-621013535895282.jpg,,2022-07-25T15:36:07.383000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.535633,6.9651548,"outerview, Mapillary"
175
+ wheelchair-779666036072917.jpg,,2020-09-08T14:02:08+00:00,Germany,Baden-Württemberg,,Wheelchair,49.278608169935,9.6904887900058,"outerview, Mapillary"
176
+ wheelchair-2552889385006918.jpg,,2011-04-12T11:28:33+00:00,Germany,Baden-Württemberg,,Wheelchair,49.002023388889,8.46302925,"outerview, Mapillary"
177
+ wheelchair-1666748916859824.jpg,,2020-05-09T10:11:02.781000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.95612447547,6.900141974184,"outerview, Mapillary"
178
+ wheelchair-191758646023020.jpg,,2020-06-18T16:40:08+00:00,Germany,Baden-Württemberg,,Wheelchair,48.755830899972,9.2691557,"outerview, Mapillary"
179
+ wheelchair-581465434149372.jpg,,2023-06-19T09:36:22.389000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.231832200002,6.7464375,"outerview, Mapillary"
180
+ wheelchair-166196525406324.jpg,,2017-07-27T09:44:47.363000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,52.173374050767,7.523519432661,"outerview, Mapillary"
181
+ wheelchair-742511006431506.jpg,,2016-05-20T13:29:34.352000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.723183,7.07902,"outerview, Mapillary"
182
+ wheelchair-694884272710586.jpg,,2023-12-15T11:42:04+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.9447264,6.9298022,"outerview, Mapillary"
183
+ wheelchair-1011364897359162.jpg,,2024-07-30T18:13:44.790000+00:00,Germany,Baden-Württemberg,,Wheelchair,48.815953899999,9.2744830999988,"outerview, Mapillary"
184
+ wheelchair-1211401412596604.jpg,,2019-09-10T10:59:12.979000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.832875973102,6.2381917412371,"outerview, Mapillary"
185
+ wheelchair-131341126024133.jpg,,2021-12-26T13:39:10+00:00,Germany,Baden-Württemberg,,Wheelchair,48.6243727,9.351051,"outerview, Mapillary"
186
+ wheelchair-1763317231727755.jpg,,2025-08-16T16:35:15+00:00,Germany,Baden-Württemberg,,Wheelchair,49.2332748,9.1534941,"outerview, Mapillary"
187
+ wheelchair-453221557391416.jpg,,2024-05-07T15:54:40.238000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.624053497942,9.0226033000025,"outerview, Mapillary"
188
+ wheelchair-2211233215679980.jpg,,2019-08-03T09:04:15.278000+00:00,Germany,Baden-Württemberg,,Wheelchair,49.246268462758,8.6857782115111,"outerview, Mapillary"
189
+ wheelchair-212858243761830.jpg,,2019-09-06T14:20:24+00:00,Germany,Baden-Württemberg,,Wheelchair,49.526051878,8.4817452899973,"outerview, Mapillary"
190
+ wheelchair-2109982459455864.jpg,,2024-08-16T15:08:31+00:00,Germany,Baden-Württemberg,,Wheelchair,48.7488955,9.1807142,"outerview, Mapillary"
191
+ wheelchair-304455094577961.jpg,,2018-06-09T14:01:59+00:00,Germany,Bavaria,,Wheelchair,49.814841666667,9.880625,"outerview, Mapillary"
192
+ wheelchair-3791810150941299.jpg,,2020-07-04T07:05:45.206000+00:00,Germany,Bavaria,,Wheelchair,48.95889782037,10.916920326852,"outerview, Mapillary"
193
+ wheelchair-235082292210642.jpg,,2023-07-21T13:54:18.584000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.7980155,6.1464672999988,"outerview, Mapillary"
194
+ wheelchair-953694404137706.jpg,,2026-05-09T08:54:54.510000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.1915228,6.8158849,"outerview, Mapillary"
195
+ wheelchair-295899461988645.jpg,,2015-12-24T13:55:48.889000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5061258,6.7978599,"outerview, Mapillary"
196
+ wheelchair-746484572662016.jpg,,2020-06-18T15:49:05+00:00,Germany,Baden-Württemberg,,Wheelchair,48.712800999972,9.414692,"outerview, Mapillary"
197
+ wheelchair-1202253317128466.jpg,,2023-06-26T17:35:11+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.4274904,6.8516462,"outerview, Mapillary"
198
+ wheelchair-1865463733901044.jpg,,2023-12-15T11:17:39+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.9536046,6.9388963,"outerview, Mapillary"
199
+ wheelchair-3710430649174981.jpg,,2024-08-31T12:26:36.307000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.7610593,8.5541739,"outerview, Mapillary"
200
+ wheelchair-255341493024807.jpg,,2021-05-08T10:25:50+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.4836426,6.8640828,"outerview, Mapillary"
201
+ wheelchair-1564386104145428.jpg,,2023-12-15T11:26:23+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.9486793,6.9330692,"outerview, Mapillary"
202
+ wheelchair-569543790678200.jpg,,2018-09-25T11:00:03+00:00,Germany,Baden-Württemberg,,Wheelchair,48.745310199972,9.1348672,"outerview, Mapillary"
203
+ wheelchair-939053334334409.jpg,,2024-12-01T14:45:44+00:00,Germany,Baden-Württemberg,,Wheelchair,48.7237675,9.1675981,"outerview, Mapillary"
204
+ wheelchair-332870344932082.jpg,,2019-10-28T13:06:32+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.1926374,6.6924513,"outerview, Mapillary"
205
+ wheelchair-1632976927205506.jpg,,2023-06-28T11:53:17+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5170084,7.4706633,"outerview, Mapillary"
206
+ wheelchair-1402698964085081.jpg,,2024-09-27T10:20:30+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5742646,7.304875,"outerview, Mapillary"
207
+ wheelchair-437189358903041.jpg,,2024-05-04T15:34:05.696000+00:00,Germany,Baden-Württemberg,,Wheelchair,49.3268584,8.9810235,"outerview, Mapillary"
208
+ wheelchair-3984941058219197.jpg,,2018-07-17T16:30:26+00:00,Germany,Bavaria,,Wheelchair,49.738830555556,9.9580111111111,"outerview, Mapillary"
209
+ wheelchair-863265914401033.jpg,,2019-06-23T12:49:11+00:00,Germany,Baden-Württemberg,,Wheelchair,48.755427799972,9.2688561,"outerview, Mapillary"
210
+ wheelchair-4755022091249157.jpg,,2022-01-19T07:20:17.101000+00:00,Germany,Bavaria,,Wheelchair,49.461273932649,11.062611532033,"outerview, Mapillary"
211
+ wheelchair-452449227069138.jpg,,2022-12-01T13:27:20.023000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.6196648,7.5213278999976,"outerview, Mapillary"
212
+ wheelchair-5845778505451265.jpg,,2022-06-01T13:35:33+00:00,Germany,Baden-Württemberg,Bad Rappenau,Wheelchair,49.2396553,9.0966301999722,"outerview, Mapillary"
213
+ wheelchair-1145047587430891.jpg,,2025-12-18T07:25:08.813000+00:00,Germany,North Rhine-Westphalia,Ahaus,Wheelchair,52.08437136403,7.0125624066177,"outerview, Mapillary"
214
+ wheelchair-837991770613068.jpg,,2022-12-27T13:30:20.353000+00:00,Germany,Baden-Württemberg,,Wheelchair,49.243434899998,9.3982116,"outerview, Mapillary"
215
+ wheelchair-4827595767287936.jpg,,2022-02-05T16:07:13+00:00,Germany,Baden-Württemberg,,Wheelchair,48.980896899972,8.4033134999722,"outerview, Mapillary"
216
+ wheelchair-1356594681688099.jpg,,2024-04-10T17:15:52.904000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.381382199998,6.7023784,"outerview, Mapillary"
217
+ wheelchair-768638580513543.jpg,,2019-09-15T15:07:40+00:00,Germany,Baden-Württemberg,,Wheelchair,49.5103176,8.4710151,"outerview, Mapillary"
218
+ wheelchair-916939002355009.jpg,,2021-12-30T13:21:35.584000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.649092047797,7.3407827520424,"outerview, Mapillary"
219
+ wheelchair-258206366827548.jpg,,2023-06-29T09:07:52+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.1900176,6.8165369,"outerview, Mapillary"
220
+ wheelchair-624515359385372.jpg,,2022-08-22T13:45:34+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.2261924,6.9029993,"outerview, Mapillary"
221
+ wheelchair-1166521170460720.jpg,,2017-09-24T09:20:09.689000+00:00,Germany,Baden-Württemberg,,Wheelchair,48.898294577398,8.5793672399693,"outerview, Mapillary"
222
+ wheelchair-2028730081334747.jpg,,2026-05-27T15:58:52.187000+00:00,Germany,Bavaria,,Wheelchair,49.4624906,11.1532323,"outerview, Mapillary"
223
+ wheelchair-1072751004372809.jpg,,2024-08-30T12:14:36.500000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5018906,6.8909773,"outerview, Mapillary"
224
+ wheelchair-272914257847123.jpg,,2019-09-06T16:32:29.500000+00:00,Germany,Baden-Württemberg,,Wheelchair,49.544226149998,8.477926120001,"outerview, Mapillary"
225
+ wheelchair-912121800369948.jpg,,2024-02-16T14:37:29+00:00,Germany,Baden-Württemberg,,Wheelchair,48.8162949,9.2716122,"outerview, Mapillary"
226
+ wheelchair-3819457361506506.jpg,,2020-09-12T15:36:09+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.678299799972,7.1338251,"outerview, Mapillary"
227
+ wheelchair-1407330793010398.jpg,,2022-08-17T15:25:12+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.2557375,6.6840833999722,"outerview, Mapillary"
228
+ wheelchair-1231516307559122.jpg,,2023-06-28T12:52:10+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5212077,7.3266209,"outerview, Mapillary"
229
+ wheelchair-946985792583464.jpg,,2021-12-31T12:56:21+00:00,Germany,Baden-Württemberg,,Wheelchair,48.710747499972,9.1540698999722,"outerview, Mapillary"
230
+ wheelchair-1187150162410579.jpg,,2024-08-10T16:20:55.266000+00:00,Germany,North Rhine-Westphalia,Ahaus,Wheelchair,52.090806793333,6.9790323333333,"outerview, Mapillary"
231
+ wheelchair-1444884799271693.jpg,,2022-08-22T12:55:38+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.2161114,6.7961062999722,"outerview, Mapillary"
232
+ wheelchair-1160299921224735.jpg,,2022-08-22T13:00:12+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.2173625,6.8053438999722,"outerview, Mapillary"
233
+ wheelchair-1199389687407157.jpg,,2023-07-14T13:34:47.303000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.398488899999,6.7130008999988,"outerview, Mapillary"
234
+ wheelchair-584691003824467.jpg,,2023-07-13T16:06:36.217000+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.9259191,6.9574475,"outerview, Mapillary"
235
+ wheelchair-276269324185500.jpg,,2011-04-12T11:14:18+00:00,Germany,Baden-Württemberg,,Wheelchair,49.002239833333,8.4625169444444,"outerview, Mapillary"
236
+ wheelchair-278518383896569.jpg,,2017-12-26T12:22:00.836000+00:00,Germany,Bavaria,,Wheelchair,49.304125903971,11.063482438628,"outerview, Mapillary"
237
+ wheelchair-639894748169537.jpg,,2023-06-28T12:08:47+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.5225197,7.4286933,"outerview, Mapillary"
238
+ wheelchair-789833302651789.jpg,,2023-06-29T08:11:49+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.2641277,6.8234275,"outerview, Mapillary"
239
+ wheelchair-7142616485799197.jpg,,2023-12-15T11:24:33+00:00,Germany,North Rhine-Westphalia,,Wheelchair,50.948294,6.9342415,"outerview, Mapillary"
240
+ wheelchair-1060217854636852.jpg,,2022-08-22T13:49:32+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.2216457,6.9129848999722,"outerview, Mapillary"
241
+ wheelchair-870846333495211.jpg,,2020-06-18T16:53:26+00:00,Germany,Baden-Württemberg,,Wheelchair,48.780695899972,9.2439590999722,"outerview, Mapillary"
242
+ wheelchair-866676661377645.jpg,,2022-08-22T12:58:10+00:00,Germany,North Rhine-Westphalia,,Wheelchair,51.214929599972,6.8013054,"outerview, Mapillary"
243
+ wheelchair-626088003469476.jpg,,2025-02-23T15:00:31+00:00,Germany,Baden-Württemberg,,Wheelchair,48.7266507,9.0118694,"outerview, Mapillary"
244
+ wheelchair-1047370119689076.jpg,,2023-12-27T12:23:13+00:00,Germany,Baden-Württemberg,,Wheelchair,48.557148,9.3820399,"outerview, Mapillary"
245
+ wheelchair-327016298770266.jpg,,2020-01-10T15:51:32.170000+00:00,Germany,Baden-Württemberg,Altlußheim,Wheelchair,49.304405654112,8.5048634132825,"outerview, Mapillary"
246
+ wheelchair-831950896333026.jpg,,2025-12-24T13:13:07+00:00,Germany,Baden-Württemberg,,Wheelchair,48.7867583,9.247619,"outerview, Mapillary"
247
+ wheelchair-479544189936531.jpg,,2018-08-17T16:14:42+00:00,France,Auvergne-Rhône-Alpes,,Wheelchair,45.183437,5.726433,"outerview, Mapillary"
248
+ wheelchair-471340210742233.jpg,,2019-02-24T10:17:43.190000+00:00,France,Île-de-France,Briis-sous-Forges,Wheelchair,48.62491602245,2.1243855781225,"outerview, Mapillary"
249
+ wheelchair-1417450495255796.jpg,,2019-06-06T14:58:23.252000+00:00,France,Île-de-France,,Wheelchair,48.803667,2.1213732,"outerview, Mapillary"
250
+ wheelchair-328021262231746.jpg,,2020-06-06T19:35:20+00:00,France,Île-de-France,Antony,Wheelchair,48.744357999972,2.3094483,"outerview, Mapillary"
251
+ wheelchair-518552442853633.jpg,,2019-06-06T14:55:33.238000+00:00,France,Île-de-France,,Wheelchair,48.802705799998,2.1210515,"outerview, Mapillary"
252
+ wheelchair-494029481804959.jpg,,2017-06-08T11:31:36.643000+00:00,France,Île-de-France,,Wheelchair,48.873124,2.777052,"outerview, Mapillary"
253
+ wheelchair-553551462327575.jpg,,2019-11-13T10:53:55+00:00,France,Île-de-France,Bourg-la-Reine,Wheelchair,48.783034899972,2.3169539999722,"outerview, Mapillary"
254
+ wheelchair-173368738025838.jpg,,2020-02-29T10:54:02+00:00,France,Île-de-France,,Wheelchair,48.8141972,2.2954365999722,"outerview, Mapillary"
255
+ wheelchair-790204329935409.jpg,,2024-07-03T12:39:02.760000+00:00,France,Île-de-France,,Wheelchair,48.8888282,2.2509238,"outerview, Mapillary"
256
+ wheelchair-467914994479787.jpg,,2017-04-03T12:24:02+00:00,France,Île-de-France,,Wheelchair,48.815232,2.2173299999999,"outerview, Mapillary"
257
+ wheelchair-1663019504087695.jpg,,2020-10-19T16:17:54+00:00,France,Île-de-France,,Wheelchair,48.825397034751,2.6488631215313,"outerview, Mapillary"
258
+ wheelchair-212370273984366.jpg,,2016-10-17T07:29:55.308000+00:00,France,Île-de-France,,Wheelchair,48.831773,2.3759689999999,"outerview, Mapillary"
259
+ wheelchair-4011846498901889.jpg,,2019-01-03T09:12:07.200000+00:00,France,Île-de-France,Bezons,Wheelchair,48.920957,2.220126,"outerview, Mapillary"
260
+ wheelchair-990528095284756.jpg,,2023-05-28T14:42:37.453000+00:00,France,Île-de-France,,Wheelchair,48.70579484428,2.2125519136785,"outerview, Mapillary"
261
+ wheelchair-3965837510136682.jpg,,2019-04-18T18:48:44.666000+00:00,France,Île-de-France,,Wheelchair,48.854826,2.640107,"outerview, Mapillary"
262
+ wheelchair-301175061582950.jpg,,2017-09-22T08:39:00.657000+00:00,France,Île-de-France,,Wheelchair,48.810045551554,2.3876987770223,"outerview, Mapillary"
263
+ wheelchair-1677254566232334.jpg,,2025-05-28T14:13:15.407000+00:00,Italy,Lazio,,Wheelchair,41.9536027,12.0815671,"outerview, Mapillary"
264
+ wheelchair-2908298102761820.jpg,,2021-03-18T18:20:47.293000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.629137039185,-46.769172668457,"outerview, Mapillary"
265
+ wheelchair-2746876902270910.jpg,,2021-03-17T17:11:44.297000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.613033294678,-46.713661193848,"outerview, Mapillary"
266
+ wheelchair-2687967458161141.jpg,,2021-03-25T13:49:43.293000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.668180465698,-46.712184906006,"outerview, Mapillary"
267
+ wheelchair-184404230251805.jpg,,2021-03-19T13:53:30.293000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.692523956299,-46.791168212891,"outerview, Mapillary"
268
+ wheelchair-1458824047787130.jpg,,2021-03-13T14:13:21.799000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.528390884399,-46.72505569458,"outerview, Mapillary"
269
+ wheelchair-205874394689150.jpg,,2021-03-28T14:37:04.797000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.598604202271,-46.532405853271,"outerview, Mapillary"
270
+ wheelchair-177796800906687.jpg,,2020-02-19T15:44:51.089000+00:00,Brazil,Amazonas,,Wheelchair,-3.0912403251366,-60.060571737705,"outerview, Mapillary"
271
+ wheelchair-303565174612775.jpg,,2020-02-17T13:00:15.590000+00:00,Brazil,Amazonas,,Wheelchair,-3.109314278,-60.009676015,"outerview, Mapillary"
272
+ wheelchair-530234964669894.jpg,,2021-03-25T15:15:54.296000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.721038818359,-46.676200866699,"outerview, Mapillary"
273
+ wheelchair-1307889787436768.jpg,,2026-04-27T19:01:03.712000+00:00,Brazil,São Paulo,São Paulo,Wheelchair,-23.546379053509,-46.728906618765,"outerview, Mapillary"
274
+ wheelchair-1712536069275095.jpg,,2024-04-21T13:03:54+00:00,Russia,Moscow Oblast,,Wheelchair,55.9749697,37.9148859,"outerview, Mapillary"
275
+ wheelchair-1390269698013214.jpg,,2019-11-17T11:56:07.435000+00:00,Russia,Moscow,Moscow,Wheelchair,55.895241118744,37.543427563057,"outerview, Mapillary"
276
+ wheelchair-800623020629216.jpg,,2021-04-13T12:55:04.697000+00:00,Russia,Moscow,Moscow,Wheelchair,55.73201743,37.49041244,"outerview, Mapillary"
277
+ wheelchair-582506831485347.jpg,,2025-03-16T13:12:09.179000+00:00,Russia,Moscow,Moscow,Wheelchair,55.6345325,37.5565572,"outerview, Mapillary"
278
+ wheelchair-163398359073332.jpg,,2020-12-21T18:01:06.791000+00:00,Russia,Moscow Oblast,,Wheelchair,55.932034431025,37.491660453379,"outerview, Mapillary"
279
+ wheelchair-1029011741244658.jpg,,2021-07-17T17:50:36.015000+00:00,Russia,Moscow,Moscow,Wheelchair,55.810767499972,37.4043469,"outerview, Mapillary"
280
+ wheelchair-4128712473881934.jpg,,2020-07-19T15:34:33.458000+00:00,Russia,Moscow,Moscow,Wheelchair,55.657949969172,37.744108373299,"outerview, Mapillary"
281
+ wheelchair-208282551257061.jpg,,2021-03-31T12:18:36.902000+00:00,Russia,Moscow,Moscow,Wheelchair,55.663403444923,37.645211219788,"outerview, Mapillary"
282
+ wheelchair-924664791450085.jpg,,2021-07-17T17:50:11.015000+00:00,Russia,Moscow,Moscow,Wheelchair,55.811149899972,37.405866799972,"outerview, Mapillary"
283
+ wheelchair-978520589577136.jpg,,2021-05-28T14:53:54.311000+00:00,Russia,Moscow,Moscow,Wheelchair,55.713458410464,37.422622907907,"outerview, Mapillary"
284
+ wheelchair-322194549259414.jpg,,2014-06-16T14:19:49+00:00,,Krasnodar Krai,,Wheelchair,43.594695,39.726879,"outerview, Mapillary"
285
+ wheelchair-183679403612049.jpg,,2018-09-14T14:42:26.903000+00:00,Russia,Moscow,Moscow,Wheelchair,55.647561779528,37.343235210236,"outerview, Mapillary"
286
+ wheelchair-2828848947428026.jpg,,2020-12-28T12:53:18.132000+00:00,Russia,Moscow,Moscow,Wheelchair,55.79819371,37.77615749,"outerview, Mapillary"
287
+ wheelchair-757638898233408.jpg,,2019-09-21T12:25:04.979000+00:00,Russia,Moscow,Moscow,Wheelchair,55.670456410269,37.672003667298,"outerview, Mapillary"
288
+ wheelchair-106883908161766.jpg,,2020-08-17T13:12:00.238000+00:00,Russia,Moscow,Moscow,Wheelchair,55.711259585805,37.898184852675,"outerview, Mapillary"
289
+ wheelchair-965463460668588.jpg,,2021-07-17T17:49:46.015000+00:00,Russia,Moscow,Moscow,Wheelchair,55.8115231,37.4065816,"outerview, Mapillary"
290
+ wheelchair-291395255767591.jpg,,2018-05-26T11:55:10.701000+00:00,Russia,Moscow,,Wheelchair,55.48603659161,37.304905292683,"outerview, Mapillary"
291
+ wheelchair-2045042635636056.jpg,,2021-07-17T17:49:11.014000+00:00,Russia,Moscow,Moscow,Wheelchair,55.812241299972,37.4083515,"outerview, Mapillary"
292
+ wheelchair-519939469059498.jpg,,2021-07-17T17:49:56.015000+00:00,Russia,Moscow,Moscow,Wheelchair,55.811336699972,37.406246899972,"outerview, Mapillary"
293
+ wheelchair-860145367907779.jpg,,2020-12-28T10:56:04.717000+00:00,Russia,Moscow Oblast,,Wheelchair,56.2949735,37.493535545694,"outerview, Mapillary"
294
+ wheelchair-128931355927021.jpg,,2016-05-04T23:50:16.947000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.429851,-99.127014,"outerview, Mapillary"
295
+ wheelchair-170702031626018.jpg,,2020-07-27T22:47:17.797000+00:00,Mexico,Mexico City,Azcapotzalco,Wheelchair,19.480968475342,-99.19847869873,"outerview, Mapillary"
296
+ wheelchair-282618926866079.jpg,,2016-05-04T23:45:39.665000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.431033,-99.127048,"outerview, Mapillary"
297
+ wheelchair-605867963674050.jpg,,2016-05-04T23:39:21.670000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.431799,-99.127117,"outerview, Mapillary"
298
+ wheelchair-533368321005953.jpg,,2020-07-25T22:22:11.791000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.373844146729,-99.238342285156,"outerview, Mapillary"
299
+ wheelchair-303379861443194.jpg,,2020-07-30T22:58:04.297000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.338090896606,-99.113136291504,"outerview, Mapillary"
300
+ wheelchair-196609075472969.jpg,,2016-05-04T23:47:21.661000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.430393,-99.126971,"outerview, Mapillary"
301
+ wheelchair-479064266483034.jpg,,2020-07-22T18:38:09.291000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.291288375854,-99.239852905273,"outerview, Mapillary"
302
+ wheelchair-135347361868382.jpg,,2020-08-03T14:32:51.795000+00:00,Mexico,Mexico City,Azcapotzalco,Wheelchair,19.481477737427,-99.182998657227,"outerview, Mapillary"
303
+ wheelchair-4307091345988161.jpg,,2020-07-26T19:26:50.799000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.448047637939,-99.141860961914,"outerview, Mapillary"
304
+ wheelchair-512658306402727.jpg,,2020-07-30T14:39:41.289000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.353443145752,-99.126747131348,"outerview, Mapillary"
305
+ wheelchair-251650109979832.jpg,,2020-07-25T21:28:14.293000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.378221511841,-99.222969055176,"outerview, Mapillary"
306
+ wheelchair-473732467043569.jpg,,2020-07-22T22:25:42.789000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.305374145508,-99.239562988281,"outerview, Mapillary"
307
+ wheelchair-764203424132073.jpg,,2020-07-27T19:33:20.289000+00:00,Mexico,Mexico City,Azcapotzalco,Wheelchair,19.502468109131,-99.20711517334,"outerview, Mapillary"
308
+ wheelchair-1899114223586690.jpg,,2020-07-27T23:14:51.299000+00:00,Mexico,México,Mexico City,Wheelchair,19.470273971558,-99.209716796875,"outerview, Mapillary"
309
+ wheelchair-541041556897021.jpg,,2020-08-01T20:12:42.293000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.387498855591,-99.068550109863,"outerview, Mapillary"
310
+ wheelchair-358565180011220.jpg,,2023-10-24T18:52:31.827000+00:00,Mexico,Mexico City,Mexico City,Wheelchair,19.266248099999,-99.126227299999,"outerview, Mapillary"
311
+ wheelchair-902895851924577.jpg,,2025-01-25T12:25:36+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.708648333333,144.72720333333,"outerview, Mapillary"
312
+ wheelchair-550294113152527.jpg,,2022-06-05T05:40:49.662000+00:00,Australia,New South Wales,Sydney,Wheelchair,-33.744742899999,150.9285311,"outerview, Mapillary"
313
+ wheelchair-468803831050590.jpg,,2019-03-05T01:09:06.585000+00:00,Australia,Victoria,Melbourne,Wheelchair,-38.07571105513,145.12487388793,"outerview, Mapillary"
314
+ wheelchair-1266638137066220.jpg,,2019-03-05T01:09:06.585000+00:00,Australia,Victoria,Melbourne,Wheelchair,-38.07571105513,145.12487388793,"outerview, Mapillary"
315
+ wheelchair-4025259560901472.jpg,,2019-04-03T00:19:42.810000+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.864130141629,145.08776600633,"outerview, Mapillary"
316
+ wheelchair-2843784902528076.jpg,,2019-09-04T12:41:12.246000+00:00,Australia,New South Wales,Sydney,Wheelchair,-33.909313194444,151.21202086111,"outerview, Mapillary"
317
+ wheelchair-290007059507754.jpg,,2016-04-30T08:45:36.552000+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.6565768,145.3742091,"outerview, Mapillary"
318
+ wheelchair-3741417832634097.jpg,,2015-01-20T03:46:14+00:00,Australia,New South Wales,Sydney,Wheelchair,-33.709963,151.29171,"outerview, Mapillary"
319
+ wheelchair-172279758604901.jpg,,2022-07-14T14:12:34+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.804315579963,145.28329014001,"outerview, Mapillary"
320
+ wheelchair-2309983039497172.jpg,,2026-03-07T15:53:27.177000+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.755045803708,145.074327799,"outerview, Mapillary"
321
+ wheelchair-506411992404079.jpg,,2024-12-04T06:48:36.366000+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.631508,145.0079618,"outerview, Mapillary"
322
+ wheelchair-3704251766509197.jpg,,2024-08-23T01:21:51.158000+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.6141674,145.0147808,"outerview, Mapillary"
323
+ wheelchair-508009203716225.jpg,,2019-05-26T12:56:13+00:00,Australia,New South Wales,Sydney,Wheelchair,-33.714928055556,150.93584972222,"outerview, Mapillary"
324
+ wheelchair-480657673171408.jpg,,2013-10-19T12:18:14.953000+00:00,Australia,Victoria,Melbourne,Wheelchair,-37.906911,145.142027667,"outerview, Mapillary"
325
+ wheelchair-1127780429097927.jpg,,2025-02-28T12:50:48.474000+00:00,Spain,Andalusia,,Wheelchair,36.779464655523,-6.3541326112785,"outerview, Mapillary"
326
+ wheelchair-191940872659715.jpg,,2015-06-21T12:17:08.164000+00:00,Spain,Andalusia,,Wheelchair,37.39030679,-5.99318624,"outerview, Mapillary"
327
+ wheelchair-862872530933460.jpg,,2015-06-21T12:47:11.921000+00:00,Spain,Andalusia,,Wheelchair,37.390599001609,-5.9952387147576,"outerview, Mapillary"
328
+ wheelchair-145396864211632.jpg,,2018-05-18T17:37:48.189000+00:00,Spain,Andalusia,,Wheelchair,37.387028991601,-5.9194502083992,"outerview, Mapillary"
329
+ wheelchair-314661053559406.jpg,,2015-06-21T09:42:07.043000+00:00,Spain,Andalusia,,Wheelchair,37.388172,-5.994659,"outerview, Mapillary"
330
+ wheelchair-141316178808872.jpg,,2023-02-21T10:52:31.452000+00:00,Spain,Andalusia,Aracena,Wheelchair,37.8914424,-6.5607028999976,"outerview, Mapillary"
331
+ wheelchair-882520198994226.jpg,,2015-03-18T15:11:51+00:00,Spain,Andalusia,,Wheelchair,36.55039889,-4.61765428,"outerview, Mapillary"
332
+ wheelchair-904430560341764.jpg,,2018-07-24T09:57:54+00:00,Netherlands,,Bocholtz,Wheelchair,50.817186111111,6.0090777777778,"outerview, Mapillary"
333
+ wheelchair-561050515307319.jpg,,2021-08-10T14:58:07.712000+00:00,Netherlands,,,Wheelchair,52.217476593051,6.9737071383686,"outerview, Mapillary"
334
+ wheelchair-970406787036087.jpg,,2018-07-19T10:42:59+00:00,Netherlands,,,Wheelchair,50.824583333333,5.9807166666667,"outerview, Mapillary"
335
+ wheelchair-171062018233485.jpg,,2016-03-06T15:13:56.931000+00:00,Switzerland,,,Wheelchair,46.293892,7.882291,"outerview, Mapillary"
336
+ wheelchair-1597117194588865.jpg,,2025-08-10T13:59:40+00:00,Switzerland,,Chur,Wheelchair,46.8475745,9.5259718,"outerview, Mapillary"
337
+ wheelchair-334283776317876.jpg,,2024-08-04T14:45:10.240000+00:00,Belgium,,,Wheelchair,50.808675114909,4.2775255218788,"outerview, Mapillary"
338
+ wheelchair-912903012893387.jpg,,2021-02-28T15:44:21+00:00,Belgium,Flemish Brabant,,Wheelchair,50.8686468,4.9860956999722,"outerview, Mapillary"
339
+ wheelchair-1105139350362069.jpg,,2022-10-09T13:12:32.625000+00:00,Belgium,Limburg,,Wheelchair,50.924636899998,5.2577527000012,"outerview, Mapillary"
340
+ wheelchair-1066258980730696.jpg,,2022-08-09T14:12:40.175000+00:00,Belgium,,,Wheelchair,51.168823099415,3.8586296999977,"outerview, Mapillary"
341
+ wheelchair-806491623602992.jpg,,2019-10-05T14:15:11.497000+00:00,Belgium,,Brugelette,Wheelchair,50.584521871129,3.8822297359307,"outerview, Mapillary"
342
+ wheelchair-890344104905849.jpg,,2021-09-14T17:03:11.674000+00:00,Belgium,Antwerp,,Wheelchair,51.2238686,4.9177556999722,"outerview, Mapillary"
343
+ wheelchair-487476945700605.jpg,,2020-09-20T13:34:19+00:00,Belgium,,,Wheelchair,51.267808333333,4.8626777777778,"outerview, Mapillary"
344
+ wheelchair-3915763011876828.jpg,,2015-07-18T19:41:15.896000+00:00,Belgium,,,Wheelchair,50.978441,4.476834,"outerview, Mapillary"
345
+ wheelchair-1205862670411606.jpg,,2024-06-17T12:30:17.933000+00:00,Belgium,Antwerp,Brasschaat,Wheelchair,51.2981079,4.491569,"outerview, Mapillary"
346
+ wheelchair-558179600162190.jpg,,2024-11-01T13:44:04+00:00,Belgium,,,Wheelchair,51.398371579028,4.600388567256,"outerview, Mapillary"
347
+ wheelchair-807347327934694.jpg,,2024-04-14T13:34:50.333000+00:00,Belgium,,,Wheelchair,51.002024300002,4.6949216,"outerview, Mapillary"
348
+ wheelchair-1890779991077536.jpg,,2017-09-19T18:29:27+00:00,Belgium,Flemish Brabant,,Wheelchair,51.014440990833,4.3680631275,"outerview, Mapillary"
349
+ wheelchair-4233362616682896.jpg,,2018-09-14T11:46:43+00:00,Belgium,Antwerp,,Wheelchair,51.308355555556,4.4181972222222,"outerview, Mapillary"
350
+ wheelchair-4302809633064543.jpg,,2018-03-25T10:21:02.913000+00:00,Belgium,East Flanders,,Wheelchair,51.292177216196,4.1774940815052,"outerview, Mapillary"
351
+ wheelchair-2234742883327036.jpg,,2019-02-12T13:16:56.500000+00:00,Belgium,Antwerp,Bornem,Wheelchair,51.1028919,4.1910188,"outerview, Mapillary"
352
+ wheelchair-486275622494360.jpg,,2019-09-03T13:16:21+00:00,Belgium,,,Wheelchair,51.081116666667,4.3251861111111,"outerview, Mapillary"
353
+ wheelchair-828162444768783.jpg,,2016-07-14T17:16:04.493000+00:00,Belgium,,Aarschot,Wheelchair,50.9925623,4.8415615,"outerview, Mapillary"
354
+ wheelchair-3599711166801414.jpg,,2020-06-19T11:52:09+00:00,Belgium,Antwerp,,Wheelchair,51.327536111111,4.7834777777778,"outerview, Mapillary"
355
+ wheelchair-717283543211179.jpg,,2023-02-26T13:48:24.348000+00:00,Belgium,Antwerp,,Wheelchair,51.2646863,4.6402882999722,"outerview, Mapillary"
356
+ wheelchair-450806459801801.jpg,,2022-07-03T15:24:38+00:00,Belgium,Antwerp,,Wheelchair,51.098390199972,4.3461881,"outerview, Mapillary"
357
+ wheelchair-221968302612042.jpg,,2017-06-20T13:43:50+00:00,Belgium,Antwerp,,Wheelchair,51.40011,4.631852,"outerview, Mapillary"
358
+ wheelchair-1357317455168999.jpg,,2023-10-01T12:24:49.500000+00:00,Belgium,Limburg,,Wheelchair,51.1931919,5.4293912,"outerview, Mapillary"
359
+ wheelchair-1647798415411142.jpg,,2018-08-05T18:28:30+00:00,Belgium,,,Wheelchair,51.321848295556,4.8561400919444,"outerview, Mapillary"
360
+ wheelchair-164161558892234.jpg,,2020-04-23T17:00:36+00:00,Belgium,Antwerp,,Wheelchair,51.159411111111,4.6702972222222,"outerview, Mapillary"
361
+ wheelchair-512620950165784.jpg,,2018-03-14T18:50:22+00:00,Argentina,,,Wheelchair,-31.5377798025,-68.5314804409,"outerview, Mapillary"
362
+ wheelchair-1651885121687490.jpg,,2018-03-14T18:51:12+00:00,Argentina,,,Wheelchair,-31.5374426823,-68.5270693805,"outerview, Mapillary"
363
+ wheelchair-861408834798498.jpg,,2019-05-30T01:45:37.843000+00:00,Singapore,,,Wheelchair,1.2875674096267,103.81792172809,"outerview, Mapillary"
364
+ wheelchair-279586970525376.jpg,,2019-02-28T03:23:50+00:00,Singapore,,,Wheelchair,1.376282,103.772164,"outerview, Mapillary"
365
+ wheelchair-2980375962287097.jpg,,2016-02-18T07:36:37.510000+00:00,Singapore,,,Wheelchair,1.341525,103.737112,"outerview, Mapillary"
366
+ wheelchair-1648205819174083.jpg,,2025-04-23T06:05:40.094000+00:00,Singapore,,,Wheelchair,1.3300760171887,103.97534548719,"outerview, Mapillary"
367
+ wheelchair-3798223416955198.jpg,,2019-01-23T03:09:42+00:00,Singapore,,,Wheelchair,1.3312831666667,103.85796316667,"outerview, Mapillary"
368
+ wheelchair-485139059259405.jpg,,2019-02-14T03:48:00+00:00,Singapore,,,Wheelchair,1.3527908333333,103.95137816667,"outerview, Mapillary"
369
+ wheelchair-932242677628933.jpg,,2019-01-10T10:42:07.655000+00:00,Singapore,,,Wheelchair,1.2796568561072,103.83930796077,"outerview, Mapillary"
370
+ wheelchair-221703956041538.jpg,,2019-07-05T09:32:56.353000+00:00,Singapore,,,Wheelchair,1.2880784788212,103.82211568452,"outerview, Mapillary"
371
+ wheelchair-1845193569013458.jpg,,2017-01-17T07:34:34+00:00,Singapore,,,Wheelchair,1.4351834077,103.7879017275,"outerview, Mapillary"
372
+ wheelchair-193723705816420.jpg,,2019-05-30T01:47:33.835000+00:00,Singapore,,,Wheelchair,1.2876044804656,103.81691314909,"outerview, Mapillary"
373
+ wheelchair-463439351398236.jpg,,2017-01-18T09:41:46+00:00,Singapore,,,Wheelchair,1.3904939499,103.8859081361,"outerview, Mapillary"
374
+ wheelchair-200230808587817.jpg,,2019-03-04T06:49:54+00:00,Singapore,,,Wheelchair,1.3759988333333,103.7658305,"outerview, Mapillary"
375
+ wheelchair-154223846660887.jpg,,2017-01-17T04:08:00+00:00,Singapore,,,Wheelchair,1.340821702,103.7718798034,"outerview, Mapillary"
376
+ wheelchair-521235415552002.jpg,,2017-01-16T09:48:24+00:00,Singapore,,,Wheelchair,1.323667299,103.85195036419,"outerview, Mapillary"
377
+ wheelchair-294247632371016.jpg,,2018-12-14T16:17:15.105000+00:00,Singapore,,,Wheelchair,1.2984056677681,103.84541700604,"outerview, Mapillary"
378
+ wheelchair-130146135739336.jpg,,2017-03-23T00:58:31.404000+00:00,Singapore,,,Wheelchair,1.321214,103.913308,"outerview, Mapillary"
379
+ wheelchair-2966603533665533.jpg,,2017-01-16T09:47:53+00:00,Singapore,,,Wheelchair,1.3236586655833,103.85195815939,"outerview, Mapillary"
380
+ wheelchair-974946346577788.jpg,,2017-01-18T01:44:29+00:00,Singapore,,,Wheelchair,1.3377379999,103.8536710013,"outerview, Mapillary"
381
+ wheelchair-1209504623302927.jpg,,2023-01-28T10:26:55.293000+00:00,Israel,Tel Aviv District,,Wheelchair,32.1013524,34.7749418,"outerview, Mapillary"
382
+ wheelchair-979919562779341.jpg,,2021-04-04T13:25:28.446000+00:00,Israel,,,Wheelchair,31.984638589516,34.785192051512,"outerview, Mapillary"
383
+ wheelchair-804779940146306.jpg,,2018-12-27T05:57:29.899000+00:00,Israel,,,Wheelchair,31.775495689392,35.232560019973,"outerview, Mapillary"
384
+ wheelchair-1232796917358992.jpg,,2023-01-28T10:26:49.344000+00:00,Israel,Tel Aviv District,,Wheelchair,32.101411,34.7749844,"outerview, Mapillary"
385
+ wheelchair-464418361516122.jpg,,2017-07-04T17:40:48.862000+00:00,Israel,,,Wheelchair,32.103326,34.796646555556,"outerview, Mapillary"
386
+ wheelchair-1212147616383432.jpg,,2023-01-28T10:36:58.325000+00:00,Israel,Tel Aviv District,,Wheelchair,32.096315699999,34.7729916,"outerview, Mapillary"
387
+ wheelchair-2863065953948758.jpg,,2017-05-30T09:19:57+00:00,Israel,Tel Aviv District,,Wheelchair,32.1055708,34.7965444,"outerview, Mapillary"
388
+ wheelchair-1087907538714850.jpg,,2023-01-28T10:52:10.664000+00:00,Israel,,,Wheelchair,32.089884899998,34.7699815,"outerview, Mapillary"
389
+ wheelchair-1128475934299271.jpg,,2017-06-22T16:28:58+00:00,Israel,,,Wheelchair,32.104920599972,34.799432299972,"outerview, Mapillary"
390
+ wheelchair-138384788216964.jpg,,2017-06-05T09:31:22+00:00,Israel,Tel Aviv District,,Wheelchair,32.108402699972,34.797055399972,"outerview, Mapillary"
391
+ wheelchair-4522820124414285.jpg,,2017-06-05T09:31:22+00:00,Israel,Tel Aviv District,,Wheelchair,32.108402699972,34.797055399972,"outerview, Mapillary"
392
+ wheelchair-480389200060957.jpg,,2018-12-26T13:26:43.742000+00:00,Israel,,,Wheelchair,31.259825,35.220341666667,"outerview, Mapillary"
393
+ wheelchair-146339377934513.jpg,,2023-01-28T10:41:18.940000+00:00,Israel,,,Wheelchair,32.095623900001,34.772967099998,"outerview, Mapillary"
394
+ wheelchair-823541095659067.jpg,,2022-10-14T13:33:37.378000+00:00,Israel,,,Wheelchair,32.06161890538,34.83497124329,"outerview, Mapillary"
395
+ wheelchair-755068321806428.jpg,,2020-10-24T11:59:08.558000+00:00,Israel,,,Wheelchair,32.067967029318,34.819226665455,"outerview, Mapillary"
396
+ wheelchair-2126325084226441.jpg,,2023-01-28T10:27:44.888000+00:00,Israel,Tel Aviv District,,Wheelchair,32.1009032,34.774688,"outerview, Mapillary"
397
+ wheelchair-911502756551870.jpg,,2023-01-28T10:52:03.059000+00:00,Israel,,,Wheelchair,32.089965277778,34.7700152,"outerview, Mapillary"
398
+ wheelchair-3986469384752002.jpg,,2020-10-24T11:54:01.001000+00:00,Israel,,,Wheelchair,32.069478537917,34.820759883183,"outerview, Mapillary"
399
+ wheelchair-230261792188033.jpg,,2017-06-05T09:35:40+00:00,Israel,Tel Aviv District,,Wheelchair,32.109355999972,34.7973809,"outerview, Mapillary"
400
+ wheelchair-341950083932016.jpg,,2017-06-05T09:35:40+00:00,Israel,Tel Aviv District,,Wheelchair,32.109355999972,34.7973809,"outerview, Mapillary"
401
+ wheelchair-4145609258841486.jpg,,2018-12-26T11:16:10.727000+00:00,Israel,,,Wheelchair,31.196172488882,35.362325962666,"outerview, Mapillary"
402
+ wheelchair-142219121183420.jpg,,2021-03-13T11:03:46.157000+00:00,Israel,Tel Aviv District,,Wheelchair,32.022976,34.762225,"outerview, Mapillary"
403
+ wheelchair-284453096705890.jpg,,2018-12-25T03:23:55.973000+00:00,Israel,,,Wheelchair,30.612456877744,34.802390858563,"outerview, Mapillary"
404
+ wheelchair-977265944859899.jpg,,2026-01-20T07:15:02.270000+00:00,Israel,,Ashkelon,Wheelchair,31.6944767,34.5826867,"outerview, Mapillary"
405
+ wheelchair-2253590438392984.jpg,,2025-04-08T08:51:16.608000+00:00,Israel,,,Wheelchair,31.2654088,34.8484437,"outerview, Mapillary"
406
+ wheelchair-1086063335302645.jpg,,2022-03-26T09:53:52.845000+00:00,Israel,Tel Aviv District,,Wheelchair,32.010239945223,34.76309567229,"outerview, Mapillary"
407
+ wheelchair-736295984460248.jpg,,2023-01-27T11:46:43.075000+00:00,Israel,,,Wheelchair,32.053682600002,34.756049,"outerview, Mapillary"
408
+ wheelchair-167145432730339.jpg,,2023-01-27T14:23:20.032000+00:00,Israel,,,Wheelchair,32.0537308,34.751736900002,"outerview, Mapillary"
409
+ wheelchair-101900892803501.jpg,,2023-01-27T13:57:41.264000+00:00,Israel,,,Wheelchair,32.053444,34.750180700001,"outerview, Mapillary"
410
+ wheelchair-266089075469181.jpg,,2021-10-27T09:33:28.656000+00:00,Israel,,,Wheelchair,32.057593061314,34.817548241868,"outerview, Mapillary"
411
+ wheelchair-324559792595271.jpg,,2018-11-07T13:26:06.319000+00:00,Israel,,,Wheelchair,31.773433918164,35.222078416267,"outerview, Mapillary"
412
+ wheelchair-499589161309005.jpg,,2018-12-26T07:49:21.323000+00:00,Israel,,,Wheelchair,30.990472222222,34.910183333333,"outerview, Mapillary"
413
+ wheelchair-513501496485123.jpg,,2017-06-22T16:03:12+00:00,Israel,,,Wheelchair,32.1062816,34.8004387,"outerview, Mapillary"
414
+ wheelchair-780759008349915.jpg,,2025-12-18T15:21:21+00:00,Bangladesh,,,Wheelchair,24.540059,89.899247,"outerview, Mapillary"
415
+ wheelchair-465857106244701.jpg,,2024-07-15T07:47:58.273000+00:00,Bangladesh,Rajshahi Division,,Wheelchair,24.5975664,88.2746444,"outerview, Mapillary"
416
+ wheelchair-792784348302381.jpg,,2016-08-21T18:22:00.293000+00:00,Denmark,Region of Southern Denmark,,Wheelchair,55.8092575,8.6219567,"outerview, Mapillary"
417
+ wheelchair-709493812034024.jpg,,2025-05-11T08:49:33.960000+00:00,Denmark,Region of Southern Denmark,,Wheelchair,55.4994715,8.3930617,"outerview, Mapillary"
418
+ wheelchair-846623257053215.jpg,,2023-09-05T14:24:14.896000+00:00,Denmark,,,Wheelchair,55.4430012,8.3989889000012,"outerview, Mapillary"
419
+ wheelchair-812439846060651.jpg,,2017-04-10T14:25:17.073000+00:00,Denmark,,,Wheelchair,55.735950939995,9.1287963800905,"outerview, Mapillary"
420
+ wheelchair-137818645050442.jpg,,2019-06-28T15:12:27.693000+00:00,Denmark,,,Wheelchair,56.126523730785,8.1783889076465,"outerview, Mapillary"
421
+ wheelchair-2980480602273237.jpg,,2017-04-10T13:02:59.055000+00:00,Denmark,Region of Southern Denmark,Billund,Wheelchair,55.736165609997,9.1246713100069,"outerview, Mapillary"
422
+ wheelchair-933713744060766.jpg,,2020-01-31T08:02:11.827000+00:00,Denmark,,,Wheelchair,56.091332526103,8.2602430743023,"outerview, Mapillary"
423
+ wheelchair-222017600526343.jpg,,2023-09-05T14:26:39.386000+00:00,Denmark,,,Wheelchair,55.4431556,8.3987395,"outerview, Mapillary"
424
+ wheelchair-231329765455609.jpg,,2016-02-19T08:52:37+00:00,Colombia,La Guajira,,Wheelchair,11.542452777778,-72.907941666667,"outerview, Mapillary"
425
+ wheelchair-1152331408576063.jpg,,2020-01-05T10:31:19.152000+00:00,Pakistan,Sindh,Karachi,Wheelchair,24.891845641221,67.076807020763,"outerview, Mapillary"
426
+ wheelchair-2002025646616139.jpg,,2019-11-22T04:46:29.216000+00:00,Pakistan,Sindh,Karachi,Wheelchair,24.9184637,67.053885,"outerview, Mapillary"
427
+ wheelchair-886114768604617.jpg,,2019-10-12T08:16:51.240000+00:00,Greece,,,Wheelchair,35.336045128332,25.121043844028,"outerview, Mapillary"
428
+ wheelchair-1731582343936208.jpg,,2023-09-14T12:22:50.385000+00:00,Greece,,,Wheelchair,35.32198239814,25.136990430153,"outerview, Mapillary"
429
+ wheelchair-322555960358289.jpg,,2023-09-14T12:23:28.857000+00:00,Greece,,,Wheelchair,35.3221038272,25.13511558612,"outerview, Mapillary"
430
+ wheelchair-6595849193840729.jpg,,2023-09-14T12:21:27.919000+00:00,Greece,,,Wheelchair,35.3243272,25.137951020453,"outerview, Mapillary"
431
+ wheelchair-1484535022388173.jpg,,2023-09-14T12:21:20.779000+00:00,Greece,,,Wheelchair,35.324328861205,25.13828693012,"outerview, Mapillary"
432
+ wheelchair-970182397400919.jpg,,2023-09-14T12:21:43.702000+00:00,Greece,,,Wheelchair,35.32413400912,25.137431574027,"outerview, Mapillary"
433
+ wheelchair-1023620422114265.jpg,,2023-09-14T12:21:35.043000+00:00,Greece,,,Wheelchair,35.324316067706,25.137614148096,"outerview, Mapillary"
434
+ wheelchair-866024328373960.jpg,,2023-09-14T12:22:35.637000+00:00,Greece,,,Wheelchair,35.322512343615,25.137167330829,"outerview, Mapillary"
435
+ wheelchair-326525803238983.jpg,,2023-09-14T12:21:52.444000+00:00,Greece,,,Wheelchair,35.323859295644,25.137425698911,"outerview, Mapillary"
436
+ wheelchair-850630036689938.jpg,,2023-09-14T12:22:01.252000+00:00,Greece,,,Wheelchair,35.323590904009,25.137361988374,"outerview, Mapillary"
437
+ wheelchair-134682849724905.jpg,,2023-09-14T12:24:19.407000+00:00,Greece,,,Wheelchair,35.322176642187,25.133108512427,"outerview, Mapillary"
438
+ wheelchair-1483453765747717.jpg,,2023-09-14T12:21:00.742000+00:00,Greece,,,Wheelchair,35.324447139812,25.139282017793,"outerview, Mapillary"
439
+ wheelchair-631210448998821.jpg,,2023-09-14T12:23:17.145000+00:00,Greece,,,Wheelchair,35.322028248662,25.135788841087,"outerview, Mapillary"
440
+ wheelchair-1485201775629297.jpg,,2023-09-14T12:23:37.182000+00:00,Greece,,,Wheelchair,35.3221430504,25.1347847952,"outerview, Mapillary"
441
+ wheelchair-1343396976264853.jpg,,2023-09-14T12:26:23.548000+00:00,Greece,,,Wheelchair,35.3224496068,25.12832164764,"outerview, Mapillary"
442
+ wheelchair-159709962745900.jpg,,2019-01-27T20:23:12.105000+00:00,United States,New York,New York City,Wheelchair,40.639545050318,-73.968232146102,"outerview, Mapillary"
443
+ wheelchair-478956936770735.jpg,,2017-06-03T16:34:29+00:00,United States,California,Los Angeles,Wheelchair,34.177569722222,-118.44227805556,"outerview, Mapillary"
444
+ wheelchair-2960543487556069.jpg,,2017-07-01T12:37:01+00:00,United States,California,Los Angeles,Wheelchair,34.083994722222,-118.35842638889,"outerview, Mapillary"
445
+ wheelchair-518605176216818.jpg,,2017-06-14T15:08:49+00:00,United States,California,Los Angeles,Wheelchair,34.062633055556,-118.33849305556,"outerview, Mapillary"
446
+ wheelchair-957056975830509.jpg,,2024-04-17T21:48:52.783000+00:00,United States,California,Los Angeles,Wheelchair,34.052578607586,-118.2944363912,"outerview, Mapillary"
447
+ wheelchair-785387526369813.jpg,,2023-12-16T20:23:05.499000+00:00,United States,Texas,Dallas,Wheelchair,32.774963288,-96.751153357,"outerview, Mapillary"
448
+ wheelchair-422639090174998.jpg,,2023-12-05T19:17:16.991000+00:00,United States,Texas,Dallas,Wheelchair,32.785969422222,-96.862625811111,"outerview, Mapillary"
449
+ wheelchair-307239234243571-31.jpg,,2012-03-30T16:02:24.666000+00:00,,,Houston,Wheelchair,29.736653,-95.605936,"outerview, Mapillary"
450
+ wheelchair-209384140717722-26.jpg,,2012-03-30T15:59:49.500000+00:00,,,Houston,Wheelchair,29.736395,-95.605755,"outerview, Mapillary"
451
+ wheelchair-374017407281301-31.jpg,,2012-03-30T15:53:25+00:00,,,Houston,Wheelchair,29.7299,-95.599578,"outerview, Mapillary"
452
+ wheelchair-2550299641938261.jpg,,2016-05-02T20:55:45.625000+00:00,United States,Georgia,Atlanta,Wheelchair,33.773607,-84.363692,"outerview, Mapillary"
453
+ wheelchair-353495576197203.jpg,,2017-09-02T21:06:20.183000+00:00,United States,Georgia,Atlanta,Wheelchair,33.724145684423,-84.349444247861,"outerview, Mapillary"
454
+ wheelchair-587329342252646.jpg,,2015-09-03T11:20:48+00:00,United States,Florida,Miami,Wheelchair,25.79357000448,-80.189067842168,"outerview, Mapillary"
455
+ wheelchair-491015902020079.jpg,,2019-12-10T16:12:06.175000+00:00,United States,Florida,Miami,Wheelchair,25.728215998999,-80.254431044046,"outerview, Mapillary"
456
+ wheelchair-506137784722693.jpg,,2021-03-01T11:21:48+00:00,United States,Florida,Miami,Wheelchair,25.75586344401,-80.200716145833,"outerview, Mapillary"
457
+ wheelchair-1156714888136310.jpg,,2018-05-17T18:01:15+00:00,United States,Arizona,Phoenix,Wheelchair,33.50919091,-112.02974661,"outerview, Mapillary"
458
+ wheelchair-615985373135483.jpg,,2016-11-17T15:41:31+00:00,United States,California,San Jose,Wheelchair,37.351945388865,-121.90230688889,"outerview, Mapillary"
459
+ wheelchair-146250927942398.jpg,,2023-01-28T23:13:10+00:00,United States,California,San Jose,Wheelchair,37.399169921875,-121.84822591146,"outerview, Mapillary"
460
+ wheelchair-463483154928426.jpg,,2016-11-11T13:38:18+00:00,United States,California,San Jose,Wheelchair,37.326231388889,-121.93600305556,"outerview, Mapillary"
461
+ wheelchair-791107764847198.jpg,,2018-03-18T14:45:12+00:00,United States,California,San Jose,Wheelchair,37.381636388861,-121.8938,"outerview, Mapillary"
462
+ wheelchair-1302199550890448.jpg,,2025-01-11T03:17:08+00:00,United States,California,San Diego,Wheelchair,32.851159,-117.193068,"outerview, Mapillary"
463
+ wheelchair-1337025030782076.jpg,,2024-12-20T02:15:29+00:00,United States,California,San Diego,Wheelchair,32.776809,-117.24133,"outerview, Mapillary"
464
+ wheelchair-1152482602652887.jpg,,2025-01-07T07:23:38+00:00,United States,California,San Diego,Wheelchair,32.80201,-117.194741,"outerview, Mapillary"
465
+ wheelchair-495519578358404.jpg,,2020-01-16T19:50:32.217000+00:00,United States,Maryland,Baltimore,Wheelchair,39.325623,-76.683484,"outerview, Mapillary"
466
+ wheelchair-311107620470177.jpg,,2016-09-27T16:14:31+00:00,United States,Florida,Tampa,Wheelchair,27.981266915228,-82.495187220939,"outerview, Mapillary"
467
+ wheelchair-257934949459667.jpg,,2014-08-10T12:24:09.444000+00:00,United States,Florida,Tampa,Wheelchair,27.99617542497,-82.442435205482,"outerview, Mapillary"
468
+ wheelchair-503208487705341.jpg,,2018-12-01T00:07:57.824000+00:00,United States,California,Riverside,Wheelchair,33.929549830715,-117.48367403007,"outerview, Mapillary"
469
+ wheelchair-341696060819230.jpg,,2018-08-31T19:32:33.839000+00:00,United States,California,Riverside,Wheelchair,33.978270739113,-117.38311678347,"outerview, Mapillary"
470
+ wheelchair-2971865673102793.jpg,,2017-11-29T12:26:10+00:00,United States,Texas,Austin,Wheelchair,30.228208055556,-97.868996388889,"outerview, Mapillary"
471
+ wheelchair-843396709603568.jpg,,2017-10-09T11:12:49+00:00,United States,Texas,Austin,Wheelchair,30.311993055556,-97.706371388889,"outerview, Mapillary"
472
+ wheelchair-202894598317146.jpg,,2018-05-23T12:42:15+00:00,United States,Oregon,Portland,Wheelchair,45.528298055556,-122.50138138889,"outerview, Mapillary"
473
+ wheelchair-319804409859744.jpg,,2021-05-30T08:49:02+00:00,United States,California,Sacramento,Wheelchair,38.582343055556,-121.49246472222,"outerview, Mapillary"
474
+ wheelchair-898752726192925.jpg,,2026-02-05T12:39:27+00:00,United States,California,Sacramento,Wheelchair,38.655559722222,-121.47806805556,"outerview, Mapillary"
475
+ wheelchair-475197510213126.jpg,,2018-07-18T16:47:17.033000+00:00,United States,Texas,San Antonio,Wheelchair,29.357231363345,-98.44860303956,"outerview, Mapillary"
476
+ wheelchair-479518180161800.jpg,,2018-07-26T16:56:42.004000+00:00,United States,Texas,San Antonio,Wheelchair,29.352668446461,-98.448517317206,"outerview, Mapillary"
477
+ wheelchair-533848654269968.jpg,,2015-08-29T18:54:38+00:00,United States,Tennessee,Nashville,Wheelchair,36.162147222222,-86.778144444444,"outerview, Mapillary"
478
+ wheelchair-500513471070047.jpg,,2020-03-07T15:02:55+00:00,United States,Florida,Jacksonville,Wheelchair,30.361005555556,-81.646986111111,"outerview, Mapillary"
479
+ wheelchair-525173855494955.jpg,,2022-02-12T17:08:04+00:00,United States,Florida,Jacksonville,Wheelchair,30.473472222222,-81.487241666667,"outerview, Mapillary"
480
+ wheelchair-1141554861063236.jpg,,2016-03-19T13:02:17.623000+00:00,United States,Louisiana,New Orleans,Wheelchair,29.9535341,-90.1276453,"outerview, Mapillary"
481
+ wheelchair-941931619874975.jpg,,2015-05-11T16:27:47.033000+00:00,Canada,Ontario,Toronto,Wheelchair,43.69871855,-79.37279309,"outerview, Mapillary"
482
+ wheelchair-402461327392903.jpg,,2020-06-08T19:42:10+00:00,Canada,Ontario,Toronto,Wheelchair,43.658380555556,-79.35185,"outerview, Mapillary"
483
+ wheelchair-874668633112852.jpg,,2016-10-03T15:22:23+00:00,Canada,Ontario,Toronto,Wheelchair,43.636736111111,-79.438063888889,"outerview, Mapillary"
484
+ wheelchair-3929596640649940.jpg,,2024-12-02T20:50:16.264000+00:00,Canada,Quebec,Montréal,Wheelchair,45.46784299757,-73.547019079703,"outerview, Mapillary"
485
+ wheelchair-809055682134489.jpg,,2025-10-16T00:37:25.911000+00:00,Canada,British Columbia,Vancouver,Wheelchair,49.264657935173,-123.1685151906,"outerview, Mapillary"
data.geojson ADDED
The diff for this file is too large to render. See raw diff
 
data.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8a7ed41cc7d88fd618d309aee905915a91fef34d035f848f280a43718b73a4
3
+ size 34862
images-batch-0001.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a0169a7fa2c70658bfd93e42bb602e009726ac30c22363e774195782235fd5
3
+ size 160492359