-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathAUTORIFT_ITS_LIVE.yml
76 lines (76 loc) · 2.55 KB
/
AUTORIFT_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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
AUTORIFT:
required_parameters:
- granules
parameters:
granules:
api_schema:
type: array
minItems: 2
maxItems: 2
example:
- S2B_MSIL1C_20200105T152259_N0208_R039_T13CES_20200105T181230
- S2B_MSIL1C_20200315T152259_N0209_R039_T13CES_20200315T181115
items:
anyOf:
- 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
- description: The name of the Sentinel-2 granule to process (ESA naming convention)
type: string
pattern: "^S2[AB]_MSIL1C_"
minLength: 60
maxLength: 60
example: S2A_MSIL1C_20200627T150921_N0209_R025_T22WEB_20200627T170912
- description: The name of the Landsat 4, 5, 7, 8 or 9 Collection 2 granule to process
type: string
pattern: "^L([CO]0[89]|E07|T0[45])_L1"
minLength: 40
maxLength: 40
example: LC08_L1GT_118112_20210107_20210107_02_T2
parameter_file:
api_schema:
description: Shapefile for determining the correct search parameters by geographic location. Path to shapefile must be understood by GDAL.
type: string
default: '/vsicurl/http://its-live-data.s3.amazonaws.com/autorift_parameters/v001/autorift_landice_0120m.shp'
publish_bucket:
api_schema:
description: Publish the resulting product to the ITS_LIVE AWS Open Data (or test) S3 Bucket
default: '""'
type: string
enum:
- '""'
- "its-live-data"
- "its-live-data-test"
cost_profiles:
DEFAULT:
cost: 1.0
validators: []
steps:
- name: ''
image: ghcr.io/asfhyp3/hyp3-autorift
command:
- ++omp-num-threads
- '4' # 4 vCPUs per 32 GB RAM for the R instance family
- --bucket
- '!Ref Bucket'
- --bucket-prefix
- Ref::bucket_prefix
- --parameter-file
- Ref::parameter_file
- --publish-bucket
- Ref::publish_bucket
- --naming-scheme
- ITS_LIVE_PROD
- Ref::granules
timeout: 10800
compute_environment: Default
vcpu: 1
memory: 31500
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY