R functions and sample code to convert Seabird raw CTD (.cnv) files to GLERL-formatted .csv files.
00-setup.R
f.clean.cnvdata.R
f.make.namedict.R
f.read.ctdancillary.R
f.read.ctdnamedict.R
f.read.stationsmd.R
f.write.ctdDFtofile.R
cleanupCTD_singlefile.R
clears the environment and supresses warnings
removes the in-water "soak" of the insturment at the beginning of the cast, as well as the upcast.
This script demonstrates how to call functions. The output file contains a formatted header and ONLY the downcast data.
The OCE library for R was used extensively.