You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
‘NC FIle Path’ - has a description line of ‘A file path pointing to a NetCDF file on the server.’ - I don’t think this is helpful as is… I presume what is meant is ‘A file path pointing to a NetCDF file in the CEDA Archive.’ - I presume this would bypass any access control on the file itself that might be in place. - Update
Make sure the version of the CF-Checker (not the WPS version) is clearly stated, options are:
Sync the versions (python -c 'import cfchecker as p; print(p.__version__) --> 4.1.0)
Or put the CF-Checker version in the default.cfg metadata?
Or do (2) but with some dynamic content using the version.
Is it possible to automated an update so it will be expressed in the version/documentation change?
Maybe have a version-check internally that stops things running unless they are sync'd.
The text was updated successfully, but these errors were encountered:
Change terminology:
Make sure the version of the CF-Checker (not the WPS version) is clearly stated, options are:
python -c 'import cfchecker as p; print(p.__version__) --> 4.1.0
)default.cfg
metadata?Is it possible to automated an update so it will be expressed in the version/documentation change?
The text was updated successfully, but these errors were encountered: