nilsnolde / 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
277 stars 29 forks source link

Add support for map-matching #123

Open guillermodangelo opened 10 months ago

guillermodangelo commented 10 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 10 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?