Fixed
- HERE routers can now also be used with api key
- HERE isochrones had lat, lon instead of lon, lat ([14](https://github.com/gis-ops/routing-py/issues/14))
- Set Google router's profile queryparam correctly (was set to "profile" now is "mode")
[0.3.0](https://github.com/gis-ops/routing-py/releases/tag/0.3.0) 2020-08-09
Added
- GeoJSON support for Graphhopper's isochrones
- [MyBinder](https://mybinder.org/v2/gh/gis-ops/routing-py/master?filepath=examples) notebook collection
Fixed
- Add departure and arrival parameter for HERE isochrones API
- OSRM Mapbox isochrone ranges were using floats (2)
- OSRM matrix ouputs distances array now (6)
- Graphhopper isochrones used wrong vehicle parameter
Changed
- Profile parameter for HERE behaves now like other routers
- ORS alternative_routes parameter (4)
- Brought Graphhopper support to its v1.x release
- Minimum Python version > 3.6.1 (for Pandas 1.x)
Deprecated
-
[0.2](https://github.com/gis-ops/routing-py/releases/tag/v0.2) 2019-04-30
Added
- Example notebook to compare providers
Fixed
- Here matrix did not allow `sources` and `destinations` to be optional
- Base class used sorted(params) which messed up the order of parameters for Graphhopper endpoints
- MapboxOSRM directions was parsing geometry to \[lat, lon\]
- README not valid on PyPI, wasn't rendered
- add to PyPI and Conda
Changed
-
Deprecated
-