
Convert GPS data into GPS epochs
Source:R/process_gps_data_into_gps_epochs.R
process_gps_data_into_gps_epochs.RdThe input schema for the accelerometry data is time, latitude, longitude, and speed.
timeshould be a column in date-time format, in the UTC time zone, with no null values.latitudeshould be a numeric, non-null latitude coordinate between -90 and 90longitudeshould be a numeric, non-null longitude coordinate between -180 and 180speedshould be a numeric, non-null value in kilometers per hour