SignalK / signalk-to-nmea0183

Signal K Node server plugin to convert Signal K to NMEA 0183
Apache License 2.0
13 stars 28 forks source link

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

Closed davidsanner closed 2 years ago

davidsanner commented 2 years ago

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 commented 2 years ago

Thank you!