NASA-IMPACT / pyQuARC

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.
Apache License 2.0
20 stars 1 forks source link

DIF10: GCMD Hierarchy Check for /DIF/Platform/Instrument/Sensor/Long_Name #105

Closed svbagwell closed 2 years ago

svbagwell commented 3 years ago

Is this a new check? Please describe the check and the field. /DIF/Platform/Instrument/Sensor/Long_Name: GCMD Instrument Hierarchy check against /DIF/Platform/Instrument/Sensor/Short_Name

Describe the checks in steps Check that the uuid for the provided GCMD long name matches the uuid of the provided GCMD short name

Is there a similar check already implemented? Please list the name of the check N/A

Additional context Example of pair that should pass: /DIF/Platform/Instrument/Sensor/Short_Name : ER-2 /DIF/Platform/Instrument/Sensor/Long_Name : ER-2 Doppler Radar

Example of pair that should fail (both are valid GCMD keywords, but they do not have the same uuids): /DIF/Platform/Instrument/Sensor/Short_Name : EDOP /DIF/Platform/Instrument/Sensor/Long_Name : ER-2 Doppler Radar

svbagwell commented 2 years ago

this was fixed in the feature/ummg_support branch