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

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching

Results 26 map-matching issues
Sort by recently updated
recently updated
newest added

mvn package -e -DskipTests [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.graphhopper:graphhopper-map-matching-parent:pom:3.0-SNAPSHOT [WARNING] The expression...

This PR adds features requested by issue #183 at CLI for both import and match commands by passing elevation provider arg to config.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

As far as I can understand the code there are two main parameters that allow control of the map-matching (Viterbi algorithm) process; measurementErrorSigma and transitionProbabilityBeta. **transitionProbabilityBeta** is used to compute...

As discussed starting [here](https://github.com/graphhopper/map-matching/pull/87#issuecomment-272345734), 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...

After running the map matching algorithm on an input gpx file, the output gpx file is missing all other attributes such as `` or ``

improvement

I have tried to include the elevation data following the information I read in this forum post https://discuss.graphhopper.com/t/map-matching-with-elevation-data/2238/5 However, the elevation data is never included, and it actually seems that...

**Discussion:** https://discuss.graphhopper.com/t/map-matchresult-to-gpxentry/977 > The plan was that all GPXEntries which we used for matching should be associated to EdgeMatch This doesn't work since the rework of the matching algorithm in...

There seems to be something wrong with a snapping of motoway (it uses motorway_link instead): ![image](https://user-images.githubusercontent.com/129644/54536807-ad69fa00-4991-11e9-8801-5f244000b9d1.png) See discussion here: https://discuss.graphhopper.com/t/4193/ Here is the gpx: [file.txt](https://github.com/graphhopper/map-matching/files/2978613/file.txt) Will investigate until I can...