adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Speed in kilometers per hour? #103

Open Mane55 opened 1 year ago

Mane55 commented 1 year ago

There is only .speed_knots but I wish there were the SI unit meters/sec or more popular kilometers per hour in land traffic. Km/h is available from NMEA GPVTG message. I think its is only a line of code and enabling it in send command.