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

Minor fixes and additional checks #268

Closed jenny-m-wood closed 9 months ago

jenny-m-wood commented 9 months ago

The following changes were made:

slesaad commented 9 months ago

@jenny-m-wood i didn't test it (i hope you've done so already), but everything looks good!

however, when you merge to master, you should make sure the following are updated too:

  1. version, you can bump the version up by .1 for minor changes, in this case, 1.2.3 -> 1.2.4
  2. update the changelog to add the new version and all the changes that it incorporates.

Once it's merged, you'll need to create a new release - https://github.com/NASA-IMPACT/pyQuARC/releases

jenny-m-wood commented 9 months ago

@slesaad Thanks for the feedback! We've tested these changes, and everything looks like it should. I've updated the version and changelog based on your comments. Once this PR is approved and the branch is merged, I'll create a new release.