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

Added expansion method to valhalla router #51

Closed chrstnbwnkl closed 2 years ago

chrstnbwnkl commented 2 years ago

This PR adds support for Valhalla's /expansion endpoint. For now, only the isochrone action is supported.

Tests and docs added, changelog modified. Would also like to showcase the endpoint in the example notebooks, but there's currently problems with some of the notebook dependencies and Python 3.10 still, so this'll have to wait.