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

DOI Link Update Check #288

Closed binni979 closed 4 months ago

binni979 commented 5 months ago

This is the pull request to solve this issue.

Overview: In the pyQuarc, while running the collection, it showed the error like this:

Screenshot 2024-05-06 at 9 37 21 PM

Changes made: Added an if condition to the _error_message function. Now, above error is not shown. Tested on echo-c record (C1411142649-LARC) to make sure if it stops quitting the pyQuARC.

Screenshot 2024-05-06 at 9 42 26 PM
slesaad commented 4 months ago

tested? everything working well?

binni979 commented 4 months ago

tested? everything working well?

I tested it on the "echo-c record (C1411142649-LARC)", and everything is working well.