-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2312 from ASFHyP3/develop
Release v7.5.0
- Loading branch information
Showing
10 changed files
with
74 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
SRG_GSLC_CPU: | ||
required_parameters: | ||
- granules | ||
parameters: | ||
granules: | ||
default: '""' | ||
api_schema: | ||
type: array | ||
minItems: 1 | ||
maxItems: 6 | ||
example: | ||
- S1A_IW_RAW__0SDV_20231229T134339_20231229T134411_051870_064437_4F42 | ||
- S1A_IW_RAW__0SDV_20231229T134404_20231229T134436_051870_064437_5F38 | ||
items: | ||
description: Name of the Level-0 Sentinel-1 scenes to process | ||
type: string | ||
pattern: "^S1[AB]_IW_RAW" | ||
minLength: 67 | ||
maxLength: 67 | ||
example: S1A_IW_RAW__0SDV_20231229T134404_20231229T134436_051870_064437_5F38 | ||
bucket_prefix: | ||
default: '""' | ||
validators: [] | ||
cost_profiles: | ||
DEFAULT: | ||
cost: 1.0 | ||
tasks: | ||
- name: '' | ||
image: ghcr.io/asfhyp3/hyp3-back-projection | ||
command: | ||
- ++process | ||
- back_projection | ||
- --bucket | ||
- '!Ref Bucket' | ||
- --bucket-prefix | ||
- Ref::bucket_prefix | ||
- Ref::granules | ||
timeout: 10800 | ||
vcpu: 1 | ||
memory: 31500 | ||
secrets: | ||
- EARTHDATA_USERNAME | ||
- EARTHDATA_PASSWORD | ||
- ESA_USERNAME | ||
- ESA_PASSWORD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
boto3==1.34.109 | ||
boto3==1.34.118 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
boto3==1.34.109 | ||
boto3==1.34.118 | ||
./lib/dynamo/ | ||
./lib/lambda_logging/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
boto3==1.34.109 | ||
boto3==1.34.118 | ||
./lib/lambda_logging/ |