cedadev/cf-checker

Require netcdf4-python v1.2.5 or newer

Closed this issue · 0 comments

Newer versions of netcdf4-python support vlen string type, older versions do not. CF does not support vlen types and CF Checker was relying on netcdf4-python to detect the error. In line with CF python require that netcdf4-python v1.2.5 or newer is used and change CF Checker to detect use of vlen strings and flag an error.