ctdam.parser.sst_ctd_file_parser module¶
- ctdam.parser.sst_ctd_file_parser.sst2xarray(input_path, delimiter=' ')[source]¶
Read CTD data from an SST .TOB data file and create an Xarray Dataset.
Parses SST .TOB files directly into a common Xarray structure with: - “scan” dimension for each measurement row - Data variables incl. metadata - Provenance and common metadata tracking
Based on a MATLAB script written by Johanna Grote and Jens Faber.
- Parameters:
input_path (
Path|str) – The path to the .TOB filedelimiter (
str) – The data file delimiter (default: “ “)
- Return type:
Dataset