Q: How can I fix the GPS altitude display?
Problem is, that the displayed altitude of GPSInfo and OSM Scout is 57 meters too high (the same value at both apps). I tested on the shore (abt 1 or 2 m ASL) and also at 2 locations, where I exactly know the real altitude ASL.
The error is a summand (57m) and not a factor or percentage. Always the same number of meters at all altitudes.
Trying to fix this, I analyzed the GPS Info’s .qml files. There I found, that altitude is a display of a variable named
‘providers.position.position.coordinate.altitude’.
Where does this variable come from? What is the chain from the GPS device’s data output until it comes to the value of this variable? Who knows?
Thanks for any help!