You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

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 three options available for Type:

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).

NEAR_REAL_TIME: 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.

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

SCIENCE_QUALITY

NEAR_REAL_TIME

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

This element is categorized as highest priority when:

  • The Collection Data Type is not a valid value (SCIENCE_QUALITY, NEAR_REAL_TIME, OTHER)
  • The Collection Data Type provided is incorrect

This element is categorized as medium priority when:

N/A


This element is categorized as low priority when:

N/A


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

ARC Automated Rules

  • If no value is provided, return is "np."
  • Otherwise, return is "OK."

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

SCIENCE_QUALITY

NEAR_REAL_TIME

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

SCIENCE_QUALITY

NEAR_REAL_TIME

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.13.0FutureNo 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
  • No labels