Skip to content

Commit

Permalink
Update UMM-S record (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace authored Jul 25, 2024
1 parent cdeeb5f commit 305a583
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 26 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
79 changes: 53 additions & 26 deletions cmr/netcdf_cmr_umm_s.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": "[email protected]"
}
]
},
"GroupName": "PO.DAAC"
}
],
"RelatedURLs": [
{
"URL": "https://github.com/podaac/net2cog",
"URLContentType": "PublicationURL",
"Type": "VIEW RELATED INFORMATION",
"Subtype": "GENERAL DOCUMENTATION"
}
]
}

0 comments on commit 305a583

Please sign in to comment.