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
19 stars 0 forks source link

GCMD Platform Keywords need to be updated #184

Closed jenny-m-wood closed 2 years ago

jenny-m-wood commented 2 years ago

Describe the bug The GCMD Platform Keywords were updated recently. pyQuARC is currently using the older version which causes errors that aren't valid.

To Reproduce Steps to reproduce the behavior:

  1. On the umm_g support branch, change the platform type to "Propeller" in the dif10 test file
  2. Run pyQuARC
  3. See error "Error: The provided platform type Propeller does not comply with the GCMD. Please submit a request to support@earthdata.nasa.gov to have this platform type added to the GCMD Platforms KMS."

Expected behavior No error expected since this is a valid platform type

Outputs Error: The provided platform type Propeller does not comply with the GCMD. Please submit a request to support@earthdata.nasa.gov to have this platform type added to the GCMD Platforms KMS.

Additional context GCMD Platform Keywords were recently updated.

slesaad commented 2 years ago

We already have this category, but it wasn't working because the GCMD url changed from gcmdservices.gsfc.nasa.gov to gcmd.earthdata.nasa.gov. Fixed in an upcoming PR.