Python toolbox to read, process and plot several different conductivity, temperature and depth (CTD) formats including Seabird and Sea & Sun Technology files. The main task is to search valid data in a certain folder and to define metadata as stations, transects, campaigns.
The backbone of the metaCTD toolbox are tools to read and process different CTD fie formats from different vendors. This includes tools to for Seabird cnv files and Sea & Sun Technology (SST) microstructure profilers (MSS).
The package was developed using python 3.5+, it might work with earlier versions, but its not supported. The newest Gibb Sea Water Toolbox (gsw) depends also on python 3.5+, pycnv heavily depends on the gsw toolbox. It therefore strongly recommended to use python 3.5+.
Install as a user
python setup.py install --userUninstall as a user
pip uninstall metaCTDThe cnv text files are the standard output files of the Seabird CTD software. The files are processed with the "pycnv" package.
The mrd binary files are the standard output files of the MSS-Profiler software. The files are processed with the "pysst" tools.