adrianmo / go-nmea

A NMEA parser library in pure Go
MIT License
226 stars 77 forks source link

The LonDir function seems to be incorrect. Longitude greater than 0 should be East, but this function returns West. #104

Closed devick closed 1 year ago

devick commented 1 year ago

The LonDir function seems to be incorrect. Longitude greater than 0 should be East, but this function returns West.

aldas commented 1 year ago

fixed by #105