API URL deprecation and openrouteservice-py package

Following your post on the API URL deprecation, I noticed that the openrouteservice-py Python package on GitHub was not updated (as this ticket mentions: update base_url to adapt to new openrouteservice endpoint · Issue #103 · GIScience/openrouteservice-py · GitHub )

As I’m using this package to query the API, I’m afraid it won’t be updated until the deprecation ends. Do you intend to update the package? I would be glad to suggest a patch, as long as someone on your side is still maintaining the package (no more commits since June 2023).

I was able to woraround this issue by providing “https://api.heigit.org/openrouteservice” to the `base_url` parameter of the `Client()` constructor.

However, I still think the package should be updated with the new URL.

1 Like