Skip to content

Duplicate Params

Compare
Choose a tag to compare
@DocOtak DocOtak released this 19 Mar 02:17
· 58 commits to master since this release

This release adds initial support for duplicate parameter names using the "ALT" syntax proposed in cchdo/params#25

  • Support for duplicate parameters
  • (Bug) fix to_exchange accessor failing with a Dataset containing CDOM variables
  • (Bug) fix for the flag column getting lost when alternate units for the same parameter were present in one file
    If, for example, a file had CTDTMP [ITS-90] and CTDTMP [IPTS-68] and both had CTDTMP_FLAG_W columns, only one of the parameters would get a flag column
  • Added "coards" and "woce" file name generation support to gen_fname() accessor
  • to_woce() now always returns zipfile bytes for ctd data
  • Omit the "STAMP" text from generated WOCE files
  • (changed) Bump min cchdo.params version to 2024.3

Full Changelog: v1.0.2.5...v1.0.2.6