Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
stylecircle

Element Description

The StandardProduct element is used to identify which NASA records are standard products. A Standard Product is a product that has been vetted to ensure that they are complete, consistent, maintain integrity, and satisfies the goals of the Earth Observing System mission. The NASA product owners have also committed to archiving and maintaining the data products. More information can be found here: https://earthdata.nasa.gov/eosdis/science-system-description/eosdis-standard-products.


Best Practices

If a collection is a NASA standard product then this element's value needs to be set to true. Either don't use this element or apply the value of false if this record is not a NASA standard product.

Examples:

StandardProduct: true

Element Specification

Providing the StandardProduct element is optional (Cardinality: 0..1)

ModelElementTypeConstraintsRequired?Cardinality
UMM-CStandardProductBoolean

true

false

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

Lucidchart
rich-viewerfalse
autofittrue
nameCopy of Wiki Page Metadata Evaluation Workflow-1939-51df84
width1102
pages-to-display
id98e5dc28-3252-4209-953f-66f1378e1cf4
alignLeft
height299

Please see the expandable sections below for flowchart details.


Expand
titleCMR Validation
  • <>
Expand
titleARC Metadata QA/QC

ARC Priority Matrix

Priority CategorizationJustification

Red = High Priority Finding

This element is categorized as highest priority when:

  • There is evidence to suggest that the StandardProduct value 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

Expand
titleDIF 9

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

Expand
titleDIF 10

DIF 10

Providing the Standard Product information in the Expanded_Metadata element is optional (Cardinality: 0..1)

UMM-C ElementDIF 10 PathTypeConstraintsRequired in DIF 10?Cardinality

ExpandedExtended_Metadata/Metadata/Name = StandardProduct

String

N/A

No

0..1
StandardProductExpandedExtended_Metadata/Metadata/ValueStringN/ANo0..1


Example Mapping

Section
Column
width50%

DIF 10

No Format
<Extended_Metadata>
  ...
    <Metadata>
      <Name>StandardProduct</Name>
      <Value>true</Value>
    </Metadata>
 ...
</Extended_Metadata>
Column
width50%

UMM

No Format
StandardProduct: true,
Expand
titleECHO 10

ECHO 10

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

UMM-C ElementECHO 10 PathTypeConstraintsRequired in ECHO10?Cardinality
StandardProductStandardProductBoolean

N/A

No0..1


Example Mapping

Section
Column
width50%

ECHO 10

No Format
<StandardProduct>true</StandardProduct>   
Column
width50%

UMM

No Format
StandardProduct: true,
Expand
titleISO 19115-2 MENDS

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

with

[=>gmd:description/gco:CharacterString = Standard Product

String


Example Mapping

Section
Column
width50%

ISO 19115-2 MENDS

No Format
<gmi:MI_Metadata>
  ...
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
      <gmd:citation>
        <gmd:CI_Citation>
          ...
          <gmd:identifier>
            <gmd:MD_Identifier>
              <gmd:code>
                <gco:CharacterString>true</gco:CharacterString>
              </gmd:code>
              <gmd:codeSpace>
                <gco:CharacterString>gov.nasa.esdis.umm.standardproduct</gco:CharacterString>
              </gmd:codeSpace>
              <gmd:description>
                <gco:CharacterString>Standard Product</gco:CharacterString>
              </gmd:description>
            </gmd:MD_Identifier>
          </gmd:identifier>
          ...
        </gmd:CI_Citation>
      </gmd:citation>
      ...
    </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
  ...
</gmi:MI_Metadata>
Column
width50%

UMM

No Format
StandardProduct: true,
Expand
titleISO 19115-2 SMAP

ISO 19115-2 SMAP

StandardProduct is not supported for SMAP records.

UMM Migration

None

Excerpt
hiddentrue

Future Mappings

Expand
titleISO 19115-1

ISO 19115-1

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

UMM-C ElementISO PathType
StandardProduct

/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.standardproduct

with

[=>gmd:description/gco:CharacterString = Standard Product


String


Example Mapping

Section
Column
width50%

ISO 19115-1

No Format
<mdb:MD_Metadata>
  ...
  <mdb:identificationInfo>
    <mri:MD_DataIdentification>
      <mri:citation>
        <cit:CI_Citation>
          ...
          <cit:identifier>
            <mcc:MD_Identifier>
              <mcc:code>
                <gco:CharacterString>true</gco:CharacterString>
              </mcc:code>
              <mcc:codeSpace>
                <gco:CharacterString>gov.nasa.esdis.umm.standardproduct</gco:CharacterString>
              </mcc:codeSpace>
              <mcc:description>
                <gco:CharacterString>Standard Product</gco:CharacterString>
              </mcc:description>
            </mcc:MD_Identifier>
          </cit:identifier>
          ...
        </cit:CI_Citation>
      </mri:citation>
      ...
    </mri:MD_DataIdentification>
  </mdb:identificationInfo>
  ...
</mdb:MD_Metadata>
Column
width50%

UMM

No Format
StandardProduct: true,

History

UMM Versioning

VersionDateWhat Changed
1.17.05/11/2022Added StandardProduct as a new main element.

ARC Documentation

VersionDateWhat ChangedAuthor
1.04/26/22Initial draft of ARC priority matrix for new StandardProduct element added to wiki space