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

Ldds 528 #690

Merged
merged 8 commits into from
Feb 11, 2025
5 changes: 5 additions & 0 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ https://cmr.uat.earthdata.nasa.gov:
subsetting:
variable: true
multiple_variable: true
dimension: true
output_formats:
- application/x-hdf
steps:
Expand Down Expand Up @@ -652,12 +653,16 @@ https://cmr.uat.earthdata.nasa.gov:
bbox: true
variable: true
multiple_variable: true
dimension: true
output_formats:
- application/x-hdf
reprojection: true
steps:
- image: !Env ${QUERY_CMR_IMAGE}
is_sequential: true
- image: !Env ${SUBSET_BAND_NAME_IMAGE}
conditional:
exists: [ 'variableSubset', 'dimensionSubset']
- image: !Env ${GEOLOCO_IMAGE}

- name: giovanni-time-series-adapter
Expand Down