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

add kwargs to GraphHopper methods #55

Closed schaemar closed 2 years ago

schaemar commented 2 years ago

PR implements partially #42

I came to an issue with the impossibility of passing an additional but required option for PT routing (on the self-hosted GraphHopper instance). I came to the conclusion that #42 should solve the issue.

This PR supplies the **kwargs to the GraphHopper methods. the implementation follows the approach in #49

chrstnbwnkl commented 2 years ago

thanks @schaemar :)