The pyQuARC tool reads and evaluates metadata records with a focus on the consistency and robustness of the metadata. pyQuARC flags opportunities to improve or add to contextual metadata information in order to help the user connect to relevant data products. pyQuARC also ensures that information common to both the data product and the file-level metadata are consistent and compatible. pyQuARC frees up human evaluators to make more sophisticated assessments such as whether an abstract accurately describes the data and provides the correct contextual information. The base pyQuARC package assesses descriptive metadata used to catalog Earth observation data products and files. As open source software, pyQuARC can be adapted and customized by data providers to allow for quality checks that evolve with their needs, including checking metadata not covered in base package.
Is this a new check? Please describe the check and the field.
<Collection/SpatialInfo/VerticalCoordinateSystem/DepthSystemDefinition/DistanceUnits>: check against the depth unit enumeration list from the UMM-C schema
Describe the checks in steps
Check the provided distance units against the following list: ["Fathoms", "Feet", "HectoPascals", "Meters", "Millibars"]
If it does not comply, provide a warning message stating that the provided distance units do not comply with the controlled vocabulary list.
Is there a similar check already implemented? Please list the name of the check
collection_data_type_enumeration_check
Additional context
Refer to Depth Unit Controlled Vocabulary Check in the QA Rules spreadsheet for more information.
Is this a new check? Please describe the check and the field. <Collection/SpatialInfo/VerticalCoordinateSystem/DepthSystemDefinition/DistanceUnits>: check against the depth unit enumeration list from the UMM-C schema
Describe the checks in steps
Is there a similar check already implemented? Please list the name of the check collection_data_type_enumeration_check
Additional context Refer to Depth Unit Controlled Vocabulary Check in the QA Rules spreadsheet for more information.