powered by
Reads a CSV file containing GPS fixes. Required columns are time, lon, and lat. The time column is converted to POSIXct in UTC when needed.
read_gps_track(path)
A data.frame with POSIXct time and numeric lon/lat columns.
Path to a private local GPS CSV file.