gutils.slocum package

class gutils.slocum.SlocumMerger(source_directory, destination_directory, cache_directory=None, globs=None)

Bases: object

Merges flight and science data files into an ASCII file.

Copies files matching the regex in source_directory to their own temporary directory before processing since the Rutgers supported script only takes foldesr as input

Returns a list of flight/science files that were processed into ASCII files

convert()
class gutils.slocum.SlocumReader(ascii_file)

Bases: object

DEPTH_SENSORS = ['m_depth', 'm_water_depth']
PRESSURE_SENSORS = ['sci_water_pressure', 'm_water_pressure', 'm_pressure']
TIMESTAMP_SENSORS = ['m_present_time', 'sci_m_present_time']
compute(df)
read()
standardize(gps_prefix=None)