gis-ops / 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
270 stars 26 forks source link

Here isochrone router returns coords in lat,lon rather than lon,lat #14

Closed alichass closed 4 years ago

alichass commented 4 years ago

Here's what I did

Used HEREclient.isochrones


Here's what I got

Isochrone([[[37.5624275, -122.3239231], [37.5629425, -122.3238373], [37.5650024, -122.3238373], ...


Here's what I was expecting (based on docs)

Isochrone([[[-122.3239231, 37.5624275, ], [-122.3238373, 37.5629425 ], ...