Versions Compared

Key

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

Table of Contents
stylecircle

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

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
    • 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.
Expand
titleCMR Validation
  • If this element is used it must contain at least 1 character and be no longer than 255 characters in length.
Expand
titleARC Metadata QA/QC

ARC Priority Matrix

Priority CategorizationJustification

Red = High Priority Finding

This element is categorized as highest priority when:

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

Yellow = Medium Priority Finding

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

Blue = Low Priority Finding

Not Applicable

Green = No Findings/Issues

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

ARC Automated Rules

If novalue is provided, return is "np."

Checks

ARC uses the pyQuARC library for automated metadata checks. Please see the pyQuARC GitHub for more information. 

Otherwise, return is "OK."

Dialect Mappings

Expand
titleDIF 9

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

Expand
titleDIF 10

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

Section
Column
width50%

DIF 10

No Format
<Ancillary_Keyword>Water Resources</Ancillary_Keyword>
<Ancillary_Keyword>Energy and Mineral Resources</Ancillary_Keyword>
<Ancillary_Keyword>Hydrology</Ancillary_Keyword>
Column
width50%

UMM

No Format
"AncillaryKeywords": [
  "Water Resources",
  "Energy and Mineral Resources",
  "Hydrology"
]
Expand
titleECHO 10

ECHO 10

Ancillary Keywords does not map to ECHO 10.

Expand
titleISO 19115-2 MENDS

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

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>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>
Column
width50%

UMM

No Format
"AncillaryKeywords": [
  "Water Resources",
  "Energy and Mineral Resources",
  "Hydrology"
]
Expand
titleISO 19115-2 SMAP

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

Section
Column
width50%

ISO 19115-2 SMAP

No Format
<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>
Column
width50%

UMM

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

UMM Migration

None

Excerpt
hiddentrue

Future Mappings

Expand
titleISO 19115-1

ISO 19115-1

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

UMM-C ElementISO PathType
AncillaryKeywords/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:descriptiveKeywords/mri:MD_Keywords/mri:keyword/gco:CharacterString

String


Example Mapping

Section
Column
width50%

ISO 19115-1

No Format
<mdb:MD_Metadata>
  ...
  <mdb:identificationInfo>
    <mri:MD_DataIdentification>
      ...
      </mri:descriptiveKeywords>
        <mri:MD_Keywords>
          <mri:keyword>
            <gco:CharacterString>Water Resources</gco:CharacterString>
          </mri:keyword>
          <mri:keyword>
            <gco:CharacterString>Energy and Mineral Resources</gco:CharacterString>
          </mri:keyword>
          <mri:keyword>
            <gco:CharacterString>Hydrology</gco:CharacterString>
          </mri:keyword>
        </mri:MD_Keywords>
        ...
      </mri:descriptiveKeywords>
      ...
    </mri:MD_DataIdentification>
  </mdb:identificationInfo>
  ...
</mdb:MD_Metadata>
Column
width50%

UMM

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

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