Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UMM-S record #22

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "podaac@jpl.nasa.gov"
}
]
},
"GroupName": "PO.DAAC"
}
],
"RelatedURLs": [
{
"URL": "https://github.com/podaac/net2cog",
"URLContentType": "PublicationURL",
"Type": "VIEW RELATED INFORMATION",
"Subtype": "GENERAL DOCUMENTATION"
}
]
}