================== ``pyglider.utils`` ================== .. automodule:: pyglider.utils .. contents:: :local: .. currentmodule:: pyglider.utils Functions ========= - :py:func:`get_distance_over_ground`: Add a distance over ground variable to a netcdf structure - :py:func:`get_glider_depth`: Get glider depth from pressure sensor. - :py:func:`get_profiles_new`: Find profiles in a glider timeseries: - :py:func:`get_derived_eos_raw`: Calculate salinity, potential density, density, and potential temperature - :py:func:`fill_metadata`: Add metadata to a Dataset - :py:func:`nmea2deg`: Convert a NMEA float to a decimal degree float. e.g. -12640.3232 = -126.6721 - :py:func:`gappy_fill_vertical`: Fill vertical gaps from the first to last bin with data in them. - :py:func:`oxygen_concentration_correction`: Correct oxygen signal for salinity signal .. autofunction:: get_distance_over_ground .. autofunction:: get_glider_depth .. autofunction:: get_profiles_new .. autofunction:: get_derived_eos_raw .. autofunction:: fill_metadata .. autofunction:: nmea2deg .. autofunction:: gappy_fill_vertical .. autofunction:: oxygen_concentration_correction