Versions Compared

Key

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


Table of Contents
stylecircle

Element Description

Provides additional or provider defined identifiers of the collection.

Best Practices

Description should be used to describe the meaning of what is in the Type field when Type is Other.

When using ISO to document the Type and DescriptionOfOtherType, it is better (but not required) to put the two values on separate lines in the gco:CharacterString tag, for readability.

Examples:

OtherIdentifiers/Identifier: ECS-1474

OtherIdentifiers/Type: Other

OtherIdentifiers/DescriptionOfOtherType: Ticket number related to this data.

Element Specification

Abstract is required. Only one Abstract may be provided (Cardinality: 1)

ModelElementTypeConstraintsRequired?CardinalityNotes
UMM-COtherIdentifiersObject


No0..1
UMM-COtherIdentifiers/IdentifierString

1 to 1024 characters

Yes1
UMM-COtherIdentifiers/TypeEnumeration

Valid values: ArchiveSetNumbers, Other

Yes1
UMM-COtherIdentifiers/DescriptionOfOtherTypeString

1 to 1024 characters

Yes if Type=Other0..1Required if OtherIdentifiers/Type is 'Other'

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-fb28346e
width1102
pages-to-display
id98e5dc28-3252-4209-953f-66f1378e1cf4
alignLeft
height299

Please see the expandable sections below for flowchart details. 


Expand
titleGCMD Metadata QA/QC
  • Manual Review
    • Check that there is at least a brief summary of the data.
    • Confirm that other URLs link to the appropriate web pages.
    • Identify errors, discrepancies or omissions.
    • Proof all content for conciseness and readability.
  • Automated Review
    • Check that the field length is not greater than 40,000 characters.
    • Check that the field length is at least 50 characters.
    • Check that the field has been populated.
    • Check for potential broken links.
Expand
titleCMR Validation
  • Must contain at least 1 character and be no longer than 4000 characters in length
Expand
titleARC Metadata QA/QC

ARC Priority Matrix

Priority CategorizationJustification

Red = High Priority Finding

TBD

Yellow = Medium Priority Finding

TBD

Blue = Low Priority Finding

TBD

Green = No Findings/Issues

TBD

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

DIF 9 (Note: DIF-9 has being phased out and is no longer supported since 2018)

Expand
titleDIF 10


DIF 10

Other_Identifiers is not required. Many Other_Identifiers may be provided (Cardinality: 0..1)

UMM-C ElementDIF 10 PathTypeConstraintsRequired in DIF 10?Cardinality
OtherIdentifiersOther_IdentifiersObject
Yes0..1
OtherIdentifiers/IdentifierOther_Identifiers/IdentifierString1-1,024 charactersYes1
OtherIdentifiers/TypeOther_Identifiers/TypeEnumerationValid values: ArchiveSetNumbers, OtherYes1
OtherIdentifiers/DescriptionOfOtherTypeOther_Identifiers/Description_Of_Other_TypeString1-1,024 charactersNo0..1


Example Mapping

Section
Column
width50%

DIF 10

No Format
<Other_Identifiers>
    <Identifier>C123456_Prov</Identifier>
    <Type>ArchiveSetsNumber</Type>
</Other_Identifiers>
<Other_Identifiers>
    <Identifier>key-1234</Identifier>
    <Type>Other</Type>
    <Description_Of_Other_Type>Database Key</Description_Of_Other_Type>
</Other_Identifiers>
Column
width50%

UMM

No Format
"OtherIdentifiers": [
    {"Identifier": "C123456_Prov", "Type": "ArchiveSetsNumber"},
    {
      "Identifier": "key-1234",
      "Type": "Other",
      "DescriptionOfOtherType": "Database Key"
    },
  ]
Expand
titleECHO 10

ECHO 10

OtherIdentifiers is not required. Many OtherIdentifier nodes may be provided (Cardinality: 0..1)

UMM-C ElementECHO 10 PathTypeConstraintsRequired in ECHO10?Cardinality
OtherIdentifiersOtherIdentifiersList
Yes0..1

OtherIdentifiers/OtherIdentifierObject

1..*

OtherIdentifiers/Identifier

OtherIdentifiers/OtherIdentifier/IdentifierString1-1,024 charactersYes1
OtherIdentifiers/TypeOtherIdentifiers/OtherIdentifier/TypeEnumerationValidValues: ArchiveSetsNumber, OtherYes1
OtherIdentifiers/DescriptionOfOtherTypeOtherIdentifiers/OtherIdentifier/DescriptionOfOtherTypeString1-1,024 charactersNo0..1


Example Mapping


Section
Column
width50%

ECHO 10

No Format
<OtherIdentifiers>
 	<OtherIdentifier>
		<Identifier>C123456_Prov</Identifier>
		<Type>ArchiveSetsNumber</Type>
	</OtherIdentifier>
	<OtherIdentifier>
		<Identifier>key-1234</Identifier>
		<Type>Other</Type>
		<DescriptionOfOtherType>Database Key</DescriptionOfOtherType>
	</OtherIdentifier>
</OtherIdentifiers>
Column
width50%

UMM

No Format
"OtherIdentifiers": [
    {"Identifier": "C123456_Prov", "Type": "ArchiveSetsNumber"},
    {
      "Identifier": "key-1234",
      "Type": "Other",
      "DescriptionOfOtherType": "Database Key"
    },
]



Expand
titleISO 19115-2 MENDS

ISO 19115-2 MENDS

Abstract is required is ISO. Only one Abstract may be provided (Cardinality: 1)

Maps to the UMM element "Abstract"
UMM-C ElementISO PathTypeNotes
AbstractOtherIdentifiers/Identifiers

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

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

String
OtherIdentifiers/Type

[=> gmd:description/gco:CharacterString Type: <value>

StringShares a Character String with Description
OtherIdentifiers/DescriptionOfOtherType

[=> gmd:abstractdescription/gco:CharacterString DescriptionOfOtherType: <value>

StringShares a Character String with Type


Example Mapping

Section
Column
width50%

ISO 19115-2 MENDS

No Format
<gmd:identificationInfo>
    <gmd:MD_DataIdentification>
        <!-- Other Identifiers -->
        <gmd:citation>
            <gmd:CI_Citation>
                <gmd:identifier>
                    <gmd:MD_Identifier>
                        <gmd:code>
                            <gco:CharacterString>key-1234</gco:CharacterString>
                        </gmd:code>
                        <gmd:codeSpace>
                            <gco:CharacterString>gov.nasa.esdis.umm.otheridentifier</gco:CharacterString>
                        </gmd:codeSpace>
                        <gmd:description>
                            <gco:CharacterString>
                                Type: Other
                                Description: Ticket number related to this data.
                            </gco:CharacterString>
                        </gmd:description>
                    </gmd:MD_Identifier>
                </gmd:identifier>
            </gmd:CI_Citation>
        </gmd:citation>
    </gmd:MD_DataIdentification>
</gmd:identificationInfo>
Column
width50%

UMM

No Format
"OtherIdentifiers": [
    {"Identifier": "C123456_Prov", "Type": "ArchiveSetsNumber"},
    {
      "Identifier": "key-1234",
      "Type": "Other",
      "DescriptionOfOtherType": "Database Key"
    },
]
Expand
titleISO 19115-2 SMAP

ISO 19115-2 SMAP

Abstract is required in ISO. Only one Abstract may be provided (Cardinality: 1)No Mappings to this format

UMM-C ElementISO PathTypeNotes
Abstract

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/

gmd:abstract/gco:CharacterString

with

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification[gmd:citation/

gmd:CI_Citation/gmd:identifier/gmd:MD_Identifier/gmd:description/gco:CharacterString="The ECS Short Name"

StringMaps to the UMM element "Abstract"
OtherIdentifiers

None


No mappings have been defined


Example Mapping

Section
Column
width50%

ISO 19115-2 SMAP

No Format
<!--None-->N/A
Column
width50%

UMM

No Format
N/A

UMM Migration

None

Excerpt
hiddentrue

Future Mappings

This section not edited, but left in as a placeholder

Expand
titleISO 19115-1

ISO 19115-1

Abstract is required in ISO. Only one Abstract may be provided (Cardinality: 1)

UMM-C ElementISO PathTypeNotes
Abstract

/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:abstract/gco:CharacterString

StringMaps to the UMM element "Abstract"


Example Mapping

Section
Column
width50%
No Format
<mdb:MD_Metadata>
  ...
  <mdb:identificationInfo>
    <mri:MD_DataIdentification>
      ...
      <mri:abstract>
        <gco:CharacterString>
      The Atmospheric Infrared Sounder (AIRS) is a grating spectrometer (R = 1200) aboard the second Earth Observing System (EOS) polar-orbiting platform, EOS Aqua. In combination with the Advanced Microwave Sounding Unit (AMSU) and the Humidity Sounder for Brazil (HSB), AIRS constitutes an innovative atmospheric sounding group of visible, infrared, and microwave sensors. The AIRS Carbon Dioxide (CO2) Standard Retrieval Product consists of retrieved estimates of CO2, plus estimates of the errors associated with the retrieval. In contrast to AIRX2RET, the horizontal resolution of this standard product is about 110 km (1x1 degree). An AIRS granule has been set as 6 minutes of data, 15 footprints cross track by 22 lines along track.
        </gco:CharacterString>
      </mri:abstract>
    ...
    </mri:MD_DataIdentification>
  </mdb:identificationInfo>
  ...
</mdb:MD_Metadata>
Column
width50%
No Format
"Abstract" : "The Atmospheric Infrared Sounder (AIRS) is a grating spectrometer (R = 1200) aboard the second Earth Observing System (EOS) polar-orbiting platform, EOS Aqua. In combination with the Advanced Microwave Sounding Unit (AMSU) and the Humidity Sounder for Brazil (HSB), AIRS constitutes an innovative atmospheric sounding group of visible, infrared, and microwave sensors. The AIRS Carbon Dioxide (CO2) Standard Retrieval Product consists of retrieved estimates of CO2, plus estimates of the errors associated with the retrieval. In contrast to AIRX2RET, the horizontal resolution of this standard product is about 110 km (1x1 degree). An AIRS granule has been set as 6 minutes of data, 15 footprints cross track by 22 lines along track.",



History

UMM Versioning

VersionDateWhat Changed
1.18.02024-03-18Added in version 1.18.0

ARC Documentation

VersionDateWhat ChangedAuthor

Hide comments