Element Description

The Collection Data Type element is used to identify the collection as a science quality collection or as a non-science quality collection such as a Near Real Time collection.


Best Practices

If a collection does not contain this field, it will be assumed to be of science quality.

The Type must be selected from a controlled vocabulary list. There are five options available for Type:

NEAR_REAL_TIME: Data available 1-3 hours after acquisition. Data from the source that are available for use within a time that is short in comparison to important time scales in the phenomena being studied. For EOSDIS, near real time data is not considered science quality and is not retained by EOSDIS once the SCIENCE_QUALITY product is archived.

LOW_LATENCY: Data available 3-24 hours after acquisition.

EXPEDITED: Data available 1-4 days after acquisition.

SCIENCE_QUALITY: Most data products that are permanently archived should be of science quality. Science quality means the data is in a state where it is trustworthy enough for use in scientific analyses (given known limitations of the data).

OTHER: Any data and data products that are not SCIENCE_QUALITY and do not fall under NEAR_REAL_TIME holdings.


Examples:

CollectionDataType: NEAR_REAL_TIME

CollectionDataType: SCIENCE_QUALITY


Element Specification

Providing the Collection Data Type element is optional (Cardinality: 0..1)

ModelElementTypeConstraintsRequired?Cardinality
UMM-CCollectionDataTypeEnumeration

NEAR_REAL_TIME

LOW_LATENCY

EXPEDITED

SCIENCE_QUALITY

OTHER

No0..1

Metadata Validation and QA/QC

All metadata entering the CMR goes through the below process to ensure metadata quality requirements are met. All records undergo CMR validation before entering the system. The process of QA/QC is slightly different for NASA and non-NASA data providers. Non-NASA providers include interagency and international data providers and are referred to as the International Directory Network (IDN).

Please see the expandable sections below for flowchart details.


  • Manual Review
    • Identify errors, discrepancies or omissions.
  • Automated Review
    • Check that the field value matches the enumeration value: SCIENCE_QUALITY; NEAR_REAL_TIME; OTHER
  • If this element is included in the record then one of the enumeration values must be used.

ARC Priority Matrix

Priority CategorizationJustification

Red = High Priority Finding

This element is categorized as highest priority when:

  • The Collection Data Type is not a valid value: NEAR_REAL_TIME, LOW_LATENCY, EXPEDITED, SCIENCE_QUALITY, OTHER
  • The Collection Data Type provided is incorrect.

Yellow = Medium Priority Finding

Not Applicable

Blue = Low Priority Finding

Not Applicable

Green = No Findings/Issues

The element is provided and follows all applicable criteria specified in the best practices section above.

ARC Automated Checks

ARC uses the pyQuARC library for automated metadata checks. Please see the pyQuARC GitHub for more information.  

Dialect Mappings

DIF 9 (Note: DIF-9 is being phased out and will no longer be supported after 2018)

DIF 10

Providing the Collection Data Type element is optional (Cardinality: 0..1)

UMM-C ElementDIF 10 PathTypeConstraintsRequired in DIF 10?Cardinality
CollectionDataTypeCollection_Data_Type

Enumeration

NEAR_REAL_TIME LOW_LATENCY EXPEDITED SCIENCE_QUALITY OTHER

No

0..1


Example Mapping

DIF 10

<Collection_Data_Type>SCIENCE_QUALITY</Collection_Data_Type>

UMM

CollectionDataType: "SCIENCE_QUALITY",

ECHO 10

Providing the Collection Data Type element is optional (Cardinality: 0..1)

UMM-C ElementECHO 10 PathTypeConstraintsRequired in ECHO10?Cardinality
CollectionDataTypeCollectionDataTypeEnumeration

NEAR_REAL_TIME LOW_LATENCY EXPEDITED SCIENCE_QUALITY OTHER

No0..1


Example Mapping

ECHO 10

<CollectionDataType>SCIENCE_QUALITY</CollectionDataType>   

UMM

CollectionDataType: "SCIENCE_QUALITY",

ISO 19115-2 MENDS

Providing the Collection Data Type element is optional (Cardinality: 0..1)

UMM-C ElementISO PathType
CollectionDataType

/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:identifier/gmd:MD_Identifier/[=>

[=> gmd:code/gco:CharacterString

with

[=> gmd:codeSpace/gco:CharacterString = gov.nasa.esdis.umm.collectiondatatype

with

[=>gmd:description/gco:CharacterString = Collection Data Type

String


Example Mapping

ISO 19115-2 MENDS

<gmi:MI_Metadata>
  ...
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
      <gmd:citation>
        <gmd:CI_Citation>
          ...
          <gmd:identifier>
            <gmd:MD_Identifier>
              <gmd:code>
                <gco:CharacterString>SCIENCE_QUALITY</gco:CharacterString>
              </gmd:code>
              <gmd:codeSpace>
                <gco:CharacterString>gov.nasa.esdis.umm.collectiondatatype</gco:CharacterString>
              </gmd:codeSpace>
              <gmd:description>
                <gco:CharacterString>Collection Data Type</gco:CharacterString>
              </gmd:description>
            </gmd:MD_Identifier>
          </gmd:identifier>
          ...
        </gmd:CI_Citation>
      </gmd:citation>
      ...
    </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
  ...
</gmi:MI_Metadata>

UMM

CollectionDataType: "SCIENCE_QUALITY",

ISO 19115-2 SMAP

Providing the Collection Data Type element is optional (Cardinality: 0..1)

UMM-C ElementISO PathType
CollectionDataType

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:identifier/gmd:MD_Identifier/[=>

[=> gmd:code/gco:CharacterString

with

[=> gmd:codeSpace/gco:CharacterString = gov.nasa.esdis.umm.collectiondatatype

with

[=>gmd:description/gco:CharacterString = Collection Data Type


String


Example Mapping

ISO 19115-2 SMAP

<gmd:DS_Series>
  <gmd:seriesMetadata>
    <gmi:MI_Metadata>
      ...
      <gmd:identificationInfo>
        <gmd:MD_DataIdentification>
          <gmd:citation>
            <gmd:CI_Citation>
              ...
              <gmd:identifier>
                <gmd:MD_Identifier>
                  <gmd:code>
                    <gco:CharacterString>SCIENCE_QUALITY</gco:CharacterString>
                  </gmd:code>
                  <gmd:codeSpace>
                    <gco:CharacterString>gov.nasa.esdis.umm.collectiondatatype</gco:CharacterString>
                  </gmd:codeSpace>
                  <gmd:description>
                    <gco:CharacterString>Collection Data Type</gco:CharacterString>
                  </gmd:description>
                </gmd:MD_Identifier>
              </gmd:identifier>
              ...
            </gmd:CI_Citation>
          </gmd:citation>
          ...
        </gmd:MD_DataIdentification>
      </gmd:identificationInfo>
      ...
    </gmi:MI_Metadata>
  </gmd:seriesMetadata>
</gmd:DS_Series>

UMM

CollectionDataType: "SCIENCE_QUALITY",

UMM Migration

None

Future Mappings

ISO 19115-1

Providing the Collection Data Type element is optional (Cardinality: 0..1)

UMM-C ElementISO PathType
CollectionDataType

/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:citation/cit:CI_Citation/cit:identifier/mcc:MD_Identifier/[=>

[=> gmd:code/gco:CharacterString

with

[=> gmd:codeSpace/gco:CharacterString = gov.nasa.esdis.umm.collectiondatatype

with

[=>gmd:description/gco:CharacterString = Collection Data Type


String


Example Mapping

ISO 19115-1

<mdb:MD_Metadata>
  ...
  <mdb:identificationInfo>
    <mri:MD_DataIdentification>
      <mri:citation>
        <cit:CI_Citation>
          ...
          <cit:identifier>
            <mcc:MD_Identifier>
              <mcc:code>
                <gco:CharacterString>SCIENCE_QUALITY</gco:CharacterString>
              </mcc:code>
              <mcc:codeSpace>
                <gco:CharacterString>gov.nasa.esdis.umm.collectiondatatype</gco:CharacterString>
              </mcc:codeSpace>
              <mcc:description>
                <gco:CharacterString>Collection Data Type</gco:CharacterString>
              </mcc:description>
            </mcc:MD_Identifier>
          </cit:identifier>
          ...
        </cit:CI_Citation>
      </mri:citation>
      ...
    </mri:MD_DataIdentification>
  </mdb:identificationInfo>
  ...
</mdb:MD_Metadata>

UMM

CollectionDataType: "SCIENCE_QUALITY",

History

UMM Versioning

VersionDateWhat Changed
1.16.73/2/2022Added Low_Latency, and Expedited enumerations to CollectionDataType.
1.16.612/1/2021No changes were made for Collection Data Type during the transition from version 1.16.5 to 1.16.6
1.16.57/13/2021No changes were made for Collection Data Type during the transition from version 1.16.4 to 1.16.5
1.16.46/30/2021No changes were made for Collection Data Type during the transition from version 1.16.3 to 1.16.4
1.16.35/19/2021No changes were made for Collection Data Type during the transition from version 1.16.2 to 1.16.3
1.16.24/7/2021No changes were made for Collection Data Type during the transition from version 1.16.1 to 1.16.2
1.16.14/7/2021No changes were made for Collection Data Type during the transition from version 1.16 to 1.16.1
1.163/24/2021No changes were made for Collection Data Type during the transition from version 1.15.5 to 1.16
1.15.512/3/2020No changes were made for Collection Data Type during the transition from version 1.15.4 to 1.15.5
1.15.49/18/2020No changes were made for Collection Data Type during the transition from version 1.15.3 to 1.15.4
1.15.37/1/2020No changes were made for Collection Data Type during the transition from version 1.15.2 to 1.15.3
1.15.25/20/2020No changes were made for Collection Data Type during the transition from version 1.15.1 to 1.15.2
1.15.13/25/2020No changes were made for Collection Data Type during the transition from version 1.15.0 to 1.15.1
1.15.02/26/2020No changes were made for Collection Data Type during the transition from version 1.14.0 to 1.15.0
1.14.010/21/2019No changes were made for Collection Data Type during the transition from version 1.13.0 to 1.14.0
1.13.004/11/2019No changes were made for Collection Data Type during the transition from version 1.12.0 to 1.13.0.
1.12.001/22/2019No changes were made for Collection Data Type during the transition from version 1.11.0 to 1.12.0.
1.11.011/28/2018No changes were made for Collection Data Type during the transition from version 1.10.0 to 1.11.0.
1.10.005/02/2018

No changes were made for Collection Data Type during the transition from version 1.9.0 to 1.10.0.

ARC Documentation

VersionDateWhat ChangedAuthor
1.011/16/18Recommendations/priority matrix transferred from internal ARC documentation to wiki space