Skip to content

Releases: ioos/cc-plugin-glider

v2.0.4

06 Nov 21:17
6e8ac1b
Compare
Choose a tag to compare

What's Changed

  • Numerous GitHub Actions and pyackaging updates by @ocefpaf
  • Fix several broken and outdated links, including NCEI authority tables
  • Several error message updates and typographical error fixes

Full Changelog: 2.0.3...v2.0.4

Update sea names table

20 May 17:35
Compare
Choose a tag to compare

Updates the location of a crucial sea names authority table from NCEI.

Fixup release for Compliance Checker 4.3.2+

20 Mar 14:15
025487a
Compare
Choose a tag to compare

Fixes issues/errrors with reused CF checks due to changes in Compliance Checker class hierarchy

2.0.0

20 Feb 15:46
452c7ff
Compare
Choose a tag to compare

Version 2.0.0 is a major release that includes the following:

  • New checks against the NCEI tables for platform ID, institution, instrument make_model, and project.
  • New check for valid profile data
  • Check for valid standard name
  • Check for known and valid (convertible with UDUnits) units in CTD variables
  • Refactor and reprioritization of existing checks
  • Check for valid _FillValue dtypes
  • Fix ancillary variables check

1.0.6

30 Aug 18:08
54ea16f
Compare
Choose a tag to compare
  • Adds license file
  • Adds versioneer
  • Modernizes the checker class attrs

1.0.5

30 Apr 22:14
bea0b94
Compare
Choose a tag to compare
  • Updated to work with Compliance Checker 4.0.0.
  • Adds a platform_type test

1.0.4

03 Aug 13:36
Compare
Choose a tag to compare
  • Removed *_qc checks from requirements
  • Documentation cleanup
  • Dropped 3.4 from testing
  • Added 3.6 to testing

Glider DAC Format v3 Support

01 Feb 20:44
Compare
Choose a tag to compare

With this release we moved all the netCDF files out of the repository in favor of CDL files, like with the main-project and other plugins. We also integrated checker support for the changes in the new v3.0 format:

  • ioos_regional_association global attribute
  • optional QARTOD variables

In addition to these new changes, we added some checks for some common errors we've seen with submissions:

  • valid_min valid_max variable attributes having a mismatched data type
  • valid_min valid_max for longitude being set to [-90, 90]

Python 3 Support

12 Sep 19:46
Compare
Choose a tag to compare

Incorporates Python3 support

First release of Glider Plugin

12 Sep 19:44
Compare
Choose a tag to compare

This project implements a compliance checker plugin that performs checks on a netCDF dataset in accordance with the IOOS National Glider DAC Guidelines.