-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bad elevation when importing a GPX. #130
Comments
O maybe better: in the edit of a track. So user could test several ways of computing the elevation ... |
Hi! Happy you like it so far. The fact that GPX is inaccurate in this regard is news to me. Should it not just depend on how accurate the device is that you recorded your altitude on? |
Hi @Flomp Regarding elevation, this page provides an excellent explanation of the issue. Summary: I'll take a look at the code, though this feels more like a "product-level question" about applying filtering. It might improve things, but I’m not sure it always will. Also, offering users a choice might be overly technical—most just want a simple way to import tracks. I'll keep you updated! |
Very interesting read! Thanks for that. I found this API to facilitate the DEM lookup: The other corrections could be done client side. PS: |
Hello. Thanks for info. I've already done the filtering, at client side indeed, it's quite simple. But I had no time to propose a PR so far... I'll probabely do next week. I also did some tests with DEM but it's not so easy to get a good source. I did some test with an API that gives a tif file of elevation for the area we ask (the boundig box of the gpx), but it was not very good data (SRTM3) the total elevation computed from that was bad (I only tested on one track, I should test on several locations, but also several types of tracks: flat, clim, up down up dow up..... I searched the web for some "elevation ground truth with gpx" but I dont think it exists.) I saw here the best available data for each region: https://www.gpsvisualizer.com/DEM_coverage.php but it seems it's a pain to provide the dem feature easily (for instance without the need for the user to get a google map api key...) Thanks for the link, I'll have a look. |
Hello.
First, and I'll repeat each time: congratulation and thanks for that awesome project!!
I know it's not "your fault", and it's a common gpx analysis issue to compute the total elevation (a lot of discussion exists on internet).
For instance, a gpx I've imported to "my" wanderer says 2045m, where I know the true elevation gain (easy it's just up all along) = 1660.
That is an error of almost 5%.
A proposal could be to offer to enable a configuration in the settings, something like that:
And the settings could be:
I would be happy to contribute, I'm an experienced developer.
If that can suit... let's contact.
Thanks.
The text was updated successfully, but these errors were encountered: