-
Notifications
You must be signed in to change notification settings - Fork 51
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
geoid height correction is missing #120
Comments
Thanks for the info! |
thanks, that's probably ok too. Would this also apply to gpx exports from the server? |
This is yet to be seen. Could probably also be applied while exporting data. I am trying to keep this logger as simple as possible. There are many other GPS trackers with many more features. I just focus on battery life and reliability. I don't access any extended data from GPS device, generally I am fine with coordinates, altitude is just a bonus. This is usually enough to simply map outdoor activities. |
@bfabiszewski what is your strategy to modernize the server part? |
In the meantime, is there any simple solution to do this correction at PC for an exported gpx? |
As far as I can see height data is systematically wrong.
In my location I get heights which are about 40 m too high for example but as the geoid is different on each point of the earth it might be a totally different offset at your location.
This is probably due to the fact that geoid correction is missing.
See for example this thread: Akaflieg-Freiburg/enroute#28
A simple example to do pretty good geoid correction is at geoid.py which uses the EGM96 gridded data WW15MGH.DAC and interpolates with splines. Btw. this file and method is for example also used for the geoid correction osmand.
The text was updated successfully, but these errors were encountered: