-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathS1_CORRECTION_ITS_LIVE.yml
52 lines (52 loc) · 1.38 KB
/
S1_CORRECTION_ITS_LIVE.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
S1_CORRECTION_TEST:
required_parameters:
- granules
parameters:
granules:
api_schema:
type: array
minItems: 1
maxItems: 1
example:
- S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8
items:
description: The name of the Sentinel-1 SLC granule to process
type: string
pattern: "^S1[AB]_IW_SLC__1S[SD][VH]"
minLength: 67
maxLength: 67
example: S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8
buffer:
api_schema:
description: Number of pixels to buffer each edge of the input scene
default: 0
type: integer
minimum: 0
cost_profiles:
DEFAULT:
cost: 1.0
validators: []
steps:
- name: ''
image: ghcr.io/asfhyp3/hyp3-autorift
command:
- ++process
- s1_correction
- ++omp-num-threads
- '2'
- --bucket
- '!Ref Bucket'
- --bucket-prefix
- Ref::bucket_prefix
- --buffer
- Ref::buffer
- --parameter-file
- '/vsicurl/http://its-live-data.s3.amazonaws.com/autorift_parameters/v001/autorift_landice_0120m.shp'
- Ref::granules
timeout: 10800
compute_environment: Default
vcpu: 1
memory: 15750
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD