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

Add support for map-matching #123

Open guillermodangelo opened 6 months ago

guillermodangelo commented 6 months ago

OSRM, Valhalla and Mapbox support map-matching. The feature consists of snapping input points, such as GPS points, to the OSM network.

nilsnolde commented 6 months ago

Jep, that's indeed still missing for the most part. Note, that Valhalla has one version of map matching implemented. It's quite easy but still a lot of work. Are you interested in contributing?