ttn-be / ttnmapper

Implementation of a ttnmapper node for the LoPy MCU
MIT License
23 stars 6 forks source link

nmea.py: Add missing interpretation of West longitudes and South latitudes #2

Closed 16384 closed 6 years ago

16384 commented 6 years ago

When $GPGGA is not the first sentence in a chunk, don't ignore the whole chunk but skip sentences up to the occurence of $GPGGA. Tidied up coding style to PEP8 conventions on the way. Finally (and most important), do interpret negative longitudes (indicated by 'W') and negative latitudes (indicated by 'S').

mainini commented 6 years ago

Started working recently on the same issues. Will temporarily merge into dev branch for merging with my changes and later on make a release on master. Thanks a lot!

mainini commented 6 years ago

Released new and much improved version v1.1.0