We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here the code has a couple references to the MSL model:
SparkFun_u-blox_GNSS_Arduino_Library/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp
Lines 17402 to 17405 in 2ae7289
It should also refer to uBlox at
https://portal.u-blox.com/s/question/0D52p00008HKDSkCAP/what-geoid-model-is-used-and-where-is-this-calculated ...which seems to indicate EGM96 on a 10°x10° grid, interpolated to the location.
Maybe add a line like:
// Geoid: https://cddis.nasa.gov/926/egm96/egm96.html on 10x10 degree grid
The text was updated successfully, but these errors were encountered:
Hi @drf5n ,
Thanks! We'll add this to the next release.
Best wishes, Paul
Sorry, something went wrong.
Add comments re geoid for MSL - resolves #182
4195674
Successfully merging a pull request may close this issue.
Here the code has a couple references to the MSL model:
SparkFun_u-blox_GNSS_Arduino_Library/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp
Lines 17402 to 17405 in 2ae7289
It should also refer to uBlox at
https://portal.u-blox.com/s/question/0D52p00008HKDSkCAP/what-geoid-model-is-used-and-where-is-this-calculated
...which seems to indicate EGM96 on a 10°x10° grid, interpolated to the location.
Maybe add a line like:
The text was updated successfully, but these errors were encountered: