You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
I tried even copying the srtmprovider folder of my graphhopper (since I'm using the same .osm.pbf file to use map-matching library), but it made no difference.
The map matching is working, but the elevation data is never attached.
Could anyone help me please? I'd use the graphhopper library to obtain the elevation data, but the GPX files I've got have thousands of points, and I'd like to map-match them, in order to remove inconsistencies with the reality, since the GPX files aren't exact.
Thanks in advance!!!
The text was updated successfully, but these errors were encountered:
@karussell sorry to bother you with this matter, but would you know by any chance how to make the elevation data to be included on the matched GPX? I asked on the GraphHopper forum but got no answer.
I solved this matter by using an elevation service (this one https://github.com/racemap/elevation-service ). You have to download 200GB of elevation data, and then query a local server, either by getting all the coordinates into an array or by querying it one by one.
It's not a solution built into the map matching tool, but it definitely works with it.
If you consider that this issue is solved with my comment, then you can close it if you fancy.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 nothing is happening at all.
This is my config file:
I tried even copying the srtmprovider folder of my graphhopper (since I'm using the same .osm.pbf file to use map-matching library), but it made no difference.
The map matching is working, but the elevation data is never attached.
Could anyone help me please? I'd use the graphhopper library to obtain the elevation data, but the GPX files I've got have thousands of points, and I'd like to map-match them, in order to remove inconsistencies with the reality, since the GPX files aren't exact.
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: