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

Superfluous `profile` parameter #79

Closed chrstnbwnkl closed 1 year ago

chrstnbwnkl commented 1 year ago

https://github.com/gis-ops/routing-py/blob/cfae3c97fbdb2b7ac1dc2379e409b81c64d1c57b/routingpy/routers/openrouteservice.py#L435

chrstnbwnkl commented 1 year ago

Here as well: https://github.com/gis-ops/routing-py/blob/cfae3c97fbdb2b7ac1dc2379e409b81c64d1c57b/routingpy/routers/openrouteservice.py#L536

nilsnolde commented 1 year ago

fixed in #80