Skip to content

Commit

Permalink
Add prod entry for net2cog
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Greguska authored and Frank Greguska committed Sep 11, 2024
1 parent 554e407 commit 9251589
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,30 @@ https://cmr.earthdata.nasa.gov:
is_sequential: true
- image: !Env ${GEOLOCO_IMAGE}

- name: net2cog
description: |
Converts NetCDF files to COG. Includes extension for running in NASA Harmony. https://github.com/podaac/net2cog
data_operation_version: '0.19.0'
type:
<<: *default-turbo-config
params:
<<: *default-turbo-params
env:
<<: *default-turbo-env
STAGING_PATH: public/harmony/net2cog
umm_s: S3177988677-POCLOUD
capabilities:
subsetting:
variable: true
output_formats:
- image/tiff
# Don't know how specific/accuate this should be. This is (as far as I can tell) the 'official' mime-type that specifies COG. Got this value from https://github.com/opengeospatial/CloudOptimizedGeoTIFF/issues/1 and from pystac media type constant https://pystac.readthedocs.io/en/stable/api/media_type.html
- image/tiff; application=geotiff; profile=cloud-optimized
steps:
- image: !Env ${QUERY_CMR_IMAGE}
is_sequential: true
- image: !Env ${NET2COG_IMAGE}

- name: nasa/harmony-gdal-adapter
description: |
Service translating Harmony operations to GDAL commands.
Expand Down

0 comments on commit 9251589

Please sign in to comment.