Versions Compared

Key

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

Table of Contents
stylecircle

Element Description

The Granule Localities element is a method for naming a granule's spacial spatial location. 


Best Practices

Some examples of Granule Locality include, but are not limited to, "global," "land," and "limb." A "global" granule locality consists of data taken on a global-scale, while a land locality pertains to data taken over land. A "limb" locality refers to data taken from an instrument in limb mode. Providing a Granule Locality is optional, but can be leveraged to place the granule in a location or time based category.   

Examples:

"Global"

"Land"

"Ocean"

"Limb"


Element Specification

Granule Localities is an optional element (Cardinality: 0..*)

ModelElementTypeConstraintsRequired?Cardinality
UMM-GSpatialExtent/GranuleLocalitiesString

N/A

No0..*



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
titleGCMD Metadata QA/QC
  • Manual Review
  • Automated Review
Expand
titleCMR Validation

<>

Expand
titleARC Metadata QA/QC

ARC Priority Matrix

Priority CategorizationJustification

Red = High Priority Finding

Not Applicable

Yellow = Medium Priority Finding

This element is categorized as medium priority when:

  • The Locality value provided is incorrect for the granule.

Blue = Low Priority Finding

This element is categorized as low priority when:

  • A recommendation is made to change the locality value on the basis of consistency.

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
titleECHO 10

ECHO 10

Production Date Time is required for ECHO 10.

UMM-G ElementECHO 10 PathTypeConstraintsRequired in ECHO10?Cardinality
SpatialExtent/GranuleLocalitiesSpatial/GranuleLocality/LocalityValueString

1 - 1024 characters

No0..1


Example Mapping

Section
Column
width50%

ECHO 10

No Format
<Spatial>
  <GranuleLocality>
    <LocalityValue>Limb</LocalityValue>
    <LocalityValue>Land</LocalityValue>
  </GranuleLocality>
</Spatial>
Column
width50%

UMM

No Format
"SpatialExtent": {
    "GranuleLocalities": ["Limb", "Land"],
}
Expand
titleISO 19115-2 MENDS

ISO 19115-2 MENDS

The path where Granule Locality is provided in ISO is optional, however, a Granule Locality is required for all CMR granule metadata (Cardinality: 0..1)

UMM-G ElementISO PathTypeNotes
SpatialExtent/GranuleLocalities

/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString = actualGranuleLocalityValue

/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gmd:type/gmd:MD_KeywordTypeCode codeList="https://cdn.earthdata.nasa.gov/iso/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place" = place


String

The actual Granule Locality value should be provided in the gco:CharacterString field. Also provide the codeList value "place" to allow CMR to properly identify and parse out the locality value.


Example Mapping

Section
Column
width50%

ISO 19115-2 MENDS

No Format
<gmi:MI_Metadata>
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
      <gmd:descriptiveKeywords>
        <gmd:MD_Keywords>
          <gmd:keyword>
            <gco:CharacterString>Global</gco:CharacterString>
            <gmd:type>
              <gmd:MD_KeywordTypeCode codeList="https://cdn.earthdata.nasa.gov/iso/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place">place</gmd:MD_KeywordTypeCode
            </gmd:type>
          </gmd:keyword>
        </gmd:MD_Keywords>
      </gmd:descriptiveKeywords>
    </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
</gmi:MI_Metadata>
Column
width50%

UMM

No Format
"SpatialExtent": {
    "GranuleLocalities": ["Global"],
}
Expand
titleISO 19115-2 SMAP

ISO 19115-2 SMAP

Granule Locality does not currently map to ISO 19115-2 SMAP.

SpecificationPathTypeNotes
ISO 19115-2 SMAP

N/A

N/A

N/A


Example Mapping

Section
Column
width50%

ISO 19115-2 SMAP

No Format
N/A
Column
width50%

UMM

No Format
"SpatialExtent": {
    "GranuleLocalities": ["Global"],
}

UMM Migration

UMM Version 1.4.0Translation DirectionUMM Version 1.5.0



Excerpt
hiddentrue

Future Mappings

Expand
titleISO 19115-1

ISO 19115-1

Granule Locality does not currently map to ISO 19115-1.

SpecificationPathTypeNotes
ISO 19115-1

N/A

N/A

N/A


Example Mapping

Section
Column
width50%

ISO 19115-1

No Format
N/A
Column
width50%

UMM

No Format
"SpatialExtent": {
    "GranuleLocalities": ["Global"],
}

History

UMM Versioning

VersionDateWhat Changed
1.6.011/4/2019No changes were made for Granule Localities during the transition from version 1.5.0 to 1.6.0.
1.5.001/30/2019No changes were made for Granule Localities during the transition from version 1.4.0 to 1.5.0.
1.4.008/01/2018No changes were made for Granule Localities during the transition from version 1.3.0 to 1.4.0.

ARC Documentation

VersionDateWhat ChangedAuthor
1.002/15/2019Recommendations/priority matrix transferred from internal ARC documentation to wiki space