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.
eaarl.io.gps.read(filename)[source]

Read GPS data from a given HDF5 or CSV file

Returns : pandas.DataFrame
Returns a DataFrame with the file’s data.