You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
11
11
### Added
12
12
- Valhalla `/expansion` examples in the Jupyter Notebook
13
+
- OpenTripPlanner v2 support for routing & isochrones
13
14
14
15
### Fixed
15
16
- Google router's `duration` and `distance` attributes not being calculated correctly in single route response ([#107](https://github.com/gis-ops/routingpy/issues/107))
17
+
- pointer issue when requesting multiple times with the same connection
18
+
19
+
### Removed
20
+
-`MapboxValhalla` provider, since Mapbox doesn't expose a public Valhalla endpoint anymore
Copy file name to clipboardExpand all lines: examples/compare_providers.ipynb
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -125,13 +125,6 @@
125
125
" 'isochrones_profile': 'mapbox/driving',\n",
126
126
" 'isochrones': True\n",
127
127
" },\n",
128
-
" 'mapbox_valhalla': {\n",
129
-
" 'api_key': ''\n",
130
-
" 'display_name': 'MapBox (Valhalla)',\n",
131
-
" 'profile': 'auto',\n",
132
-
" 'color': '#40b6b8',\n",
133
-
" 'isochrones': True\n",
134
-
" },\n",
135
128
" 'google': {\n",
136
129
" 'api_key': '',\n",
137
130
" 'display_name': 'Google',\n",
@@ -347,7 +340,7 @@
347
340
"cell_type": "markdown",
348
341
"metadata": {},
349
342
"source": [
350
-
"Unfortunately, the `isochrones` methods are not as consistent as the other endpoints. Graphhopper does not allow for arbitrary ranges, while all others do. And Mapbox did the glorious decision to name their `isochrones` profiles different than their `directions` profiles. Here, it's interesting to note though, that their OSRM isochrone extension is not supported anymore and instead their isochrone endpoint runs on Valhalla (as you will see when you compare the Mapbox OSRM and Valhalla isochrones in the map below)."
343
+
"Unfortunately, the `isochrones` methods are not as consistent as the other endpoints. Graphhopper does not allow for arbitrary ranges, while all others do. And Mapbox did the glorious decision to name their `isochrones` profiles different than their `directions` profiles. Here, it's interesting to note though, that their OSRM isochrone extension is not supported anymore and instead their isochrone endpoint runs on Valhalla."
0 commit comments