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

Compare with Current View Page History

Version 1 Next »

Element Description

The Granule Localities element...


Best Practices


Examples:



Element Specification

Production Date Time is required (Cardinality: 0..*)

ModelElementTypeConstraintsRequired?Cardinality
UMM-GSpatialExtent/GranuleLocalities






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
  • Automated Review

<>

ARC Priority Matrix

Priority CategorizationJustification

This element is categorized as highest priority when:

  • The Production Date Time is not provided.
  • The Production Date Time does not comply with the ISO 8601 Standard.

Not Applicable


Not Applicable


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

ARC Automated Rules

Dialect Mappings

ECHO 10

Production Date Time is required for ECHO 10.

SpecificationPathTypeConstraintsRequired in ECHO10?Cardinality
ECHO 10ProductionDateTimedateTime

n/a

Yes1


Example Mapping

ECHO 10

<ProductionDateTime>2009-12-14T00:00:00Z</ProductionDateTime>

UMM

"DataGranule": {
  "ProductionDateTime" : "2009-12-14T00:00:00Z"
}

ISO 19115-2 MENDS

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

SpecificationPathTypeNotes
ISO 19115-2 MENDS

/gmi:MI_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage/gmd:LI_Lineage/gmd:processStep/gmi:LE_ProcessStep/gmd:description/gco:CharacterString = ProductionDateTime

with


/gmi:MI_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage/gmd:LI_Lineage/gmd:processStep/gmi:LE_ProcessStep/gmd:dateTime/gco:DateTime

String

Maps to the UMM element "ProductionDateTime"


Example Mapping

ISO 19115-2 MENDS

<gmi:MI_Metadata>
  <gmd:dataQualityInfo>
    <gmd:DQ_DataQuality>
      <gmd:lineage>
        <gmd:LI_Lineage>
          <gmd:processStep>
            <gmi:LE_ProcessStep>
              <gmd:description>
                <gco:CharacterString>ProductionDateTime</gco:CharacterString>
              </gmd:description>
              <gmd:dateTime>
                <gco:DateTime>2009-12-14T00:00:00Z</gco:DateTime>
              </gmd:dateTime>
            </gmi:LE_ProcessStep>
          </gmd:processStep>
        </gmd:LI_Lineage>
      </gmd:lineage>
    </gmd:DQ_DataQuality>
  </gmd:dataQualityInfo>
</gmi:MI_Metadata>

UMM

"DataGranule": {
  "ProductionDateTime" : "2009-12-14T00:00:00Z"
}

ISO 19115-2 SMAP

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

SpecificationPathTypeNotes
ISO 19115-2 SMAP

/gmd:DS_Series/gmd:composedOf/gmd:DS_DataSet/gmd:has/gmi:MI_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage/gmd:LI_Lineage/gmd:processStep/gmi:LE_ProcessStep/gmd:dateTime/gco:DateTime

String

Maps to the UMM element "ProductionDateTime"


Example Mapping

ISO 19115-2 SMAP

<gmd:DS_Series>
<gmd:composedOf>
<gmd:DS_DataSet>
<gmd:has>
<gmi:MI_Metadata>
  <gmd:dataQualityInfo>
    <gmd:DQ_DataQuality>
      <gmd:lineage>
	    <gmd:LI_Lineage>
          <gmd:processStep>
            <gmi:LE_ProcessStep>
              <gmd:dateTime>
                <gco:DateTime>2009-12-14T00:00:00Z</gco:DateTime>
              </gmd:dateTime>
            </gmi:LE_ProcessStep>
          </gmd:processStep>
        </gmd:LI_Lineage>
      </gmd:lineage>
    </gmd:DQ_DataQuality>
  </gmd:dataQualityInfo>      
</gmi:MI_Metadata>
</gmd:has>
</gmd:DS_DataSet>
</gmd:composedOf>
</gmd:DS_Series>

UMM

"DataGranule": {
  "ProductionDateTime" : "2009-12-14T00:00:00Z"
}

UMM Migration

UMM Version 1.4.0Translation DirectionUMM Version 1.5.0



Future Mappings

ISO 19115-1


SpecificationPathTypeNotes
ISO 19115-1

N/A

String

N/A


Example Mapping

ISO 19115-1

N/A

UMM

"DataGranule": {
  "ProductionDateTime" : "2009-12-14T00:00:00Z"
}

History

UMM Versioning

VersionDateWhat Changed
1.5.001/30/2019No changes were made for Production Date Time during the transition from version 1.4.0 to 1.5.0.
1.4.008/01/2018No changes were made for Production Date Time 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
  • No labels