[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve map matching - eliminate dead-end edges and unnecessary backtracking #3023

Open
caspg opened this issue Jun 16, 2024 · 3 comments
Open

Comments

@caspg
Copy link
Contributor
caspg commented Jun 16, 2024

I have this problem when sometimes Graphhopper Map Matching creates dead-end edges which probably should be removed from the results. Below are screenshots with example:

I will try to work on this but I will appreciate any help with GH Map Matching algorithm.

Original GPX:

CleanShot 2024-06-16 at 11 51 36@2x

Map matched:

CleanShot 2024-06-16 at 11 51 45@2x

@karussell
Copy link
Member

Without the GPX data and the used OSM pbf it is impossible for us to investigate.

@caspg
Copy link
Contributor Author
caspg commented Jun 16, 2024

@karussell Here it goes:

OSM data: https://download.geofabrik.de/europe/andorra-latest.osm.pbf
GPX: andorra_for_map_matching.gpx.txt (added .txt extention just to upload it here)

I've used bike profile which is in the current master.


Blue is input GPX and red is map matched.

CleanShot 2024-06-16 at 12 29 16@2x

CleanShot 2024-06-16 at 12 29 09@2x

@caspg
Copy link
Contributor Author
caspg commented Jun 16, 2024

Default car profile behaves the same so it should be even easier to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants