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 274 forks source link

Biased matches, particular at beginning/end #113

Closed michaz closed 6 years ago

michaz commented 6 years ago

There's a bad bias somewhere. Even when our GPX points are clearly, totally on a link, a different link is used.

screen shot 2018-05-20 at 13 00 54
michaz commented 6 years ago

Ah. This was due to prepare.min_one_way_network_size=200, and hidden, because this is by default 0 in GraphHopper, set to 200 in MapMatchingMain, and set to 0 again in the shell script (now gone).

The correct road was just being removed.