Versions Compared

Key

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

The following UMM-T record should be used when utilizing UMM-T smart handoffs to EDSC

SIT: TL1200416293-ESDIS

UAT: TL1244152453-ESDIS

Prod: TL2243339890-ESDIS

Code Block
{
  "Description": "Earthdata Search is a modern web application allowing users to search, discover, visualize, refine, and access NASA Earth Observation data using ESDIS’ wide array of service offerings.",
  "LongName": "Earthdata Search",
  "MetadataSpecification": {
    "Name": "UMM-T",
    "URL": "https://cdn.earthdata.nasa.gov/umm/tool/v1.1",
    "Version": "1.1"
  },
  "Name": "Earthdata Search",
  "Organizations": [{
    "LongName": "Earth Science Data and Information System Project, Earth Observing System,Goddard Space Flight Center, NASA",
    "Roles": ["DEVELOPER"],
    "ShortName": "NASA/GSFC/EOS/ESDIS",
    "URLValue": "https://earthdata.nasa.gov/about/esdis-project"
  }],
  "PotentialAction": {
    "QueryInput": [{
      "Description": "CMR Concept ID of collection",
      "ValueName": "p",
      "ValueRequired": true,
      "ValueType": "conceptId"
    }, {
      "Description": "Free text query",
      "ValueName": "q",
      "ValueRequired": false,
      "ValueType": "edscTextQuery"
    }, {
      "Description": "EPSG code to set map projection, accepted values are: EPSG:4326, EPSG:3413 or EPSG:3031",
      "ValueName": "projection",
      "ValueRequired": false,
      "ValueType": "https://spatialreference.org/ref/epsg/"
    }, {
      "Description": "The map's visible base layer, single value from these options: blueMarble, trueColor, landWaterMap",
      "ValueName": "base",
      "ValueRequired": false,
      "ValueType": "edscBaseLayer"
    }, {
      "Description": "The map's visible overlay layers, comma delimited list from these accepted values: coastlines, referenceFeatures, referenceLabels",
      "ValueName": "overlayoverlays",
      "ValueRequired": false,
      "ValueType": "edscOverlayLayers"
    }, {
      "Description": "Latitude point for the center of the map",
      "ValueName": "lat",
      "ValueRequired": false,
      "ValueType": "https://schema.org/latitude"
    }, {
      "Description": "Longitude point for the center of the map",
      "ValueName": "long",
      "ValueRequired": false,
      "ValueType": "https://schema.org/longitude"
    }, {
      "Description": "Zoom level of the map",
      "ValueName": "zoom",
      "ValueRequired": false,
      "ValueType": "zoom"
    }, {
      "Description": "Bounding box spatial search",
      "ValueName": "sb",
      "ValueRequired": false,
      "ValueType": "https://schema.org/box"
    }, {
      "Description": "Temporal search range",
      "ValueName": "qt",
      "ValueRequired": false,
      "ValueType": "temporalRange"
    }],
    "Target": {
      "HttpMethod": ["GET"],
      "Type": "EntryPoint",
      "UrlTemplate": "https://search.earthdata.nasa.gov/search/granules{?p,q,sb,qt,lat,long,zoom,projection,base,overlayoverlays}"
    },
    "Type": "SearchAction"
  },
  "Quality": {
    "QualityFlag": "Available"
  },
  "ToolKeywords": [{
    "ToolCategory": "EARTH SCIENCE SERVICES",
    "ToolTopic": "DATA ANALYSIS AND VISUALIZATION"
  }],
  "Type": "Web User Interface",
  "URL": {
    "Description": "Earthdata Search",
    "Type": "GOTO WEB TOOL",
    "URLContentType": "DistributionURL",
    "URLValue": "https://search.earthdata.nasa.gov"
  },
  "Version": "1"
}