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

Compare with Current View Page History

« Previous Version 23 Current »

Element Description

The Ancillary Keywords element allows metadata authors to provide words or phrases beyond the controlled Science Keyword vocabulary, to further describe the the collection. 


Best Practices

The Ancillary Keywords element is optional and is an uncontrolled free-text field. It can be leveraged to provide any additional keywords needed to describe the collection in addition to the Science Keywords (which must be selected from a controlled vocabulary list). This can be useful for providing tags needed for other applications or for providing niche keywords which may not fit in the current scope of the controlled science keyword vocabulary. Ancillary keywords are indexed for search using the CMR API, however, they do not appear as faceted keywords in the Earthdata Search Client user interface.   

Examples:

"Hurricane Katrina"

"Mineral Resources"

"BEDI"

"Modified SAVI"

"Discrete-Band Normalized Difference Water Index"

"Principal Component Analysis"

"Hydrology"


Element Specification

Providing Ancillary Keywords is optional. An unlimited number of Ancillary Keywords may be listed (Cardinality: 0..*)

ModelElementTypeConstraintsRequired?Cardinality
UMM-CAncillaryKeywordsString

1 - 255 characters

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

Please see the expandable sections below for flowchart details.


  • Manual Review
    • Check that the purpose description is appropriate for the dataset.
  • Automated Review
    • Check that the field has been populated.
    • Check that the field length is not greater than 1000 characters.
  • If this element is used it must contain at least 1 character and be no longer than 255 characters in length.

ARC Priority Matrix

Priority CategorizationJustification

This element is categorized as highest priority when:

  • The ancillary keyword contains a spelling error.
  • The element is being used incorrectly.

This element is categorized as medium priority when:

  • A recommendation is made to change an existing keyword.
    • The ancillary keyword is unnecessarily long.
    • The keyword doesn't seem appropriate or in any way related to the dataset.

N/A


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

ARC Automated Rules

  • If no value is provided, return is "np."
  • Otherwise, return is "OK."

Dialect Mappings

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

DIF 10

Providing Ancillary_Keywords is optional. An unlimited number of Ancillary_Keywords may be listed (Cardinality: 0..*)

UMM-C ElementDIF 10 PathTypeConstraintsRequired in DIF 10?Cardinality
AncillaryKeywordsAncillary_Keyword

String

n/a

No

0..*


Example Mapping

DIF 10

<Ancillary_Keyword>Water Resources</Ancillary_Keyword>
<Ancillary_Keyword>Energy and Mineral Resources</Ancillary_Keyword>
<Ancillary_Keyword>Hydrology</Ancillary_Keyword>

UMM

"AncillaryKeywords": [
  "Water Resources",
  "Energy and Mineral Resources",
  "Hydrology"
]

ECHO 10

Ancillary Keywords does not map to ECHO 10.

ISO 19115-2 MENDS

Providing Ancillary Keywords is optional. An unlimited number of Ancillary Keywords may be listed (Cardinality: 0..*)

UMM-C ElementISO PathType
AncillaryKeywords/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString

String


Example Mapping

ISO 19115-2 MENDS

<gmi:MI_Metadata>
  ...
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
      ...
      <gmd:descriptiveKeywords>
        <gmd:MD_Keywords>
          <gmd:keyword>
            <gco:CharacterString>Water Resources</gco:CharacterString>
          </gmd:keyword>
          <gmd:keyword>
            <gco:CharacterString>Energy and Mineral Resources</gco:CharacterString>
          </gmd:keyword>
          <gmd:keyword>
            <gco:CharacterString>Hydrology</gco:CharacterString>
          </gmd:keyword>
          ...
        </gmd:MD_Keywords>
      </gmd:descriptiveKeywords>
      ...
    </gmd:MD_DataIdentification>
  </gmd:identificationInfo>
  ...
</gmi:MI_Metadata>

UMM

"AncillaryKeywords": [
  "Water Resources",
  "Energy and Mineral Resources",
  "Hydrology"
]

ISO 19115-2 SMAP

Providing Ancillary Keywords is optional. An unlimited number of Ancillary Keywords may be listed (Cardinality: 0..*)

UMM-C ElementISO PathType
AncillaryKeywords/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString

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>Water Resources</gco:CharacterString>
              </gmd:keyword>
              <gmd:keyword>
                <gco:CharacterString>Energy and Mineral Resources</gco:CharacterString>
              </gmd:keyword>
              <gmd:keyword>
                <gco:CharacterString>Hydrology</gco:CharacterString>
              </gmd:keyword>
              ...
            </gmd:MD_Keywords>
          </gmd:descriptiveKeywords>
          ...
        </gmd:MD_DataIdentification>
      </gmd:identificationInfo>
      ...
    </gmi:MI_Metadata>
  </gmd:seriesMetadata>
</gmd:DS_Series>

UMM

"AncillaryKeywords": [
  "Water Resources",
  "Energy and Mineral Resources",
  "Hydrology"
]

UMM Migration

None

History

UMM Versioning

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

No changes were made for Ancillary Keywords during the transition from version 1.9.0 to 1.10.0.

ARC Documentation

VersionDateWhat ChangedAuthor
1.010/12/18Recommendations/priority matrix transferred from internal ARC documentation to wiki spaceJeanne' le Roux
  • No labels