adrianmo / go-nmea

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

Parse latitude and longitude along with the context of the direction #65

Closed kamil-krawczyk closed 4 years ago

kamil-krawczyk commented 4 years ago

Version 2.x should take into account that geographical coordinate parsing must always be done in the context of the direction. Latitude and longitude have different ranges. In addition, currently only the Decimal format stores information about the direction of a given coordinate (positive / negative values). Parsing data in other formats loses direction information.

adrianmo commented 4 years ago

@krawczyk87 can you please show us examples to illustrate and better understand the issues you are mentioning? Thank you.

icholy commented 4 years ago

Closing due to inactivity.