-
-
Notifications
You must be signed in to change notification settings - Fork 140
Spline interpolation of EGM Grid #228
Copy link
Copy link
Open
Labels
enhancementThis is an enhancement of an existing featureThis is an enhancement of an existing featurelike to implementWe want to add the feature in the next releasesWe want to add the feature in the next releases
Metadata
Metadata
Assignees
Labels
enhancementThis is an enhancement of an existing featureThis is an enhancement of an existing featurelike to implementWe want to add the feature in the next releasesWe 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.