jmineau / lair

Land-Air Interactions Research (LAIR) tools
MIT License
1 stars 1 forks source link

Auto Calculate Missing Speed & Direction for GPS data #1

Open jmineau opened 2 months ago

jmineau commented 2 months ago

When the RMC nmea sentence is not recorded, there is no record of the speed or direction. However, we can estimate these values using the lat, lon, and difference in time between each data point.

Motivation: Identify moving vs stationary periods for mobile sites.

jmineau commented 1 month ago

haversine: https://github.com/TheAlgorithms/Python/blob/master/geodesy/haversine_distance.py