semuconsulting / PyGPSClient

Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP & SPARTN Protocols
BSD 3-Clause "New" or "Revised" License
493 stars 98 forks source link

vdop not populated for NMEA messages #94

Closed zonia3000 closed 10 months ago

zonia3000 commented 10 months ago

When parsing NMEA messages the value of vdop is not correctly populated because inside nmea_handler.py the field is called vvdop instead of vdop:

https://github.com/semuconsulting/PyGPSClient/blob/f41d6d1b0a16f5a6877a229199901c30e8155695/src/pygpsclient/nmea_handler.py#L176