busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
66 stars 6 forks source link

Support NMEA pseudodecimal representation of DMS as used in navigation #16

Closed busstoptaktik closed 3 years ago

busstoptaktik commented 3 years ago

The NMEA protocol uses the (D)DDMM.mmm format, which is quite useful for use in situations like:

echo 5542.25 1234.50 | kp "NMEA | whatever | geo inv"

A corresponding DMS format (D)DDMMSS.sss is also useful

echo 554215.1234 123430.5678 | kp "DMS | whatever | geo inv"
busstoptaktik commented 3 years ago

closed with 7af7961c82530b1e41119e36b4a8f9d1103738ae