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 interval_type to isochrone objects #72

Closed nilsnolde closed 1 year ago

nilsnolde commented 1 year ago

for the network analyst it's easier if we store the interval_type/metric in the Isochrone and Expansions objects so we don't have to pass that stuff around needlessly.

PR is based on #71

also did a round of dependency updates.