-
Notifications
You must be signed in to change notification settings - Fork 1
/
CITATION.cff
39 lines (39 loc) · 1.9 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
cff-version: 1.2.0
title: "pyQuARC: Open Source Library for Earth Observation Metadata Quality Assessment"
message: "If you use this software, please cite it as below"
type: software
authors:
- given-names: Slesa
family-names: Adhikari
email: [email protected]
- given-names: Iksha
family-names: Gurung
email: [email protected]
- given-names: Jenny
family-names: Wood
email: [email protected]
- given-names: Jeanné
family-names: le Roux
email: [email protected]
identifiers:
- type: doi
value: 10.5281/zenodo.10724717
repository-code: 'https://github.com/NASA-IMPACT/pyQuARC/tree/v1.2.5'
abstract: >-
pyQuARC is designed to read and evaluate Earth observation metadata records hosted within the Common Metadata Repository (CMR), which is a centralized metadata repository for all of NASA's Earth observation data products. The CMR serves as the backend for NASA's Earthdata Search meaning that high-quality metadata helps connect users to the existing data in Earthdata Search. pyQuARC implements the Analysis and Review of CMR (ARC) team's metadata quality assessment framework to provide prioritized recommendations for metadata improvement and optimized search results. pyQuARC makes basic validation checks, pinpoints inconsistencies between dataset-level (i.e. collection) and file-level (i.e. granule) metadata, and identifies opportunities for more descriptive and robust information. It currently supports DIF10 (collection), ECHO10 (collection and granule), UMM-C, and UMM-G metadata standards. As open source software, pyQuARC can be adapted to add customized checks, implement future metadata standards, or support other metadata types.
keywords:
- Metadata
- Python
- Data Curation
- Earth Observation
- DAAC
- Collection
- Granule
- GCMD
- Quality Assessment
- DIF10
- ECHO10
- UMM-C
license: Apache-2.0
version: 1.2.5
date-released: '2021-08-19'