nilsnolde / routingpy

🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
https://routingpy.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
272 stars 28 forks source link

Faulty geometries returned by HereMaps.isochrones() #29

Closed chrstnbwnkl closed 3 years ago

chrstnbwnkl commented 3 years ago

Here's what I did

Wanted to calculate isochrones with HereMaps:

api = get_router_by_name("heremaps")(api_key="tm04dMxnZ5rRKQVxfvGTtgkpV3FEerIDoExbDG0kEPs")

location = [13.410701945045075, 52.56057471477219]

isochrones = api.isochrones(locations=location, profile="car", intervals=[300,600])

Here's what I got

nilsnolde commented 3 years ago

fixed in #31