@wemap/routers 12.10.8 → 12.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/helpers/InstructionManager.d.ts +20 -0
  2. package/dist/helpers/InstructionManagerV1.d.ts +7 -0
  3. package/{index.ts → dist/index.d.ts} +1 -11
  4. package/dist/index.js +1 -5099
  5. package/dist/index.js.map +1 -1
  6. package/dist/src/ItineraryInfoManager.d.ts +31 -0
  7. package/dist/src/RoutingError.d.ts +24 -0
  8. package/{src/StatusCode.ts → dist/src/StatusCode.d.ts} +2 -3
  9. package/dist/src/Utils.d.ts +6 -0
  10. package/dist/src/graph/Edge.d.ts +32 -0
  11. package/dist/src/graph/Graph.d.ts +40 -0
  12. package/dist/src/graph/GraphProjection.d.ts +11 -0
  13. package/dist/src/graph/GraphProjectionOptions.d.ts +7 -0
  14. package/dist/src/graph/GraphRoute.d.ts +19 -0
  15. package/dist/src/graph/GraphRouter.d.ts +20 -0
  16. package/dist/src/graph/GraphRouterEngine.d.ts +77 -0
  17. package/{src/graph/GraphRouterOptions.ts → dist/src/graph/GraphRouterOptions.d.ts} +5 -7
  18. package/dist/src/graph/GraphRouterOptionsBuilder.d.ts +20 -0
  19. package/dist/src/graph/NoRouteFoundError.d.ts +12 -0
  20. package/dist/src/graph/Vertex.d.ts +19 -0
  21. package/dist/src/model/Itinerary.d.ts +81 -0
  22. package/dist/src/model/Leg.d.ts +66 -0
  23. package/dist/src/model/LevelChange.d.ts +7 -0
  24. package/dist/src/model/RouterRequest.d.ts +40 -0
  25. package/dist/src/model/Step.d.ts +42 -0
  26. package/dist/src/model/StepExtra.d.ts +3 -0
  27. package/dist/src/model/StepsBuilder.d.ts +16 -0
  28. package/dist/src/model/TransitMode.d.ts +5 -0
  29. package/{src/model/TravelMode.ts → dist/src/model/TravelMode.d.ts} +1 -2
  30. package/dist/src/model/generateSteps.d.ts +0 -0
  31. package/{src/remote/RemoteRouter.ts → dist/src/remote/RemoteRouter.d.ts} +2 -7
  32. package/dist/src/remote/RemoteRouterManager.d.ts +731 -0
  33. package/dist/src/remote/RemoteRouterUtils.d.ts +6 -0
  34. package/dist/src/remote/cityway/CitywayRemoteRouter.d.ts +109 -0
  35. package/dist/src/remote/deutsche-bahn/DeutscheBahnRemoteRouter.d.ts +31 -0
  36. package/dist/src/remote/geovelo/GeoveloRemoteRouter.d.ts +106 -0
  37. package/dist/src/remote/idfm/IdfmRemoteRouter.d.ts +123 -0
  38. package/dist/src/remote/navitia/NavitiaRemoteRouter.d.ts +34 -0
  39. package/dist/src/remote/navitia/types.d.ts +87 -0
  40. package/dist/src/remote/osrm/OsrmRemoteRouter.d.ts +70 -0
  41. package/dist/src/remote/otp/OtpRemoteRouter.d.ts +69 -0
  42. package/dist/src/remote/wemap-multi/WemapMultiRemoteRouter.d.ts +19 -0
  43. package/dist/src/types.d.ts +31 -0
  44. package/dist/src/wemap-multi/CustomGraphMap.d.ts +56 -0
  45. package/dist/src/wemap-multi/CustomGraphMapTester.d.ts +39 -0
  46. package/dist/src/wemap-multi/WemapMultiRouter.d.ts +14 -0
  47. package/dist/src/wemap-osm/OsmGraphUtils.d.ts +11 -0
  48. package/dist/tests/CommonTest.d.ts +8 -0
  49. package/package.json +11 -8
  50. package/assets/biocbon-bergere-rdc-network.osm +0 -163
  51. package/assets/bureaux-wemap-montpellier-network.osm +0 -174
  52. package/assets/components.osm +0 -146
  53. package/assets/elevator-models-4.osm +0 -89
  54. package/assets/elevator-models.osm +0 -354
  55. package/assets/exit-graph.osm +0 -25
  56. package/assets/gare-de-lest-network-pp-bounds.osm +0 -1613
  57. package/assets/gare-de-lyon-extract.osm +0 -174
  58. package/assets/geovelo-montpellier.json +0 -1144
  59. package/assets/horizontal-elevator.osm +0 -12
  60. package/assets/itinerary-deutsche-bahn-1.json +0 -368
  61. package/assets/itinerary-grenoble-otp-1.json +0 -1536
  62. package/assets/itinerary-grenoble-otp-2.json +0 -1092
  63. package/assets/itinerary-info-two-points-proj.osm +0 -39
  64. package/assets/itinerary-info-two-points.osm +0 -24
  65. package/assets/itinerary-lehavre-cityway-1.json +0 -6799
  66. package/assets/itinerary-lehavre-cityway-2.json +0 -2133
  67. package/assets/itinerary-lehavre-cityway-3.json +0 -12577
  68. package/assets/itinerary-lehavre-cityway-4.json +0 -1451
  69. package/assets/itinerary-lehavre-cityway-5.json +0 -5925
  70. package/assets/itinerary-lemans-navitia.json +0 -7768
  71. package/assets/itinerary-montpellier-osrm-3.json +0 -185
  72. package/assets/itinerary-montpellier-outdoor-without-steps.json +0 -110
  73. package/assets/itinerary-montpellier-outdoor.json +0 -513
  74. package/assets/itinerary-paris-idfm-2.json +0 -1838
  75. package/assets/itinerary-paris-idfm.json +0 -27727
  76. package/assets/itinerary-step-not-on-path-osrm.json +0 -457
  77. package/assets/itinerary-with-duplicate-nodes.json +0 -110
  78. package/assets/network-conveying-backward.osm +0 -74
  79. package/assets/network-elevator.osm +0 -48
  80. package/assets/network-escalators.osm +0 -50
  81. package/assets/network-simple.osm +0 -27
  82. package/assets/network-steps-same-level.osm +0 -283
  83. package/assets/network-with-modifiers.osm +0 -39
  84. package/assets/one-way.osm +0 -46
  85. package/assets/report-map-1.osm +0 -36
  86. package/assets/report-map-2.osm +0 -29
  87. package/assets/report-map-3.osm +0 -15
  88. package/assets/rr-wemap-multi-indoor-outdoor-indoor.json +0 -1352
  89. package/assets/rr-wemap-multi-indoor-outdoor.json +0 -145
  90. package/assets/rr-wemap-multi-multi-level.json +0 -262
  91. package/assets/rr-wemap-multi-outdoor-indoor.json +0 -145
  92. package/assets/rr-wemap-multi-outdoor-outdoor.json +0 -207
  93. package/assets/rr-wemap-multi-remote-indoor-indoor.json +0 -155
  94. package/assets/rr-wemap-multi-remote-indoor-outdoor-indoor.json +0 -668
  95. package/assets/rr-wemap-multi-remote-indoor-outdoor.json +0 -154
  96. package/assets/rr-wemap-multi-remote-outdoor-indoor.json +0 -179
  97. package/assets/rr-wemap-multi-remote-outdoor-outdoor.json +0 -109
  98. package/assets/stairs-and-exit.osm +0 -47
  99. package/helpers/InstructionManager.ts +0 -184
  100. package/helpers/InstructionManagerV1.ts +0 -95
  101. package/src/ItineraryInfoManager.spec.ts +0 -183
  102. package/src/ItineraryInfoManager.ts +0 -181
  103. package/src/RoutingError.ts +0 -60
  104. package/src/Utils.ts +0 -8
  105. package/src/graph/Edge.spec.ts +0 -32
  106. package/src/graph/Edge.ts +0 -64
  107. package/src/graph/Graph.spec.ts +0 -509
  108. package/src/graph/Graph.ts +0 -272
  109. package/src/graph/GraphProjection.ts +0 -15
  110. package/src/graph/GraphProjectionOptions.ts +0 -8
  111. package/src/graph/GraphRoute.spec.ts +0 -15
  112. package/src/graph/GraphRoute.ts +0 -43
  113. package/src/graph/GraphRouter.spec.ts +0 -317
  114. package/src/graph/GraphRouter.ts +0 -229
  115. package/src/graph/GraphRouterEngine.ts +0 -248
  116. package/src/graph/GraphRouterOptionsBuilder.ts +0 -98
  117. package/src/graph/NoRouteFoundError.ts +0 -39
  118. package/src/graph/Vertex.spec.ts +0 -42
  119. package/src/graph/Vertex.ts +0 -45
  120. package/src/model/Itinerary.spec.ts +0 -134
  121. package/src/model/Itinerary.ts +0 -370
  122. package/src/model/Leg.spec.ts +0 -107
  123. package/src/model/Leg.ts +0 -224
  124. package/src/model/LevelChange.spec.ts +0 -50
  125. package/src/model/LevelChange.ts +0 -14
  126. package/src/model/RouterRequest.ts +0 -33
  127. package/src/model/Step.spec.ts +0 -99
  128. package/src/model/Step.ts +0 -90
  129. package/src/model/StepExtra.ts +0 -1
  130. package/src/model/StepsBuilder.ts +0 -242
  131. package/src/model/TransitMode.spec.ts +0 -31
  132. package/src/model/TransitMode.ts +0 -28
  133. package/src/model/generateSteps.ts +0 -102
  134. package/src/remote/RemoteRouterManager.spec.ts +0 -178
  135. package/src/remote/RemoteRouterManager.ts +0 -72
  136. package/src/remote/RemoteRouterUtils.ts +0 -25
  137. package/src/remote/cityway/CitywayRemoteRouter.spec.ts +0 -122
  138. package/src/remote/cityway/CitywayRemoteRouter.ts +0 -435
  139. package/src/remote/deutsche-bahn/DeutscheBahnRemoteRouter.spec.ts +0 -52
  140. package/src/remote/deutsche-bahn/DeutscheBahnRemoteRouter.ts +0 -85
  141. package/src/remote/geovelo/GeoveloRemoteRouter.spec.ts +0 -54
  142. package/src/remote/geovelo/GeoveloRemoteRouter.ts +0 -293
  143. package/src/remote/idfm/IdfmRemoteRouter.spec.ts +0 -102
  144. package/src/remote/idfm/IdfmRemoteRouter.ts +0 -523
  145. package/src/remote/navitia/NavitiaRemoteRouter.spec.ts +0 -116
  146. package/src/remote/navitia/NavitiaRemoteRouter.ts +0 -445
  147. package/src/remote/navitia/types.ts +0 -73
  148. package/src/remote/osrm/OsrmRemoteRouter.spec.ts +0 -127
  149. package/src/remote/osrm/OsrmRemoteRouter.ts +0 -303
  150. package/src/remote/otp/OtpRemoteRouter.spec.ts +0 -103
  151. package/src/remote/otp/OtpRemoteRouter.ts +0 -223
  152. package/src/remote/wemap-multi/WemapMultiRemoteRouter.spec.ts +0 -103
  153. package/src/remote/wemap-multi/WemapMultiRemoteRouter.ts +0 -56
  154. package/src/types.ts +0 -32
  155. package/src/wemap-multi/CustomGraphMap.spec.ts +0 -40
  156. package/src/wemap-multi/CustomGraphMap.ts +0 -213
  157. package/src/wemap-multi/CustomGraphMapTester.spec.ts +0 -48
  158. package/src/wemap-multi/CustomGraphMapTester.ts +0 -90
  159. package/src/wemap-multi/WemapMultiRouter.spec.ts +0 -138
  160. package/src/wemap-multi/WemapMultiRouter.ts +0 -329
  161. package/src/wemap-osm/OsmGraphUtils.spec.ts +0 -165
  162. package/src/wemap-osm/OsmGraphUtils.ts +0 -173
  163. package/src/wemap-osm/OsmRouter.elevators.spec.ts +0 -106
  164. package/src/wemap-osm/OsmRouter.spec.ts +0 -292
  165. package/tests/CommonTest.ts +0 -78
  166. package/tsconfig.json +0 -3
  167. package/vite.config.ts +0 -4
@@ -1,1838 +0,0 @@
1
- {
2
- "feed_publishers": [
3
- {
4
- "id": "IDFM:idfm_netex",
5
- "name": "idfm_netex",
6
- "url": "",
7
- "license": "private"
8
- },
9
- {
10
- "id": "IDFM:transilien_netex",
11
- "name": "transilien_netex",
12
- "url": "",
13
- "license": "private"
14
- }
15
- ],
16
- "links": [
17
- {
18
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/journeys?from=2.3344575700000014;48.85623477&to=2.332181934197094;48.857809818519634&datetime=20240404T153349&datetime_represents=departure",
19
- "templated": false,
20
- "rel": "next",
21
- "type": "next"
22
- },
23
- {
24
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/journeys?from=2.3344575700000014;48.85623477&to=2.332181934197094;48.857809818519634&datetime=20240404T153834&datetime_represents=arrival",
25
- "templated": false,
26
- "rel": "prev",
27
- "type": "prev"
28
- },
29
- {
30
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/journeys?from=2.3344575700000014;48.85623477&to=2.332181934197094;48.857809818519634&datetime=20240404T000000&datetime_represents=departure",
31
- "templated": false,
32
- "rel": "first",
33
- "type": "first"
34
- },
35
- {
36
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/journeys?from=2.3344575700000014;48.85623477&to=2.332181934197094;48.857809818519634&datetime=20240404T235959&datetime_represents=arrival",
37
- "templated": false,
38
- "rel": "last",
39
- "type": "last"
40
- },
41
- {
42
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/commercial_modes/{commercial_mode.id}",
43
- "templated": true,
44
- "rel": "commercial_modes",
45
- "type": "commercial_mode"
46
- },
47
- {
48
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/stop_points/{stop_point.id}",
49
- "templated": true,
50
- "rel": "stop_points",
51
- "type": "stop_point"
52
- },
53
- {
54
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/stop_areas/{stop_area.id}",
55
- "templated": true,
56
- "rel": "stop_areas",
57
- "type": "stop_area"
58
- },
59
- {
60
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/physical_modes/{physical_mode.id}",
61
- "templated": true,
62
- "rel": "physical_modes",
63
- "type": "physical_mode"
64
- },
65
- {
66
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/networks/{network.id}",
67
- "templated": true,
68
- "rel": "networks",
69
- "type": "network"
70
- },
71
- {
72
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/routes/{route.id}",
73
- "templated": true,
74
- "rel": "routes",
75
- "type": "route"
76
- },
77
- {
78
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/vehicle_journeys/{vehicle_journey.id}",
79
- "templated": true,
80
- "rel": "vehicle_journeys",
81
- "type": "vehicle_journey"
82
- },
83
- {
84
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/addresses/{address.id}",
85
- "templated": true,
86
- "rel": "addresses",
87
- "type": "address"
88
- },
89
- {
90
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/lines/{line.id}",
91
- "templated": true,
92
- "rel": "lines",
93
- "type": "line"
94
- }
95
- ],
96
- "journeys": [
97
- {
98
- "duration": 287,
99
- "nb_transfers": 0,
100
- "departure_date_time": "20240404T153348",
101
- "arrival_date_time": "20240404T153835",
102
- "requested_date_time": "20240404T153334",
103
- "type": "best",
104
- "status": "",
105
- "tags": [
106
- "walking",
107
- "ecologic"
108
- ],
109
- "co2_emission": {
110
- "value": 22.4553936182,
111
- "unit": "gEC"
112
- },
113
- "air_pollutants": {
114
- "unit": "g",
115
- "values": {
116
- "nox": 0,
117
- "pm": 0
118
- }
119
- },
120
- "durations": {
121
- "total": 287,
122
- "walking": 167,
123
- "bike": 0,
124
- "car": 0,
125
- "ridesharing": 0,
126
- "taxi": 0
127
- },
128
- "distances": {
129
- "walking": 167,
130
- "bike": 0,
131
- "car": 0,
132
- "ridesharing": 0,
133
- "taxi": 0
134
- },
135
- "fare": {
136
- "found": true,
137
- "total": {
138
- "value": "215.0",
139
- "currency": "centime"
140
- },
141
- "links": [
142
- {
143
- "templated": false,
144
- "rel": "tickets",
145
- "internal": true,
146
- "type": "ticket",
147
- "id": "ticket_1_1"
148
- }
149
- ]
150
- },
151
- "calendars": [
152
- {
153
- "week_pattern": {
154
- "monday": true,
155
- "tuesday": true,
156
- "wednesday": true,
157
- "thursday": true,
158
- "friday": true,
159
- "saturday": false,
160
- "sunday": false
161
- },
162
- "active_periods": [
163
- {
164
- "begin": "20240404",
165
- "end": "20240503"
166
- }
167
- ]
168
- }
169
- ],
170
- "sections": [
171
- {
172
- "id": "y94AX4CUC4fLHYbQNsBLZK_1",
173
- "duration": 12,
174
- "co2_emission": {
175
- "value": 0,
176
- "unit": "gEC"
177
- },
178
- "departure_date_time": "20240404T153348",
179
- "arrival_date_time": "20240404T153400",
180
- "to": {
181
- "id": "stop_point:IDFM:9103",
182
- "name": "Jacob (Paris)",
183
- "quality": 0,
184
- "stop_point": {
185
- "id": "stop_point:IDFM:9103",
186
- "name": "Jacob",
187
- "codes": [
188
- {
189
- "type": "netex_monomodal_stopplace",
190
- "value": "monomodalStopPlace:43415"
191
- },
192
- {
193
- "type": "netex_zder_quay",
194
- "value": "8444"
195
- },
196
- {
197
- "type": "netex_zder_quay",
198
- "value": "9103"
199
- },
200
- {
201
- "type": "netex_zder_quay",
202
- "value": "monomodalStopPlace:43415"
203
- },
204
- {
205
- "type": "source",
206
- "value": "FR::Quay:9103:FR1"
207
- }
208
- ],
209
- "label": "Jacob (Paris)",
210
- "coord": {
211
- "lon": "2.334474035795175",
212
- "lat": "48.85612266444419"
213
- },
214
- "links": [],
215
- "administrative_regions": [
216
- {
217
- "id": "admin:fr:75056",
218
- "name": "Paris",
219
- "level": 8,
220
- "zip_code": "75000;75001;75002;75003;75004;75005;75006;75007;75008;75009;75010;75011;75012;75013;75014;75015;75016;75017;75018;75019;75020;75116",
221
- "label": "Paris (75000-75116)",
222
- "insee": "75056",
223
- "coord": {
224
- "lon": "2.3483915",
225
- "lat": "48.8534951"
226
- }
227
- },
228
- {
229
- "id": "admin:fr:75106",
230
- "name": "Paris 6e Arrondissement",
231
- "level": 9,
232
- "zip_code": "75006",
233
- "label": "Paris 6e Arrondissement (75006)",
234
- "insee": "75106",
235
- "coord": {
236
- "lon": "2.3329507",
237
- "lat": "48.8504333"
238
- }
239
- },
240
- {
241
- "id": "admin:osm:relation:2188547",
242
- "name": "Quartier de Saint-Germain-des-Prés",
243
- "level": 10,
244
- "zip_code": "75006",
245
- "label": "Quartier de Saint-Germain-des-Prés (75006)",
246
- "insee": "",
247
- "coord": {
248
- "lon": "2.333654299424858",
249
- "lat": "48.85528616463187"
250
- }
251
- }
252
- ],
253
- "stop_area": {
254
- "id": "stop_area:IDFM:71225",
255
- "name": "Jacob",
256
- "codes": [
257
- {
258
- "type": "source",
259
- "value": "FR::multimodalStopPlace:71225:FR1"
260
- }
261
- ],
262
- "timezone": "Europe/Paris",
263
- "label": "Jacob (Paris)",
264
- "coord": {
265
- "lon": "2.332786667230397",
266
- "lat": "48.85591541000032"
267
- },
268
- "links": []
269
- },
270
- "equipments": [
271
- "has_wheelchair_boarding"
272
- ],
273
- "address": {
274
- "id": "2.3344740357951754;48.856122664444186",
275
- "name": "Rue Bonaparte",
276
- "house_number": 17,
277
- "coord": {
278
- "lon": "2.334474035795175",
279
- "lat": "48.85612266444419"
280
- },
281
- "label": "17 Rue Bonaparte (Paris)"
282
- },
283
- "fare_zone": {
284
- "name": "1"
285
- }
286
- },
287
- "embedded_type": "stop_point"
288
- },
289
- "from": {
290
- "id": "2.334505;48.856222",
291
- "name": "15 Rue Bonaparte (Paris)",
292
- "quality": 0,
293
- "embedded_type": "address",
294
- "address": {
295
- "id": "2.334505;48.856222",
296
- "coord": {
297
- "lat": "48.856222",
298
- "lon": "2.334505"
299
- },
300
- "house_number": 15,
301
- "label": "15 Rue Bonaparte (Paris)",
302
- "name": "15 Rue Bonaparte",
303
- "administrative_regions": [
304
- {
305
- "id": "admin:osm:relation:2188547",
306
- "insee": "",
307
- "name": "Quartier de Saint-Germain-des-Prés",
308
- "label": "Quartier de Saint-Germain-des-Prés (75006)",
309
- "level": 10,
310
- "coord": {
311
- "lon": "2.333654299424858",
312
- "lat": "48.85528616463187"
313
- },
314
- "zip_code": "75006"
315
- },
316
- {
317
- "id": "admin:fr:75056",
318
- "insee": "75056",
319
- "name": "Paris",
320
- "label": "Paris (75000-75116)",
321
- "level": 8,
322
- "coord": {
323
- "lon": "2.3483915",
324
- "lat": "48.8534951"
325
- },
326
- "zip_code": "75000-75116"
327
- },
328
- {
329
- "id": "admin:osm:relation:71525",
330
- "insee": "75",
331
- "name": "Paris",
332
- "label": "Paris",
333
- "level": 6,
334
- "coord": {
335
- "lon": "2.3483915",
336
- "lat": "48.8534951"
337
- },
338
- "zip_code": null
339
- },
340
- {
341
- "id": "admin:osm:relation:8649",
342
- "insee": "11",
343
- "name": "Île-de-France",
344
- "label": "Île-de-France",
345
- "level": 4,
346
- "coord": {
347
- "lon": "2.3483915",
348
- "lat": "48.8534951"
349
- },
350
- "zip_code": null
351
- },
352
- {
353
- "id": "admin:osm:relation:2202162",
354
- "insee": "",
355
- "name": "France",
356
- "label": "France",
357
- "level": 2,
358
- "coord": {
359
- "lon": "2.3483915",
360
- "lat": "48.8534951"
361
- },
362
- "zip_code": null
363
- },
364
- {
365
- "id": "admin:osm:relation:9527",
366
- "insee": "75106",
367
- "name": "Paris 6e Arrondissement",
368
- "label": "Paris 6e Arrondissement (75006)",
369
- "level": 9,
370
- "coord": {
371
- "lon": "2.3329507",
372
- "lat": "48.8504333"
373
- },
374
- "zip_code": "75006"
375
- }
376
- ]
377
- }
378
- },
379
- "geojson": {
380
- "type": "LineString",
381
- "coordinates": [
382
- [
383
- 2.334505,
384
- 48.856222
385
- ],
386
- [
387
- 2.334488,
388
- 48.856227
389
- ],
390
- [
391
- 2.334425,
392
- 48.856134
393
- ],
394
- [
395
- 2.3344740358,
396
- 48.8561226644
397
- ]
398
- ],
399
- "properties": [
400
- {
401
- "length": 11
402
- }
403
- ]
404
- },
405
- "mode": "walking",
406
- "type": "street_network",
407
- "links": [],
408
- "path": [
409
- {
410
- "length": 11,
411
- "name": "",
412
- "duration": 12,
413
- "direction": 0,
414
- "instruction": "Marchez vers le sud-est sur l'allée. Continuez sur 11 m.",
415
- "instruction_start_coordinate": {
416
- "lon": "2.334488",
417
- "lat": "48.856227"
418
- }
419
- },
420
- {
421
- "length": 0,
422
- "name": "",
423
- "duration": 0,
424
- "direction": 0,
425
- "instruction": "Vous êtes arrivé à votre destination.",
426
- "instruction_start_coordinate": {
427
- "lon": "2.334425",
428
- "lat": "48.856134"
429
- }
430
- }
431
- ],
432
- "street_informations": [
433
- {
434
- "geojson_offset": 0,
435
- "cycle_path_type": "no_cycle_lane",
436
- "length": 11.28
437
- }
438
- ]
439
- },
440
- {
441
- "id": "section_0_0_1",
442
- "duration": 120,
443
- "co2_emission": {
444
- "value": 22.4553936182,
445
- "unit": "gEC"
446
- },
447
- "departure_date_time": "20240404T153400",
448
- "arrival_date_time": "20240404T153600",
449
- "base_departure_date_time": "20240404T153400",
450
- "base_arrival_date_time": "20240404T153600",
451
- "data_freshness": "base_schedule",
452
- "to": {
453
- "id": "stop_point:IDFM:26186",
454
- "name": "Pont du Carrousel - Quai Voltaire (Paris)",
455
- "quality": 0,
456
- "stop_point": {
457
- "id": "stop_point:IDFM:26186",
458
- "name": "Pont du Carrousel - Quai Voltaire",
459
- "codes": [
460
- {
461
- "type": "netex_monomodal_stopplace",
462
- "value": "monomodalStopPlace:44484"
463
- },
464
- {
465
- "type": "netex_zder_quay",
466
- "value": "22637"
467
- },
468
- {
469
- "type": "netex_zder_quay",
470
- "value": "26186"
471
- },
472
- {
473
- "type": "netex_zder_quay",
474
- "value": "34167"
475
- },
476
- {
477
- "type": "netex_zder_quay",
478
- "value": "monomodalStopPlace:44484"
479
- },
480
- {
481
- "type": "source",
482
- "value": "FR::Quay:26186:FR1"
483
- }
484
- ],
485
- "label": "Pont du Carrousel - Quai Voltaire (Paris)",
486
- "coord": {
487
- "lon": "2.333710740989369",
488
- "lat": "48.85825887554297"
489
- },
490
- "links": [],
491
- "administrative_regions": [
492
- {
493
- "id": "admin:fr:75056",
494
- "name": "Paris",
495
- "level": 8,
496
- "zip_code": "75000;75001;75002;75003;75004;75005;75006;75007;75008;75009;75010;75011;75012;75013;75014;75015;75016;75017;75018;75019;75020;75116",
497
- "label": "Paris (75000-75116)",
498
- "insee": "75056",
499
- "coord": {
500
- "lon": "2.3483915",
501
- "lat": "48.8534951"
502
- }
503
- },
504
- {
505
- "id": "admin:fr:75106",
506
- "name": "Paris 6e Arrondissement",
507
- "level": 9,
508
- "zip_code": "75006",
509
- "label": "Paris 6e Arrondissement (75006)",
510
- "insee": "75106",
511
- "coord": {
512
- "lon": "2.3329507",
513
- "lat": "48.8504333"
514
- }
515
- },
516
- {
517
- "id": "admin:osm:relation:2188547",
518
- "name": "Quartier de Saint-Germain-des-Prés",
519
- "level": 10,
520
- "zip_code": "75006",
521
- "label": "Quartier de Saint-Germain-des-Prés (75006)",
522
- "insee": "",
523
- "coord": {
524
- "lon": "2.333654299424858",
525
- "lat": "48.85528616463187"
526
- }
527
- }
528
- ],
529
- "stop_area": {
530
- "id": "stop_area:IDFM:71247",
531
- "name": "Pont du Carrousel - Quai Voltaire",
532
- "codes": [
533
- {
534
- "type": "source",
535
- "value": "FR::multimodalStopPlace:71247:FR1"
536
- }
537
- ],
538
- "timezone": "Europe/Paris",
539
- "label": "Pont du Carrousel - Quai Voltaire (Paris)",
540
- "coord": {
541
- "lon": "2.332728718698982",
542
- "lat": "48.85831186154497"
543
- },
544
- "links": []
545
- },
546
- "equipments": [
547
- "has_wheelchair_boarding"
548
- ],
549
- "address": {
550
- "id": "2.333710740989369;48.858258875542965",
551
- "name": "Quai Malaquais",
552
- "house_number": 19,
553
- "coord": {
554
- "lon": "2.333710740989369",
555
- "lat": "48.85825887554297"
556
- },
557
- "label": "19 Quai Malaquais (Paris)"
558
- },
559
- "fare_zone": {
560
- "name": "1"
561
- }
562
- },
563
- "embedded_type": "stop_point"
564
- },
565
- "from": {
566
- "id": "stop_point:IDFM:9103",
567
- "name": "Jacob (Paris)",
568
- "quality": 0,
569
- "stop_point": {
570
- "id": "stop_point:IDFM:9103",
571
- "name": "Jacob",
572
- "codes": [
573
- {
574
- "type": "netex_monomodal_stopplace",
575
- "value": "monomodalStopPlace:43415"
576
- },
577
- {
578
- "type": "netex_zder_quay",
579
- "value": "8444"
580
- },
581
- {
582
- "type": "netex_zder_quay",
583
- "value": "9103"
584
- },
585
- {
586
- "type": "netex_zder_quay",
587
- "value": "monomodalStopPlace:43415"
588
- },
589
- {
590
- "type": "source",
591
- "value": "FR::Quay:9103:FR1"
592
- }
593
- ],
594
- "label": "Jacob (Paris)",
595
- "coord": {
596
- "lon": "2.334474035795175",
597
- "lat": "48.85612266444419"
598
- },
599
- "links": [],
600
- "administrative_regions": [
601
- {
602
- "id": "admin:fr:75056",
603
- "name": "Paris",
604
- "level": 8,
605
- "zip_code": "75000;75001;75002;75003;75004;75005;75006;75007;75008;75009;75010;75011;75012;75013;75014;75015;75016;75017;75018;75019;75020;75116",
606
- "label": "Paris (75000-75116)",
607
- "insee": "75056",
608
- "coord": {
609
- "lon": "2.3483915",
610
- "lat": "48.8534951"
611
- }
612
- },
613
- {
614
- "id": "admin:fr:75106",
615
- "name": "Paris 6e Arrondissement",
616
- "level": 9,
617
- "zip_code": "75006",
618
- "label": "Paris 6e Arrondissement (75006)",
619
- "insee": "75106",
620
- "coord": {
621
- "lon": "2.3329507",
622
- "lat": "48.8504333"
623
- }
624
- },
625
- {
626
- "id": "admin:osm:relation:2188547",
627
- "name": "Quartier de Saint-Germain-des-Prés",
628
- "level": 10,
629
- "zip_code": "75006",
630
- "label": "Quartier de Saint-Germain-des-Prés (75006)",
631
- "insee": "",
632
- "coord": {
633
- "lon": "2.333654299424858",
634
- "lat": "48.85528616463187"
635
- }
636
- }
637
- ],
638
- "stop_area": {
639
- "id": "stop_area:IDFM:71225",
640
- "name": "Jacob",
641
- "codes": [
642
- {
643
- "type": "source",
644
- "value": "FR::multimodalStopPlace:71225:FR1"
645
- }
646
- ],
647
- "timezone": "Europe/Paris",
648
- "label": "Jacob (Paris)",
649
- "coord": {
650
- "lon": "2.332786667230397",
651
- "lat": "48.85591541000032"
652
- },
653
- "links": []
654
- },
655
- "equipments": [
656
- "has_wheelchair_boarding"
657
- ],
658
- "address": {
659
- "id": "2.3344740357951754;48.856122664444186",
660
- "name": "Rue Bonaparte",
661
- "house_number": 17,
662
- "coord": {
663
- "lon": "2.334474035795175",
664
- "lat": "48.85612266444419"
665
- },
666
- "label": "17 Rue Bonaparte (Paris)"
667
- },
668
- "fare_zone": {
669
- "name": "1"
670
- }
671
- },
672
- "embedded_type": "stop_point"
673
- },
674
- "additional_informations": [
675
- "regular"
676
- ],
677
- "geojson": {
678
- "type": "LineString",
679
- "coordinates": [
680
- [
681
- 2.3344740358,
682
- 48.8561226644
683
- ],
684
- [
685
- 2.333710741,
686
- 48.8582588755
687
- ]
688
- ],
689
- "properties": [
690
- {
691
- "length": 244
692
- }
693
- ]
694
- },
695
- "type": "public_transport",
696
- "display_informations": {
697
- "commercial_mode": "Bus",
698
- "network": "RATP",
699
- "direction": "Porte de Montmartre (Paris)",
700
- "label": "95",
701
- "color": "640082",
702
- "code": "95",
703
- "name": "95",
704
- "links": [
705
- {
706
- "templated": false,
707
- "rel": "terminus",
708
- "internal": true,
709
- "type": "stop_area",
710
- "id": "stop_area:IDFM:462742"
711
- }
712
- ],
713
- "text_color": "FFFFFF",
714
- "description": "",
715
- "physical_mode": "Bus",
716
- "equipments": [
717
- "has_wheelchair_accessibility"
718
- ],
719
- "headsign": "Porte de Montmartre",
720
- "trip_short_name": "Porte de Montmartre"
721
- },
722
- "links": [
723
- {
724
- "type": "vehicle_journey",
725
- "id": "vehicle_journey:IDFM:RATP:136067-C01126-COU_RATP_5098029_3090462_52"
726
- },
727
- {
728
- "type": "line",
729
- "id": "line:IDFM:C01126"
730
- },
731
- {
732
- "type": "route",
733
- "id": "route:IDFM:RATP:131752-C01126-ITI_IDFM_C01126_A_-1266043906"
734
- },
735
- {
736
- "type": "commercial_mode",
737
- "id": "commercial_mode:Bus"
738
- },
739
- {
740
- "type": "physical_mode",
741
- "id": "physical_mode:Bus"
742
- },
743
- {
744
- "type": "network",
745
- "id": "network:IDFM:Operator_100"
746
- },
747
- {
748
- "templated": false,
749
- "rel": "tickets",
750
- "internal": true,
751
- "type": "ticket",
752
- "id": "ticket_1_1"
753
- }
754
- ],
755
- "stop_date_times": [
756
- {
757
- "departure_date_time": "20240404T153400",
758
- "base_departure_date_time": "20240404T153400",
759
- "arrival_date_time": "20240404T153400",
760
- "base_arrival_date_time": "20240404T153400",
761
- "stop_point": {
762
- "id": "stop_point:IDFM:9103",
763
- "name": "Jacob",
764
- "codes": [
765
- {
766
- "type": "netex_monomodal_stopplace",
767
- "value": "monomodalStopPlace:43415"
768
- },
769
- {
770
- "type": "netex_zder_quay",
771
- "value": "8444"
772
- },
773
- {
774
- "type": "netex_zder_quay",
775
- "value": "9103"
776
- },
777
- {
778
- "type": "netex_zder_quay",
779
- "value": "monomodalStopPlace:43415"
780
- },
781
- {
782
- "type": "source",
783
- "value": "FR::Quay:9103:FR1"
784
- }
785
- ],
786
- "label": "Jacob (Paris)",
787
- "coord": {
788
- "lon": "2.334474035795175",
789
- "lat": "48.85612266444419"
790
- },
791
- "links": [],
792
- "equipments": [
793
- "has_wheelchair_boarding"
794
- ],
795
- "address": {
796
- "id": "2.3344740357951754;48.856122664444186",
797
- "name": "Rue Bonaparte",
798
- "house_number": 17,
799
- "coord": {
800
- "lon": "2.334474035795175",
801
- "lat": "48.85612266444419"
802
- },
803
- "label": "17 Rue Bonaparte (Paris)"
804
- },
805
- "fare_zone": {
806
- "name": "1"
807
- }
808
- },
809
- "additional_informations": [],
810
- "links": []
811
- },
812
- {
813
- "departure_date_time": "20240404T153600",
814
- "base_departure_date_time": "20240404T153600",
815
- "arrival_date_time": "20240404T153600",
816
- "base_arrival_date_time": "20240404T153600",
817
- "stop_point": {
818
- "id": "stop_point:IDFM:26186",
819
- "name": "Pont du Carrousel - Quai Voltaire",
820
- "codes": [
821
- {
822
- "type": "netex_monomodal_stopplace",
823
- "value": "monomodalStopPlace:44484"
824
- },
825
- {
826
- "type": "netex_zder_quay",
827
- "value": "22637"
828
- },
829
- {
830
- "type": "netex_zder_quay",
831
- "value": "26186"
832
- },
833
- {
834
- "type": "netex_zder_quay",
835
- "value": "34167"
836
- },
837
- {
838
- "type": "netex_zder_quay",
839
- "value": "monomodalStopPlace:44484"
840
- },
841
- {
842
- "type": "source",
843
- "value": "FR::Quay:26186:FR1"
844
- }
845
- ],
846
- "label": "Pont du Carrousel - Quai Voltaire (Paris)",
847
- "coord": {
848
- "lon": "2.333710740989369",
849
- "lat": "48.85825887554297"
850
- },
851
- "links": [],
852
- "equipments": [
853
- "has_wheelchair_boarding"
854
- ],
855
- "address": {
856
- "id": "2.333710740989369;48.858258875542965",
857
- "name": "Quai Malaquais",
858
- "house_number": 19,
859
- "coord": {
860
- "lon": "2.333710740989369",
861
- "lat": "48.85825887554297"
862
- },
863
- "label": "19 Quai Malaquais (Paris)"
864
- },
865
- "fare_zone": {
866
- "name": "1"
867
- }
868
- },
869
- "additional_informations": [],
870
- "links": []
871
- }
872
- ]
873
- },
874
- {
875
- "id": "AGJJUuxiuiWtuTTpSc8dEA_1",
876
- "duration": 155,
877
- "co2_emission": {
878
- "value": 0,
879
- "unit": "gEC"
880
- },
881
- "departure_date_time": "20240404T153600",
882
- "arrival_date_time": "20240404T153835",
883
- "to": {
884
- "id": "2.332184;48.85784",
885
- "name": "4 Rue de Lille (Paris)",
886
- "quality": 0,
887
- "embedded_type": "address",
888
- "address": {
889
- "id": "2.332184;48.85784",
890
- "coord": {
891
- "lat": "48.85784",
892
- "lon": "2.332184"
893
- },
894
- "house_number": 4,
895
- "label": "4 Rue de Lille (Paris)",
896
- "name": "4 Rue de Lille",
897
- "administrative_regions": [
898
- {
899
- "id": "admin:osm:relation:2188567",
900
- "insee": "",
901
- "name": "Quartier Saint-Thomas-d'Aquin",
902
- "label": "Quartier Saint-Thomas-d'Aquin (75007)",
903
- "level": 10,
904
- "coord": {
905
- "lon": "2.32558709527884",
906
- "lat": "48.85526523413696"
907
- },
908
- "zip_code": "75007"
909
- },
910
- {
911
- "id": "admin:fr:75056",
912
- "insee": "75056",
913
- "name": "Paris",
914
- "label": "Paris (75000-75116)",
915
- "level": 8,
916
- "coord": {
917
- "lon": "2.3483915",
918
- "lat": "48.8534951"
919
- },
920
- "zip_code": "75000-75116"
921
- },
922
- {
923
- "id": "admin:osm:relation:71525",
924
- "insee": "75",
925
- "name": "Paris",
926
- "label": "Paris",
927
- "level": 6,
928
- "coord": {
929
- "lon": "2.3483915",
930
- "lat": "48.8534951"
931
- },
932
- "zip_code": null
933
- },
934
- {
935
- "id": "admin:osm:relation:8649",
936
- "insee": "11",
937
- "name": "Île-de-France",
938
- "label": "Île-de-France",
939
- "level": 4,
940
- "coord": {
941
- "lon": "2.3483915",
942
- "lat": "48.8534951"
943
- },
944
- "zip_code": null
945
- },
946
- {
947
- "id": "admin:osm:relation:2202162",
948
- "insee": "",
949
- "name": "France",
950
- "label": "France",
951
- "level": 2,
952
- "coord": {
953
- "lon": "2.3483915",
954
- "lat": "48.8534951"
955
- },
956
- "zip_code": null
957
- },
958
- {
959
- "id": "admin:osm:relation:9521",
960
- "insee": "75107",
961
- "name": "Paris 7e Arrondissement",
962
- "label": "Paris 7e Arrondissement (75007)",
963
- "level": 9,
964
- "coord": {
965
- "lon": "2.3201953",
966
- "lat": "48.8570281"
967
- },
968
- "zip_code": "75007"
969
- }
970
- ]
971
- }
972
- },
973
- "from": {
974
- "id": "stop_point:IDFM:26186",
975
- "name": "Pont du Carrousel - Quai Voltaire (Paris)",
976
- "quality": 0,
977
- "stop_point": {
978
- "id": "stop_point:IDFM:26186",
979
- "name": "Pont du Carrousel - Quai Voltaire",
980
- "codes": [
981
- {
982
- "type": "netex_monomodal_stopplace",
983
- "value": "monomodalStopPlace:44484"
984
- },
985
- {
986
- "type": "netex_zder_quay",
987
- "value": "22637"
988
- },
989
- {
990
- "type": "netex_zder_quay",
991
- "value": "26186"
992
- },
993
- {
994
- "type": "netex_zder_quay",
995
- "value": "34167"
996
- },
997
- {
998
- "type": "netex_zder_quay",
999
- "value": "monomodalStopPlace:44484"
1000
- },
1001
- {
1002
- "type": "source",
1003
- "value": "FR::Quay:26186:FR1"
1004
- }
1005
- ],
1006
- "label": "Pont du Carrousel - Quai Voltaire (Paris)",
1007
- "coord": {
1008
- "lon": "2.333710740989369",
1009
- "lat": "48.85825887554297"
1010
- },
1011
- "links": [],
1012
- "administrative_regions": [
1013
- {
1014
- "id": "admin:fr:75056",
1015
- "name": "Paris",
1016
- "level": 8,
1017
- "zip_code": "75000;75001;75002;75003;75004;75005;75006;75007;75008;75009;75010;75011;75012;75013;75014;75015;75016;75017;75018;75019;75020;75116",
1018
- "label": "Paris (75000-75116)",
1019
- "insee": "75056",
1020
- "coord": {
1021
- "lon": "2.3483915",
1022
- "lat": "48.8534951"
1023
- }
1024
- },
1025
- {
1026
- "id": "admin:fr:75106",
1027
- "name": "Paris 6e Arrondissement",
1028
- "level": 9,
1029
- "zip_code": "75006",
1030
- "label": "Paris 6e Arrondissement (75006)",
1031
- "insee": "75106",
1032
- "coord": {
1033
- "lon": "2.3329507",
1034
- "lat": "48.8504333"
1035
- }
1036
- },
1037
- {
1038
- "id": "admin:osm:relation:2188547",
1039
- "name": "Quartier de Saint-Germain-des-Prés",
1040
- "level": 10,
1041
- "zip_code": "75006",
1042
- "label": "Quartier de Saint-Germain-des-Prés (75006)",
1043
- "insee": "",
1044
- "coord": {
1045
- "lon": "2.333654299424858",
1046
- "lat": "48.85528616463187"
1047
- }
1048
- }
1049
- ],
1050
- "stop_area": {
1051
- "id": "stop_area:IDFM:71247",
1052
- "name": "Pont du Carrousel - Quai Voltaire",
1053
- "codes": [
1054
- {
1055
- "type": "source",
1056
- "value": "FR::multimodalStopPlace:71247:FR1"
1057
- }
1058
- ],
1059
- "timezone": "Europe/Paris",
1060
- "label": "Pont du Carrousel - Quai Voltaire (Paris)",
1061
- "coord": {
1062
- "lon": "2.332728718698982",
1063
- "lat": "48.85831186154497"
1064
- },
1065
- "links": []
1066
- },
1067
- "equipments": [
1068
- "has_wheelchair_boarding"
1069
- ],
1070
- "address": {
1071
- "id": "2.333710740989369;48.858258875542965",
1072
- "name": "Quai Malaquais",
1073
- "house_number": 19,
1074
- "coord": {
1075
- "lon": "2.333710740989369",
1076
- "lat": "48.85825887554297"
1077
- },
1078
- "label": "19 Quai Malaquais (Paris)"
1079
- },
1080
- "fare_zone": {
1081
- "name": "1"
1082
- }
1083
- },
1084
- "embedded_type": "stop_point"
1085
- },
1086
- "geojson": {
1087
- "type": "LineString",
1088
- "coordinates": [
1089
- [
1090
- 2.333710741,
1091
- 48.8582588755
1092
- ],
1093
- [
1094
- 2.33366,
1095
- 48.858171
1096
- ],
1097
- [
1098
- 2.333405,
1099
- 48.858232
1100
- ],
1101
- [
1102
- 2.333266,
1103
- 48.858266
1104
- ],
1105
- [
1106
- 2.333221,
1107
- 48.858211
1108
- ],
1109
- [
1110
- 2.333175,
1111
- 48.858154
1112
- ],
1113
- [
1114
- 2.333138,
1115
- 48.858172
1116
- ],
1117
- [
1118
- 2.333129,
1119
- 48.858175
1120
- ],
1121
- [
1122
- 2.332749,
1123
- 48.857703
1124
- ],
1125
- [
1126
- 2.332735,
1127
- 48.857686
1128
- ],
1129
- [
1130
- 2.332692,
1131
- 48.857672
1132
- ],
1133
- [
1134
- 2.332663,
1135
- 48.857689
1136
- ],
1137
- [
1138
- 2.332174,
1139
- 48.857832
1140
- ],
1141
- [
1142
- 2.332184,
1143
- 48.85784
1144
- ]
1145
- ],
1146
- "properties": [
1147
- {
1148
- "length": 156
1149
- }
1150
- ]
1151
- },
1152
- "mode": "walking",
1153
- "type": "street_network",
1154
- "links": [],
1155
- "path": [
1156
- {
1157
- "length": 31,
1158
- "name": "Quai Malaquais",
1159
- "duration": 26,
1160
- "direction": 0,
1161
- "instruction": "Marchez vers l'ouest sur Quai Malaquais. Continuez sur 30 m.",
1162
- "instruction_start_coordinate": {
1163
- "lon": "2.33366",
1164
- "lat": "48.858171"
1165
- }
1166
- },
1167
- {
1168
- "length": 14,
1169
- "name": "Rue des Saints-Pères",
1170
- "duration": 13,
1171
- "direction": -82,
1172
- "instruction": "Tournez à gauche dans Rue des Saints-Pères. Continuez sur 14 m.",
1173
- "instruction_start_coordinate": {
1174
- "lon": "2.333266",
1175
- "lat": "48.858266"
1176
- }
1177
- },
1178
- {
1179
- "length": 4,
1180
- "name": "",
1181
- "duration": 4,
1182
- "direction": 98,
1183
- "instruction": "Tournez à droite dans l'allée. Continuez sur 4 m.",
1184
- "instruction_start_coordinate": {
1185
- "lon": "2.333175",
1186
- "lat": "48.858154"
1187
- }
1188
- },
1189
- {
1190
- "length": 65,
1191
- "name": "",
1192
- "duration": 75,
1193
- "direction": -89,
1194
- "instruction": "Tournez à gauche dans l'allée. Continuez sur 65 m.",
1195
- "instruction_start_coordinate": {
1196
- "lon": "2.333129",
1197
- "lat": "48.858175"
1198
- }
1199
- },
1200
- {
1201
- "length": 42,
1202
- "name": "",
1203
- "duration": 38,
1204
- "direction": 67,
1205
- "instruction": "Tournez à droite dans l'allée. Continuez sur 42 m.",
1206
- "instruction_start_coordinate": {
1207
- "lon": "2.332692",
1208
- "lat": "48.857672"
1209
- }
1210
- },
1211
- {
1212
- "length": 0,
1213
- "name": "",
1214
- "duration": 0,
1215
- "direction": 0,
1216
- "instruction": "Vous êtes arrivé à votre destination.",
1217
- "instruction_start_coordinate": {
1218
- "lon": "2.332174",
1219
- "lat": "48.85783199999999"
1220
- }
1221
- }
1222
- ],
1223
- "street_informations": [
1224
- {
1225
- "geojson_offset": 0,
1226
- "cycle_path_type": "shared_cycle_way",
1227
- "length": 30.88
1228
- },
1229
- {
1230
- "geojson_offset": 2,
1231
- "cycle_path_type": "no_cycle_lane",
1232
- "length": 14
1233
- },
1234
- {
1235
- "geojson_offset": 4,
1236
- "cycle_path_type": "no_cycle_lane",
1237
- "length": 4
1238
- },
1239
- {
1240
- "geojson_offset": 6,
1241
- "cycle_path_type": "no_cycle_lane",
1242
- "length": 65
1243
- },
1244
- {
1245
- "geojson_offset": 9,
1246
- "cycle_path_type": "no_cycle_lane",
1247
- "length": 42.32
1248
- }
1249
- ]
1250
- }
1251
- ],
1252
- "links": [
1253
- {
1254
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/journeys?from=2.3344575700000014%3B48.85623477&to=2.332181934197094%3B48.857809818519634&first_section_mode%5B%5D=walking&last_section_mode%5B%5D=walking&min_nb_transfers=0&direct_path=none&min_nb_journeys=5&is_journey_schedules=True&allowed_id%5B%5D=stop_point%3AIDFM%3A26186&allowed_id%5B%5D=stop_point%3AIDFM%3A9103&datetime=20240404T153348",
1255
- "templated": false,
1256
- "rel": "same_journey_schedules",
1257
- "type": "journeys"
1258
- },
1259
- {
1260
- "href": "http://api-idfm.navitia.io/v1/coverage/idfm/journeys?from=2.3344575700000014%3B48.85623477&to=2.332181934197094%3B48.857809818519634&first_section_mode%5B%5D=walking&last_section_mode%5B%5D=walking&min_nb_transfers=0&direct_path=none&min_nb_journeys=1&is_journey_schedules=True&allowed_id%5B%5D=stop_point%3AIDFM%3A26186&allowed_id%5B%5D=stop_point%3AIDFM%3A9103&datetime=20240404T153348&count=1",
1261
- "templated": false,
1262
- "rel": "this_journey",
1263
- "type": "journeys"
1264
- }
1265
- ]
1266
- },
1267
- {
1268
- "duration": 434,
1269
- "nb_transfers": 0,
1270
- "departure_date_time": "20240404T153334",
1271
- "arrival_date_time": "20240404T154048",
1272
- "requested_date_time": "20240404T153334",
1273
- "type": "non_pt_walk",
1274
- "status": "",
1275
- "tags": [
1276
- "walking",
1277
- "non_pt",
1278
- "non_pt_walking",
1279
- "ecologic"
1280
- ],
1281
- "co2_emission": {
1282
- "value": 0,
1283
- "unit": "gEC"
1284
- },
1285
- "air_pollutants": {
1286
- "unit": "g",
1287
- "values": {
1288
- "nox": 0,
1289
- "pm": 0
1290
- }
1291
- },
1292
- "durations": {
1293
- "total": 434,
1294
- "walking": 434,
1295
- "bike": 0,
1296
- "car": 0,
1297
- "ridesharing": 0,
1298
- "taxi": 0
1299
- },
1300
- "distances": {
1301
- "walking": 455,
1302
- "bike": 0,
1303
- "car": 0,
1304
- "ridesharing": 0,
1305
- "taxi": 0
1306
- },
1307
- "fare": {
1308
- "found": false,
1309
- "links": []
1310
- },
1311
- "sections": [
1312
- {
1313
- "id": "section_0_0",
1314
- "duration": 434,
1315
- "co2_emission": {
1316
- "value": 0,
1317
- "unit": "gEC"
1318
- },
1319
- "departure_date_time": "20240404T153334",
1320
- "arrival_date_time": "20240404T154048",
1321
- "to": {
1322
- "id": "2.332184;48.85784",
1323
- "name": "4 Rue de Lille (Paris)",
1324
- "quality": 0,
1325
- "embedded_type": "address",
1326
- "address": {
1327
- "id": "2.332184;48.85784",
1328
- "coord": {
1329
- "lat": "48.85784",
1330
- "lon": "2.332184"
1331
- },
1332
- "house_number": 4,
1333
- "label": "4 Rue de Lille (Paris)",
1334
- "name": "4 Rue de Lille",
1335
- "administrative_regions": [
1336
- {
1337
- "id": "admin:osm:relation:2188567",
1338
- "insee": "",
1339
- "name": "Quartier Saint-Thomas-d'Aquin",
1340
- "label": "Quartier Saint-Thomas-d'Aquin (75007)",
1341
- "level": 10,
1342
- "coord": {
1343
- "lon": "2.32558709527884",
1344
- "lat": "48.85526523413696"
1345
- },
1346
- "zip_code": "75007"
1347
- },
1348
- {
1349
- "id": "admin:fr:75056",
1350
- "insee": "75056",
1351
- "name": "Paris",
1352
- "label": "Paris (75000-75116)",
1353
- "level": 8,
1354
- "coord": {
1355
- "lon": "2.3483915",
1356
- "lat": "48.8534951"
1357
- },
1358
- "zip_code": "75000-75116"
1359
- },
1360
- {
1361
- "id": "admin:osm:relation:71525",
1362
- "insee": "75",
1363
- "name": "Paris",
1364
- "label": "Paris",
1365
- "level": 6,
1366
- "coord": {
1367
- "lon": "2.3483915",
1368
- "lat": "48.8534951"
1369
- },
1370
- "zip_code": null
1371
- },
1372
- {
1373
- "id": "admin:osm:relation:8649",
1374
- "insee": "11",
1375
- "name": "Île-de-France",
1376
- "label": "Île-de-France",
1377
- "level": 4,
1378
- "coord": {
1379
- "lon": "2.3483915",
1380
- "lat": "48.8534951"
1381
- },
1382
- "zip_code": null
1383
- },
1384
- {
1385
- "id": "admin:osm:relation:2202162",
1386
- "insee": "",
1387
- "name": "France",
1388
- "label": "France",
1389
- "level": 2,
1390
- "coord": {
1391
- "lon": "2.3483915",
1392
- "lat": "48.8534951"
1393
- },
1394
- "zip_code": null
1395
- },
1396
- {
1397
- "id": "admin:osm:relation:9521",
1398
- "insee": "75107",
1399
- "name": "Paris 7e Arrondissement",
1400
- "label": "Paris 7e Arrondissement (75007)",
1401
- "level": 9,
1402
- "coord": {
1403
- "lon": "2.3201953",
1404
- "lat": "48.8570281"
1405
- },
1406
- "zip_code": "75007"
1407
- }
1408
- ]
1409
- }
1410
- },
1411
- "from": {
1412
- "id": "2.334505;48.856222",
1413
- "name": "15 Rue Bonaparte (Paris)",
1414
- "quality": 0,
1415
- "embedded_type": "address",
1416
- "address": {
1417
- "id": "2.334505;48.856222",
1418
- "coord": {
1419
- "lat": "48.856222",
1420
- "lon": "2.334505"
1421
- },
1422
- "house_number": 15,
1423
- "label": "15 Rue Bonaparte (Paris)",
1424
- "name": "15 Rue Bonaparte",
1425
- "administrative_regions": [
1426
- {
1427
- "id": "admin:osm:relation:2188547",
1428
- "insee": "",
1429
- "name": "Quartier de Saint-Germain-des-Prés",
1430
- "label": "Quartier de Saint-Germain-des-Prés (75006)",
1431
- "level": 10,
1432
- "coord": {
1433
- "lon": "2.333654299424858",
1434
- "lat": "48.85528616463187"
1435
- },
1436
- "zip_code": "75006"
1437
- },
1438
- {
1439
- "id": "admin:fr:75056",
1440
- "insee": "75056",
1441
- "name": "Paris",
1442
- "label": "Paris (75000-75116)",
1443
- "level": 8,
1444
- "coord": {
1445
- "lon": "2.3483915",
1446
- "lat": "48.8534951"
1447
- },
1448
- "zip_code": "75000-75116"
1449
- },
1450
- {
1451
- "id": "admin:osm:relation:71525",
1452
- "insee": "75",
1453
- "name": "Paris",
1454
- "label": "Paris",
1455
- "level": 6,
1456
- "coord": {
1457
- "lon": "2.3483915",
1458
- "lat": "48.8534951"
1459
- },
1460
- "zip_code": null
1461
- },
1462
- {
1463
- "id": "admin:osm:relation:8649",
1464
- "insee": "11",
1465
- "name": "Île-de-France",
1466
- "label": "Île-de-France",
1467
- "level": 4,
1468
- "coord": {
1469
- "lon": "2.3483915",
1470
- "lat": "48.8534951"
1471
- },
1472
- "zip_code": null
1473
- },
1474
- {
1475
- "id": "admin:osm:relation:2202162",
1476
- "insee": "",
1477
- "name": "France",
1478
- "label": "France",
1479
- "level": 2,
1480
- "coord": {
1481
- "lon": "2.3483915",
1482
- "lat": "48.8534951"
1483
- },
1484
- "zip_code": null
1485
- },
1486
- {
1487
- "id": "admin:osm:relation:9527",
1488
- "insee": "75106",
1489
- "name": "Paris 6e Arrondissement",
1490
- "label": "Paris 6e Arrondissement (75006)",
1491
- "level": 9,
1492
- "coord": {
1493
- "lon": "2.3329507",
1494
- "lat": "48.8504333"
1495
- },
1496
- "zip_code": "75006"
1497
- }
1498
- ]
1499
- }
1500
- },
1501
- "geojson": {
1502
- "type": "LineString",
1503
- "coordinates": [
1504
- [
1505
- 2.334505,
1506
- 48.856222
1507
- ],
1508
- [
1509
- 2.334488,
1510
- 48.856227
1511
- ],
1512
- [
1513
- 2.334615,
1514
- 48.856415
1515
- ],
1516
- [
1517
- 2.334605,
1518
- 48.856418
1519
- ],
1520
- [
1521
- 2.334574,
1522
- 48.856426
1523
- ],
1524
- [
1525
- 2.33454,
1526
- 48.856436
1527
- ],
1528
- [
1529
- 2.334516,
1530
- 48.856444
1531
- ],
1532
- [
1533
- 2.334545,
1534
- 48.856488
1535
- ],
1536
- [
1537
- 2.334601,
1538
- 48.856574
1539
- ],
1540
- [
1541
- 2.334648,
1542
- 48.856611
1543
- ],
1544
- [
1545
- 2.334927,
1546
- 48.857026
1547
- ],
1548
- [
1549
- 2.334967,
1550
- 48.857095
1551
- ],
1552
- [
1553
- 2.335077,
1554
- 48.857299
1555
- ],
1556
- [
1557
- 2.335234,
1558
- 48.857583
1559
- ],
1560
- [
1561
- 2.335281,
1562
- 48.857677
1563
- ],
1564
- [
1565
- 2.333923,
1566
- 48.858004
1567
- ],
1568
- [
1569
- 2.333342,
1570
- 48.858147
1571
- ],
1572
- [
1573
- 2.333251,
1574
- 48.858165
1575
- ],
1576
- [
1577
- 2.333222,
1578
- 48.858131
1579
- ],
1580
- [
1581
- 2.332855,
1582
- 48.857679
1583
- ],
1584
- [
1585
- 2.332841,
1586
- 48.857682
1587
- ],
1588
- [
1589
- 2.332807,
1590
- 48.85769
1591
- ],
1592
- [
1593
- 2.33276,
1594
- 48.857701
1595
- ],
1596
- [
1597
- 2.332749,
1598
- 48.857703
1599
- ],
1600
- [
1601
- 2.332735,
1602
- 48.857686
1603
- ],
1604
- [
1605
- 2.332692,
1606
- 48.857672
1607
- ],
1608
- [
1609
- 2.332663,
1610
- 48.857689
1611
- ],
1612
- [
1613
- 2.332174,
1614
- 48.857832
1615
- ],
1616
- [
1617
- 2.332184,
1618
- 48.85784
1619
- ]
1620
- ],
1621
- "properties": [
1622
- {
1623
- "length": 455
1624
- }
1625
- ]
1626
- },
1627
- "mode": "walking",
1628
- "type": "street_network",
1629
- "links": [],
1630
- "path": [
1631
- {
1632
- "length": 23,
1633
- "name": "",
1634
- "duration": 18,
1635
- "direction": 0,
1636
- "instruction": "Marchez vers le nord-est sur l'allée. Continuez sur 23 m.",
1637
- "instruction_start_coordinate": {
1638
- "lon": "2.334488",
1639
- "lat": "48.856227"
1640
- }
1641
- },
1642
- {
1643
- "length": 8,
1644
- "name": "",
1645
- "duration": 8,
1646
- "direction": -89,
1647
- "instruction": "Tournez à gauche dans l'allée. Continuez sur 8 m.",
1648
- "instruction_start_coordinate": {
1649
- "lon": "2.334615",
1650
- "lat": "48.856415"
1651
- }
1652
- },
1653
- {
1654
- "length": 148,
1655
- "name": "",
1656
- "duration": 125,
1657
- "direction": 86,
1658
- "instruction": "Tournez à droite dans l'allée. Continuez sur 148 m.",
1659
- "instruction_start_coordinate": {
1660
- "lon": "2.334516",
1661
- "lat": "48.856444"
1662
- }
1663
- },
1664
- {
1665
- "length": 162,
1666
- "name": "",
1667
- "duration": 162,
1668
- "direction": -89,
1669
- "instruction": "Tournez à gauche dans l'allée. Continuez sur 162 m.",
1670
- "instruction_start_coordinate": {
1671
- "lon": "2.335281",
1672
- "lat": "48.857677"
1673
- }
1674
- },
1675
- {
1676
- "length": 57,
1677
- "name": "",
1678
- "duration": 68,
1679
- "direction": -51,
1680
- "instruction": "Tournez à gauche dans l'allée. Continuez sur 57 m.",
1681
- "instruction_start_coordinate": {
1682
- "lon": "2.333222",
1683
- "lat": "48.858131"
1684
- }
1685
- },
1686
- {
1687
- "length": 9,
1688
- "name": "",
1689
- "duration": 10,
1690
- "direction": 80,
1691
- "instruction": "Tournez à droite dans l'allée. Continuez sur 9 m.",
1692
- "instruction_start_coordinate": {
1693
- "lon": "2.332855",
1694
- "lat": "48.857679"
1695
- }
1696
- },
1697
- {
1698
- "length": 6,
1699
- "name": "",
1700
- "duration": 5,
1701
- "direction": -55,
1702
- "instruction": "Tournez à gauche dans l'allée. Continuez sur 6 m.",
1703
- "instruction_start_coordinate": {
1704
- "lon": "2.332749",
1705
- "lat": "48.857703"
1706
- }
1707
- },
1708
- {
1709
- "length": 42,
1710
- "name": "",
1711
- "duration": 38,
1712
- "direction": 67,
1713
- "instruction": "Tournez à droite dans l'allée. Continuez sur 42 m.",
1714
- "instruction_start_coordinate": {
1715
- "lon": "2.332692",
1716
- "lat": "48.857672"
1717
- }
1718
- },
1719
- {
1720
- "length": 0,
1721
- "name": "",
1722
- "duration": 0,
1723
- "direction": 0,
1724
- "instruction": "Vous êtes arrivé à votre destination.",
1725
- "instruction_start_coordinate": {
1726
- "lon": "2.332174",
1727
- "lat": "48.85783199999999"
1728
- }
1729
- }
1730
- ],
1731
- "street_informations": [
1732
- {
1733
- "geojson_offset": 0,
1734
- "cycle_path_type": "no_cycle_lane",
1735
- "length": 23.32
1736
- },
1737
- {
1738
- "geojson_offset": 1,
1739
- "cycle_path_type": "no_cycle_lane",
1740
- "length": 8
1741
- },
1742
- {
1743
- "geojson_offset": 5,
1744
- "cycle_path_type": "no_cycle_lane",
1745
- "length": 148
1746
- },
1747
- {
1748
- "geojson_offset": 13,
1749
- "cycle_path_type": "no_cycle_lane",
1750
- "length": 162
1751
- },
1752
- {
1753
- "geojson_offset": 17,
1754
- "cycle_path_type": "no_cycle_lane",
1755
- "length": 57
1756
- },
1757
- {
1758
- "geojson_offset": 18,
1759
- "cycle_path_type": "no_cycle_lane",
1760
- "length": 9
1761
- },
1762
- {
1763
- "geojson_offset": 22,
1764
- "cycle_path_type": "no_cycle_lane",
1765
- "length": 6
1766
- },
1767
- {
1768
- "geojson_offset": 24,
1769
- "cycle_path_type": "no_cycle_lane",
1770
- "length": 42.32
1771
- }
1772
- ]
1773
- }
1774
- ]
1775
- }
1776
- ],
1777
- "tickets": [
1778
- {
1779
- "id": "ticket_1_1",
1780
- "name": "Ticket t+ (*)",
1781
- "comment": "",
1782
- "found": true,
1783
- "cost": {
1784
- "value": "215.0",
1785
- "currency": "centime"
1786
- },
1787
- "links": [
1788
- {
1789
- "templated": false,
1790
- "rel": "sections",
1791
- "internal": true,
1792
- "type": "section",
1793
- "id": "section_0_0_1"
1794
- }
1795
- ],
1796
- "source_id": "tickett"
1797
- }
1798
- ],
1799
- "disruptions": [],
1800
- "terminus": [
1801
- {
1802
- "id": "stop_area:IDFM:462742",
1803
- "name": "Porte de Montmartre / Gérard de Nerval",
1804
- "codes": [
1805
- {
1806
- "type": "source",
1807
- "value": "FR::multimodalStopPlace:462742:FR1"
1808
- }
1809
- ],
1810
- "timezone": "Europe/Paris",
1811
- "label": "Porte de Montmartre / Gérard de Nerval (Paris)",
1812
- "coord": {
1813
- "lon": "2.333735265927518",
1814
- "lat": "48.90057269290912"
1815
- },
1816
- "links": []
1817
- }
1818
- ],
1819
- "context": {
1820
- "car_direct_path": {
1821
- "co2_emission": {
1822
- "value": 61.4691301574,
1823
- "unit": "gEC"
1824
- },
1825
- "air_pollutants": {
1826
- "unit": "g",
1827
- "values": {
1828
- "nox": 0.1089,
1829
- "pm": 0.0139
1830
- }
1831
- }
1832
- },
1833
- "current_datetime": "20240404T153334",
1834
- "timezone": "Europe/Paris"
1835
- },
1836
- "notes": [],
1837
- "exceptions": []
1838
- }