Releases: ioos/cc-plugin-glider
v2.0.4
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
Updates the location of a crucial sea names authority table from NCEI.
Fixup release for Compliance Checker 4.3.2+
Fixes issues/errrors with reused CF checks due to changes in Compliance Checker class hierarchy
2.0.0
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
1.0.5
1.0.4
Glider DAC Format v3 Support
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 typevalid_min
valid_max
for longitude being set to [-90, 90]
Python 3 Support
Incorporates Python3 support
First release of Glider Plugin
This project implements a compliance checker plugin that performs checks on a netCDF dataset in accordance with the IOOS National Glider DAC Guidelines.