aodn / compliance-checker

Python tool to check your datasets vs compliance standards. Forked to include AODN specific modifications.
Apache License 2.0
1 stars 0 forks source link

Implemented QC variable name matching data variable name test, as wel… #81

Closed ggalibert closed 9 years ago

ggalibert commented 9 years ago

…l as related unit test.

mhidas commented 9 years ago

@ggalibert Looks good, but I think the first part of the check is still missing. See my inline comments.

ggalibert commented 9 years ago

@mhidas , I took your comments into account. Should be ready for another review. Had to update unittest and test netcdf file accordingly so that the two checks are tested.

Added a qc var in imos_variable_test.nc such as :

byte bad2_qc ;
    bad2_qc:standard_name = "data_variable status_flag" ;
mhidas commented 9 years ago

Great! Thanks @ggalibert