eaarl.io.gps¶
Handling for gps trajectory files
-
eaarl.io.gps.apply_corrections(gps, gps_time_offset=0)[source]¶ Applies time correction to gps data
- Parameters
- gps : pandas.DataFrame
- GPS data as returned by
read(). - gps_time_offset : numeric
- GPS time offset to apply to the data to convert it to UTC time.
- Returns : pandas.DataFrame
- Returns the modified gps DataFrame.