From 305a5836fc5f2ff640b1e1e9083fed4ffc233a79 Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:25:48 -0700 Subject: [PATCH] Update UMM-S record (#22) --- CHANGELOG.md | 1 + cmr/netcdf_cmr_umm_s.json | 79 ++++++++++++++++++++++++++------------- 2 files changed, 54 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16359f..145e328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed - Project migrated to https://github.com/podaac/net2cog +- [issues/4](https://github.com/podaac/net2cog/issues/4): Updated UMM-S record for net2cog service ## [0.2.0-alpha.15] - 26 July 2023 ### Added diff --git a/cmr/netcdf_cmr_umm_s.json b/cmr/netcdf_cmr_umm_s.json index 504093c..38dd582 100755 --- a/cmr/netcdf_cmr_umm_s.json +++ b/cmr/netcdf_cmr_umm_s.json @@ -1,22 +1,13 @@ { - "Name": "PODAAC NetCDF Reformatter", - "LongName": "PODAAC NetCDF Reformatter", - "Type": "WEB SERVICES", - "Version": "0.1", - "Description": "Endpoint for converting NetCDF files to COG via harmony/harp", - "AccessConstraints": "None", - "UseConstraints": {}, + "Name": "net2cog", + "Description": "Converts NetCDF files to COG. Includes extension for running in NASA Harmony. https://github.com/podaac/net2cog", + "Type": "Harmony", "URL": { - "Description": "PROJECT HOME PAGE", - "URLValue": "https://podaac.jpl.nasa.gov/" + "URLValue": "https://harmony.earthdata.nasa.gov", + "Description": "PROJECT HOME PAGE" }, - "ServiceKeywords": [ - { - "ServiceCategory": "EARTH SCIENCE SERVICES", - "ServiceTopic": "DATA MANAGEMENT/DATA HANDLING", - "ServiceTerm": "REFORMATTER" - } - ], + "Version": "#.#.#", + "LongName": "Network Common Data Form (NetCDF) to Cloud Optimized GeoTIFF (COG)", "ServiceOrganizations": [ { "Roles": [ @@ -27,19 +18,55 @@ } ], "ServiceOptions": { - "SupportedInputFormats": [ - "NETCDF-4" - ], - "SupportedOutputFormats": [ - "GEOTIFF" + "SupportedReformattings": [ + { + "SupportedOutputFormats": [ + "COG" + ], + "SupportedInputFormat": "NETCDF-4" + } ] }, - "OperationMetadata": [ + "AccessConstraints": "None", + "ServiceKeywords": [ { - "OperationName": "Transaction", - "CoupledResource": { - "CouplingType": "MIXED" - } + "ServiceCategory": "EARTH SCIENCE SERVICES", + "ServiceTopic": "DATA MANAGEMENT/DATA HANDLING", + "ServiceTerm": "DATA INTEROPERABILITY", + "ServiceSpecificTerm": "DATA REFORMATTING" + } + ], + "MetadataSpecification": { + "URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.4", + "Name": "UMM-S", + "Version": "1.4" + }, + "ContactGroups": [ + { + "Roles": [ + "SOFTWARE AUTHOR" + ], + "ContactInformation": { + "ContactMechanisms": [ + { + "Type": "Other", + "Value": "https://github.com/podaac/net2cog/issues" + }, + { + "Type": "Email", + "Value": "podaac@jpl.nasa.gov" + } + ] + }, + "GroupName": "PO.DAAC" + } + ], + "RelatedURLs": [ + { + "URL": "https://github.com/podaac/net2cog", + "URLContentType": "PublicationURL", + "Type": "VIEW RELATED INFORMATION", + "Subtype": "GENERAL DOCUMENTATION" } ] } \ No newline at end of file