kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
735 stars 246 forks source link

double preceision floating point support #54

Closed iceberg1369 closed 2 years ago

iceberg1369 commented 4 years ago

it is essential to parse Lat and Lng in double floating point rather than single float point in centimeter level high accuracy operations. its a good idea to support minmea_double style method

cmorganBE commented 2 years ago

Closing due to inactivity but we'd love to see a PR that implements this improvement if you'd be so inclined.