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
253 stars 26 forks source link

here maps shifted to api_key instead of app_id & app_code #10

Closed nilsnolde closed 3 years ago

nilsnolde commented 3 years ago

integrate in backwards-compatible way

nilsnolde commented 3 years ago

Guess that's actually a bigger job.. There's a whole new version out for routing, 8.x, while we're still using 7.x. When I tried using an API key (which the API told me to do), it complained that no app_id & app_code were used. WTF.. To generate those in the new interface, you'll need to use Android or iOS dev project.

Bottom line: I wonder if we should continue supporting commercial providers.. They're doing weird shit and it's SOOO much harder to keep track of them. I know it was a lot of work, but should we just ditch HERE & GMaps and focus on FOSS instead @TimMcCauley ?

nilsnolde commented 3 years ago

Or at the very least output a deprecation notice when these routers are initialized.. And stop any dev on them.

nilsnolde commented 3 years ago

fixed in #11