Skip to content
New issue

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

Trim GGA precision for HDOP, altitude, etc to single decimal place #85

Merged
merged 5 commits into from
May 8, 2022

Conversation

davidsanner
Copy link
Contributor

Small detail perhaps but seeing a few 17 place decimals in outgoing GGA which could break the parsing in some devices. eg. SK has: navigation.gnss.horizontalDilution 0.7000000000000001 which winds up in GGA sentence along with a few others.

Recent PR for inbound SignalK/nmea0183-signalk/pull/220
which helps with 0183 like gpsd but not N2K gnss sources.

@tkurki
Copy link
Member

tkurki commented May 8, 2022

Thank you!

@tkurki tkurki added the fix label May 10, 2022
@davidsanner davidsanner deleted the GGA-precision branch June 8, 2022 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants