Element Description

The Temporal Keywords element specifies a word or phrase which serves to summarize the temporal characteristics of a dataset.

Best Practices

Temporal Keywords is an optional element. There is not a controlled vocabulary for temporal keywords. If this element is utilized it is recommended that a consistent naming convention be developed for related records or for records from the same data center.  

Examples:

TemporalKeywords: "Weekly"

TemporalKeywords: "Subannual"

TemporalKeywords: "Annual Climatology" 


Element Specification

Providing the Temporal Keyword element is optional. Multiple Temporal Keywords may be provided (Cardinality: 0..*)

ModelElementTypeConstraintsRequired?Cardinality
UMM-CTemporalKeywordsString1 - 80 CharactersNo0..*


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

Loading...

Please see the expandable sections below for flowchart details.


  • Manual Review
    • Identify errors, discrepancies or omissions.
    • Verify that all pertinent keywords have been applied.
    • Verify that existing facets and other controlled keyword values are consistent and suitable for the data.
  • Automated Review
    • Check that the field has been populated.
    • Check that the field is populated with a valid value from KMS.
    • Check that the field value is not a duplicate.
    • Check that the 'Detailed_Variable' field length is not greater than 80 characters.

TBD

ARC Priority Matrix

Priority CategorizationJustification

Red = High Priority Finding

This element is categorized as highest priority when:

  • The Temporal Keywords is not appropriate for the dataset.

Yellow = Medium Priority Finding

This element is categorized as medium priority when:

  • A recommendation is made to change a Temporal Keywords to be more accurate or more consistent with related collections.

Blue = Low Priority Finding

This element is categorized as low priority when:

  • A recommendation is made to add a relevant Temporal Keywords to the metadata.

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

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

DIF 10

Providing an Ancillary_Temporal_Keyword is optional. Multiple Ancillary_Temporal_Keywords may be provided (Cardinality: 0..*)

UMM-C ElementDIF 10 PathTypeConstraintsRequired in DIF 10?Cardinality
TemporalKeywordsTemporal_Coverage/Temporal_Info/Ancillary_Temporal_KeywordString
No0..*


Example Mapping

DIF 10

<Temporal_Coverage>
  <Temporal_Info>
    <Ancillary_Temporal_Keywords>Daily Climatology</Ancillary_Temporal_Keywords>
  </Temporal_Info>
</Temporal_Coverage>

UMM

TemporalKeywords: [
  "Daily Climatology",
],

ECHO 10

Providing a Temporal Keyword is optional. Multiple Temporal Keywords may be provided (Cardinality: 0..*).

UMM-C ElementECHO 10 PathTypeConstraintsRequired in ECHO10?Cardinality
TemporalKeywordsTemporalKeywords/KeywordString

1 - 80 Characters

No0..*


Example Mapping

ECHO 10

<Temporal_Coverage>
  <Keyword>Daily Climatology</Keyword>
</Temporal_Coverage>

UMM

TemporalKeywords: [
  "Daily Climatology",
],



ISO 19115-2 MENDS

Providing a Temporal Keyword is optional. Multiple Temporal Keywords may be provided (Cardinality: 0..*).

UMM-C Element

ISO 19115-2 MENDS Path

Type
TemporalKeywords

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

with

/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:type/gmd:MD_KeywordTypeCode

codeList="https://cdn.earthdata.nasa.gov/iso/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal"=temporal

String



Example Mapping

ISO 19115-2 MENDS

<gmi:MI_Metadata>
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
      <gmd:descriptiveKeywords>
        <gmd:MD_Keywords>
          <gmd:keyword>
            <gco:CharacterString>Daily Climatology</gco:CharacterString>
          </gmd:keyword>
          <gmd:type>
            <gmd:MD_KeywordTypeCode codeList="https://cdn.earthdata.nasa.gov/iso/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal"=temporal</gmd:MD_KeywordTypeCode>
          </gmd:type>
          <gmd:thesaurusName gco:nilReason="unknown"/>
        </gmd:MD_Keywords>
      </gmd:descriptiveKeywords>
    </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
</gmi:MI_Metadata>

UMM

TemporalKeywords: [
  "Daily Climatology",
],



ISO 19115-2 SMAP

Providing a Temporal Keyword is optional. Multiple Temporal Keywords may be provided (Cardinality: 0..*).

UMM-C Element

ISO 19115-2 SMAP Path

Type
TemporalKeywords

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString

with

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gmd:type/MD_KeywordTypeCode[@codeListValue="temporal"]

String


Example Mapping

ISO 19115-2 SMAP

<gmd:DS_Series>
<gmd:seriesMetadata>
<gmi:MI_Metadata>
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
      <gmd:descriptiveKeywords>
        <gmd:MD_Keywords>
          <gmd:keyword>
            <gco:CharacterString>Daily Climatology</gco:CharacterString>
          </gmd:keyword>
          <gmd:type>
            <gmd:MD_KeywordTypeCode codeList="https://cdn.earthdata.nasa.gov/iso/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="temporal"=temporal</gmd:MD_KeywordTypeCode>
          </gmd:type>
          <gmd:thesaurusName gco:nilReason="unknown"/>
        </gmd:MD_Keywords>
      </gmd:descriptiveKeywords>
    </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
</gmi:MI_Metadata>
</gmd:seriesMetadata>
</gmd:DS_Series>

UMM

TemporalKeywords: [
  "Daily Climatology",
],

UMM Migration

None

History

UMM Versioning

VersionDateWhat Changed
1.15.512/3/2020No changes were made for Temporal Keywords during the transition from version 1.15.4 to 1.15.5
1.15.49/18/2020No changes were made for Temporal Keywords during the transition from version 1.15.3 to 1.15.4
1.15.37/1/2020No changes were made for Temporal Keywords during the transition from version 1.15.2 to 1.15.3
1.15.25/20/2020No changes were made for Temporal Keywords during the transition from version 1.15.1 to 1.15.2
1.15.13/25/2020No changes were made for Temporal Keywords during the transition from version 1.15.0 to 1.15.1
1.15.02/26/2020No changes were made for Temporal Keywords during the transition from version 1.14.0 to 1.15.0
1.14.010/21/2019No changes were made for Temporal Keywords during the transition from version 1.13.0 to 1.14.0
1.13.004/11/2019No changes were made for Temporal Keywords during the transition from version 1.12.0 to 1.13.0
1.12.001/22/2019No changes were made for Temporal Keywords during the transition from version 1.11.0 to 1.12.0
1.11.011/28/2018No changes were made for Temporal Keywords during the transition from version 1.10.0 to 1.11.0
1.10.005/02/2018No changes were made for Temporal Keywords during the transition from version 1.9.0 to 1.10.0

ARC Documentation

VersionDateWhat ChangedAuthor
1.001/16/2019Recommendations/priority matrix transferred from internal ARC documentation to wiki space



  • No labels