Skip to content

Commit 4195674

Browse files
committed
Add comments re geoid for MSL - resolves #182
1 parent 16043c6 commit 4195674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/SparkFun_u-blox_GNSS_Arduino_Library.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -17466,6 +17466,8 @@ int32_t SFE_UBLOX_GNSS::getAltitude(uint16_t maxWait)
1746617466
// Get the current altitude in mm according to mean sea level
1746717467
// Ellipsoid model: https://www.esri.com/news/arcuser/0703/geoid1of3.html
1746817468
// Difference between Ellipsoid Model and Mean Sea Level: https://eos-gnss.com/elevation-for-beginners/
17469+
// Also see: https://portal.u-blox.com/s/question/0D52p00008HKDSkCAP/what-geoid-model-is-used-and-where-is-this-calculated
17470+
// and: https://cddis.nasa.gov/926/egm96/egm96.html on 10x10 degree grid
1746917471
int32_t SFE_UBLOX_GNSS::getAltitudeMSL(uint16_t maxWait)
1747017472
{
1747117473
if (packetUBXNAVPVT == NULL)

0 commit comments

Comments
 (0)