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

Fix#32 #33

Open chrstnbwnkl opened 3 years ago

chrstnbwnkl commented 3 years ago

Since HereMaps' isochrones() method possibly returns multiple polygons for one isochrone, the interface is now unified so that each provider's isochrone geometry now returns a list of polygons (with mostly one feature only).