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

Compare with Current View Page History

« Previous Version 11 Next »

Element Description

This element provides the geophysical parameters that were obtained during data collection. It contains not only the name of the parameters, but it also includes the associated data quality stats and data quality flags.  The data quality stats provide information on the measurement of the quality of the data while the data quality flags represent the overall quality assurance levels placed on the granule's parameters.  


Best Practices

At bare minimum, the parameter name(s) must be provided while providing information on the data quality and its flags are optional. 

Examples:

MeasuredParamaters/ParameterName: "BIOMASS", "FORESTS", "CROWN", "PLANT CHARACTERISTICS", "VEGETATION SPECIES"

Element Specification

The Measured Parameters element is required (Cardinality: 1)

ModelElementTypeConstraintsRequired?Cardinality
UMM-GMeasured Parameter/Parameter NameStringN/AY1
UMM-GMeasured Parameter/QA Stats/Percent Missing DataStringN/AN0..1
UMM-GMeasured Parameter/QA Stats/QA Percent Out of Bounds DataStringN/AN0..1
UMM-GMeasured Parameter/QA Stats/Percent Interpolated DataStringN/AN0..1
UMM-GMeasured Parameter/QA Stats/QA Percent Cloud CoverStringN/AN0..1
UMM-GMeasured Parameter/QA Flags/Automatic Quality FlagStringN/AN0..1
UMM-GMeasured Parameter/QA Flags/Automatic Quality Flag ExplanationStringN/AN0..1
UMM-GMeasured Parameter/QA Fags/Operational Quality FlagStringN/AN0..1
UMM-GMeasured Parameter/QA Flags/Operational Quality Flag ExplanationStringN/AN0..1
UMM-GMeasured Parameter/QA Flags/Science Quality FlagStringN/AN0..1
UMM-GMeasured Parameter/QA Flags/Science Quality Flag ExplanationStringN/AN0..1



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. 


<>

ARC Priority Matrix

Priority CategorizationJustification

This element is categorized as highest priority when:

  • The Measured Parameters are not provided.
  • The Measured Parameters are incorrect for the granule.

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

Measured Parameters is required for ECHO 10.

UMM-G ElementECHO 10 PathTypeConstraintsRequired in ECHO10?Cardinality
Measured Parameter/Parameter NameParameterNameString

n/a

Yes1
Measured Parameter/QA Stats/Percent Missing DataPercentMissingDataStringn/aNo0..1
Measured Parameter/QA Stats/QA Percent Out of Bounds DataQAPercentOutofBoundsStringn/aNo0..1
Measured Parameter/QA Stats/Percent Interpolated DataPercentInterpolatedDataStringn/aNo0..1
Measured Parameter/QA Stats/QA Percent Cloud CoverQAPercentCloudCoverStringn/aNo0..1
Measured Parameter/QA Flags/Automatic Quality FlagAutomaticQualityFlagStringn/aNo0..1
Measured Parameter/QA Fags/Operational Quality FlagOperationalQualityFlagStringn/aNo0..1
Measured Parameter/QA Flags/Operational Quality Flag ExplanationOperationalQualityFlagExplanationStringn/aNo0..1
Measured Parameter/QA Flags/Science Quality FlagScienceQualityFlagStringn/aNo0..1
Measured Parameter/QA Flags/Science Quality Flag ExplanationScienceQualityFlagExplanationStringn/aNo0..1


Example Mapping

ECHO 10

<MeasuredParameters>VEGETATION</MeasuredParameters>

UMM

{
  "Measured Parameters": "VEGETATION",
}

ISO 19115-2 MENDS

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

UMM-G ElementISO PathTypeNotes
MeasuredParameters

[=>/gmd:dimension/gmd:MD_Band [==>
[==>/gmd:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString {the value}
[==>/gmd:sequenceIdentifier/gco:MemberName/gco:attributeType/gco:TypeName/gco:aName/gco:CharacterString = MeasuredParameters

(CMR write only)
/gmi:MI_Metadata/gmd:DQ_DataQuality/gmd:scope/gmd:DQ_Scope/gmd:levelDescription/gmd:MD_ScopeDescription/gmd:attributes/gco:CharacterString = ParameterName

String

Maps to the UMM element Measured Parameters


Example Mapping

ISO 19115-2 MENDS

<gmd:dimension>
  <gmd:MD_Band>
    <gmd:sequenceIdentifier>
      <gco:MemberName>
        <gco:aName
                <gco:CharacterString>VEGETATION</gco:CharacterString>
              

UMM

{
  "Measured Parameters": "VEGETATION",
}

ISO 19115-2 SMAP

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

UMM-G ElementISO PathTypeNotes
GranuleUR

/gmd:DS_Series/gmd:composedOf/gmd:DS_DataSet/gmd:has/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString {the actual Granule UR}

with

/gmd:DS_Series/gmd:composedOf/gmd:DS_DataSet/gmd:has/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:purpose/gco:CharacterString = GranuleUR

String

Provide the GranuleUR in the gmd:code field.

Provide the string"gov.nasa.esdis.umm.granuleur" in the gmd:codeSpace field. The CMR will use this string to parse out the appropriate GranuleUR value.

Also provide the string "GranuleUR" in the gmd:description field. The CMR will use this string to parse out the appropriate GranuleUR value.


Example Mapping

ISO 19115-2 SMAP

<gmd:DS_Series>
  <gmd:composedOf>
    <gmd:DS_DataSet>
      <gmd:has>
        <gmi:MI_Metadata>
          <gmd:identificationInfo>
            <gmd:MD_DataIdentification>
              <gmd:purpose>
                <gco:CharacterString>GranuleUR</gco:CharacterString>
              </gmd:purpose>
              <gmd:citation>
                <gmd:CI_Citation>
                  <gmd:title>
                    <gco:CharacterString>AIRS2CCF_NRT.006:AIRS.2018.10.18.189.L2.CC_IR.v6.0.31.0.R18291162512.hdf</gco:CharacterString>
                  </gmd:title>
                </gmd:CI_Citation>
              </gmd:citation>
            </gmd:MD_DataIdentification>
          </gmd:identificationInfo>
        </gmi:MI_Metadata>
      </gmd:has>
    </gmd:DS_DataSet>
  </gmd:composedOf>
</gmd:DS_Series>

UMM

{
  "Measured Parameters": "VEGETATION",
}

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

{
  "Measured Parameters": "VEGETATION",
}

History

UMM Versioning

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