Spline interpolation of EGM Grid #228
Labels
enhancement
This is an enhancement of an existing feature
like to implement
We want to add the feature in the next releases
Currently we calculate the EGM correction by picking 4 points of the EGM96 grid and using a bilinear interpolation.
GPSLogger/app/src/main/java/eu/basicairdata/graziano/gpslogger/EGM96.java
Line 186 in 0d358e2
In order to have a better precision we should use the spline interpolation instead.
The text was updated successfully, but these errors were encountered: