- Specify
force_v4
in all conversions to NetCDF, which permits the handling of large files.
- Handle ADV data with
adv2ncdf()
andncdf2adv()
. - Change metadata from YAML to JSON format.
- Add a global attribute explaining how to use metadata.
- Handle ADCP data with
adp2ncdf()
andncdf2adp()
. - Add vignette on built-in varTables (with listings).
- Handle CTD data with
ctd2ncdf()
andncdf2ctd()
).