graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 273 forks source link

How to get the travel time of each matched edge? #131

Open ChenZhongPu opened 6 years ago

ChenZhongPu commented 6 years ago

Given trajectories in the format of {<lat, lon, time>}, we can get the matchedEdges.

But how can we get the (approximate) travel time of each matched edge?

ChenZhongPu commented 6 years ago

Similar question in GIS stackexchange