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
When running tests on a netcdf file with NcQcConfig, you must pass in the names of the dimension variables (time, depth, lat, lon, etc) to the constructor.
It would be better to define those dimensions within the config object itself.
And it would be even better if the config could use CF conventions to pick out the dimensions from the file metadata itself.
When running tests on a netcdf file with
NcQcConfig
, you must pass in the names of the dimension variables (time, depth, lat, lon, etc) to the constructor.It would be better to define those dimensions within the config object itself.
And it would be even better if the config could use CF conventions to pick out the dimensions from the file metadata itself.
See #27 (comment) for background and discussion.
The text was updated successfully, but these errors were encountered: