Skip to content

Commit a5634a4

Browse files
committed
DAS-2295: Add harmony-smap-l2-gridder to production configuration.
1 parent 8574ac2 commit a5634a4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

config/services.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,32 @@ https://cmr.earthdata.nasa.gov:
494494
- image: !Env ${OPERA_RTC_S1_BROWSE_IMAGE}
495495
- image: !Env ${HYBIG_IMAGE}
496496

497+
- name: sds/harmony-smap-l2-gridder
498+
description: |
499+
Harmony SMAP L2 Gridding Service. Takes L2G trajectories and reformats the data into the appropriate gridded output.
500+
data_operation_version: '0.21.0'
501+
type:
502+
<<: *default-turbo-config
503+
params:
504+
<<: *default-turbo-params
505+
env:
506+
<<: *default-turbo-env
507+
STAGING_PATH: public/sds/harmony-smap-l2-gridder
508+
umm_s: S3435625172-XYZ_PROV
509+
capabilities:
510+
concatenation: false
511+
subsetting:
512+
bbox: false
513+
variable: false
514+
temporal: false
515+
output_formats:
516+
- application/x-netcdf4
517+
reprojection: true
518+
steps:
519+
- image: !Env ${QUERY_CMR_IMAGE}
520+
is_sequential: true
521+
- image: !Env ${HARMONY_SMAP_L2_GRIDDER_IMAGE}
522+
497523
- name: nasa/harmony-gdal-adapter
498524
description: |
499525
Service translating Harmony operations to GDAL commands.

0 commit comments

Comments
 (0)