-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathVOLCSARVATORY_MULTI_BURST.yml
More file actions
103 lines (103 loc) · 2.94 KB
/
Copy pathVOLCSARVATORY_MULTI_BURST.yml
File metadata and controls
103 lines (103 loc) · 2.94 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
INSAR_ISCE_MULTI_BURST:
required_parameters:
- reference
- secondary
parameters:
reference:
api_schema:
type: array
minItems: 1
maxItems: 30
example:
- S1_136231_IW2_20200604T022312_VV_7C85-BURST
- S1_136232_IW2_20200604T022315_VV_7C85-BURST
items:
description: Name of the reference Sentinel-1 SLC IW burst granule to process
type: string
pattern: '^S1_\d{6}_IW\d_\d{8}T\d{6}_[VH]{2}_([\dA-F]){4}-BURST$'
minLength: 43
maxLength: 43
example: S1_136231_IW2_20200604T022312_VV_7C85-BURST
secondary:
api_schema:
type: array
minItems: 1
maxItems: 30
example:
- S1_136231_IW2_20200616T022313_VV_5D11-BURST
- S1_136232_IW2_20200616T022316_VV_5D11-BURST
items:
description: Name of the secondary Sentinel-1 SLC IW burst granule to process
type: string
pattern: '^S1_\d{6}_IW\d_\d{8}T\d{6}_[VH]{2}_([\dA-F]){4}-BURST$'
minLength: 43
maxLength: 43
example: S1_136231_IW2_20200616T022313_VV_5D11-BURST
publish_bucket:
api_schema:
description: Publish the resulting product to the VolcSARvatory S3 Bucket
type: string
nullable: true
enum:
- null
- "volcsarvatory-data"
- "volcsarvatory-data-test"
default: null
publish_prefix:
api_schema:
description: Prefix to store the resulting product.
type: string
nullable: true
default: null
apply_water_mask:
api_schema:
description: Sets pixels over coastal and large inland waterbodies as invalid for phase unwrapping.
default: false
type: boolean
looks:
api_schema:
description: Number of looks to take in range and azimuth
type: string
default: 20x4
enum:
- 20x4
- 10x2
- 5x1
cost_profiles:
DEFAULT:
cost: 1.0
validators:
- check_multi_burst_pairs
- check_dem_coverage
- check_not_antimeridian
steps:
- name: ''
image: ghcr.io/asfhyp3/hyp3-isce2
command:
- ++process
- insar_tops_multi_burst
- --bucket
- Ref::bucket
- --bucket-prefix
- Ref::bucket_prefix
- --apply-water-mask
- Ref::apply_water_mask
- --looks
- Ref::looks
- --reference
- Ref::reference
- --secondary
- Ref::secondary
- --publish-bucket
- Ref::publish_bucket
- --publish-prefix
- Ref::publish_prefix
timeout: 126000 # 35 hours
compute_environment: Default
vcpu: 1
memory: 4 # Memory is always overridden in the step function by set-batch-overrides
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY