map-matching icon indicating copy to clipboard operation
map-matching copied to clipboard

give user control of filtering before map-matching

Open kodonnell opened this issue 9 years ago • 1 comments

As discussed starting here, we may want to allow users to be prevent all filtering (and hence include all input points in the map match result).

A second possible use case - one may want the 'https://github.com/graphhopper/map-matching/blob/master/matching-core/src/main/java/com/graphhopper/matching/MapMatching.java#L259-L261' to be greater than 2 * measurementErrorSigma - to e.g. 'smooth' the result, or maybe for testing quality i.e. #89.

kodonnell avatar Jan 15 '17 01:01 kodonnell

I've added a separate configuration parameter called gpxFilterThreshold which is applied to filterGPXEntries (rather than 2*measurementErrorSigma), We have a need to tune the level of filtering of GPX points prior to map matching. It is a simple change but I can submit a pull request if someone can give me access. Thanks, Trang

INRIX-Trang-Nguyen avatar Jul 26 '18 09:07 INRIX-Trang-Nguyen