podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Create UMM-S record for SWODLR/ESDC integration #124

Closed viviant100 closed 2 months ago

nikki-t commented 2 months ago

Initial UMM-S record was published to CMR UAT environment.

Command to test record retrieval: curl -g -i "https://cmr.uat.earthdata.nasa.gov/search/services.umm_json?name=PODAAC_SWODLR&pretty=true"

Response:

{
  "hits" : 1,
  "took" : 27,
  "items" : [ {
    "meta" : {
      "native-id" : "POCLOUD_podaac_swodlr",
      "provider-id" : "POCLOUD",
      "concept-type" : "service",
      "concept-id" : "S1263063541-POCLOUD",
      "revision-date" : "2024-04-10T12:24:33.952Z",
      "user-id" : "ymchen",
      "deleted" : false,
      "revision-id" : 1,
      "format" : "application/vnd.nasa.cmr.umm+json"
    },
    "umm" : {
      "URL" : {
        "Description" : "Service top-level URL",
        "URLValue" : "https://swodlr.podaac.earthdatacloud.nasa.gov"
      },
      "RelatedURLs" : [ {
        "URL" : "https://swodlr.podaac.earthdatacloud.nasa.gov/about",
        "Description" : "SWODLR Documentation",
        "URLContentType" : "PublicationURL",
        "Type" : "VIEW RELATED INFORMATION"
      }, {
        "URL" : "https://swodlr.podaac.earthdatacloud.nasa.gov",
        "Description" : "SWODLR UI endpoint.",
        "URLContentType" : "DistributionURL",
        "Type" : "GET DATA"
      }, {
        "URL" : "https://swodlr.podaac.earthdatacloud.nasa.gov/api",
        "Description" : "SWODLR API endpoint.",
        "URLContentType" : "DistributionURL",
        "Format" : "JSON",
        "Type" : "USE SERVICE API",
        "MimeType" : "application/json"
      } ],
      "Type" : "WEB SERVICES",
      "ServiceKeywords" : [ {
        "ServiceCategory" : "EARTH SCIENCE SERVICES",
        "ServiceTopic" : "DATA MANAGEMENT/DATA HANDLING",
        "ServiceTerm" : "DATA CUSTOMIZATION"
      } ],
      "ServiceOrganizations" : [ {
        "Roles" : [ "ORIGINATOR" ],
        "ShortName" : "NASA/JPL/PODAAC",
        "LongName" : "Physical Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, NASA"
      } ],
      "AccessConstraints" : "Earthdata login user authentication is required to use this service.",
      "ContactGroups" : [ {
        "Roles" : [ "SERVICE PROVIDER", "SOFTWARE AUTHOR" ],
        "GroupName" : "NASA/JPL/PODAAC",
        "ContactInformation" : {
          "OnlineResources" : [ {
            "Description" : "Data Contact URL",
            "Name" : "HOME PAGE",
            "Linkage" : "https://podaac.jpl.nasa.gov/"
          } ],
          "ContactMechanisms" : [ {
            "Type" : "Email",
            "Value" : "podaac@podaac.jpl.nasa.gov"
          }, {
            "Type" : "Other",
            "Value" : "https://github.com/podaac/swodlr/issues"
          } ]
        }
      } ],
      "Description" : "SWODLR is an open-source software system developed to generate custom Level 2 raster data products for the SWOT mission.",
      "VersionDescription" : "Version of software deployed",
      "Version" : "1.0.0",
      "Name" : "PODAAC_SWODLR",
      "ServiceOptions" : {
        "SupportedOutputProjections" : [ {
          "ProjectionName" : "Universal Transverse Mercator"
        }, {
          "ProjectionName" : "WGS84 - World Geodetic System 1984"
        } ]
      },
      "MetadataSpecification" : {
        "URL" : "https://cdn.earthdata.nasa.gov/umm/service/v1.5.2",
        "Name" : "UMM-S",
        "Version" : "1.5.2"
      },
      "LongName" : "PODAAC SWOT On-Demand Level 2 Raster Generation (SWODLR)"
    }
  } ]
}