Newer
Older
username: !env '${OS_USERNAME_DOWNLOAD}'
password: !env '${OS_PASSWORD_DOWNLOAD}'
tenant_name: !env '${OS_TENANT_NAME_DOWNLOAD}'
tenant_id: !env '${OS_TENANT_ID_DOWNLOAD}'
region_name: !env '${OS_REGION_NAME_DOWNLOAD}'
auth_url: !env '${OS_AUTH_URL_DOWNLOAD}'
auth_version: !env '${ST_AUTH_VERSION_DOWNLOAD}'
user_domain_name: !env '${OS_USER_DOMAIN_NAME_DOWNLOAD}'
username: !env '${OS_USERNAME}'
password: !env '${OS_PASSWORD}'
tenant_name: !env '${OS_TENANT_NAME}'
tenant_id: !env '${OS_TENANT_ID}'
region_name: !env '${OS_REGION_NAME}'
auth_version: !env '${ST_AUTH_VERSION}'
auth_url: !env '${OS_AUTH_URL}'
user_domain_name: !env '${OS_USER_DOMAIN_NAME}'
container: !env '${UPLOAD_CONTAINER}'
workdir: /tmp
keep_temp: false
metadata_glob: "*GSC*.xml"
type_extractor:
xpath:
- /gsc:report/gsc:opt_metadata/gml:using/eop:EarthObservationEquipment/eop:platform/eop:Platform/eop:shortName/text()
- /gsc:report/gsc:sar_metadata/gml:using/eop:EarthObservationEquipment/eop:platform/eop:Platform/eop:shortName/text()
level_extractor:
# xpath can also be a list of xpaths to be tried one after another
xpath: substring-after(substring-after(/gsc:report/gsc:opt_metadata/gml:metaDataProperty/gsc:EarthObservationMetaData/eop:parentIdentifier/text(), '/'), '/')
preprocessing:
defaults:
data_file_globs:
- '*.tif'
- '*.jp2'
creationOptions:
- BLOCKSIZE=512
- COMPRESS=DEFLATE
- NUM_THREADS=8
KS03:
data_file_globs:
- "*.tif"
additional_file_globs:
- "*.rpc*"
stack_bands:
group_by: ".*/(.*)_P..tif"
sort_by: ".*_P(R|G|B|N).tif"
order:
- R
- G
- B
- N
RS02:
data_file_globs:
- "*imagery_*.tif"
georeference:
geotransforms:
- type: gcp
- type: no_op
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
calc:
formulas:
# complex b1/b2 to b1 uint16 for all 4 polarizations
- inputs:
A:
glob: '*HH.tif'
band: 1
B:
glob: '*HH.tif'
band: 2
formula: sqrt(A.astype(float)*A.astype(float)+B.astype(float)*B.astype(float))
output_postfix: _proc
nodata_value: 0
data_type: UInt16
- inputs:
A:
glob: '*HV.tif'
band: 1
B:
glob: '*HV.tif'
band: 2
formula: sqrt(A.astype(float)*A.astype(float)+B.astype(float)*B.astype(float))
output_postfix: _proc
nodata_value: 0
data_type: UInt16
- inputs:
A:
glob: '*VH.tif'
band: 1
B:
glob: '*VH.tif'
band: 2
formula: sqrt(A.astype(float)*A.astype(float)+B.astype(float)*B.astype(float))
output_postfix: _proc
nodata_value: 0
data_type: UInt16
- inputs:
A:
glob: '*VV.tif'
band: 1
B:
glob: '*VV.tif'
band: 2
formula: sqrt(A.astype(float)*A.astype(float)+B.astype(float)*B.astype(float))
output_postfix: _proc
nodata_value: 0
data_type: UInt16
stack_bands:
sort_by: ".*_(HH|HV|VH|VV)_proc.tif"
order:
- HH
- HV
- VH
- VV
SK00:
data_file_globs:
- "*pansharpened_clip.tif"
- "*IMG_*_PMS_*.JP2"
- "*IMG_*_PMS_*.tif"
- "*IMG_*_MS_*.JP2"
- "*IMG_*_MS_*.tif"
- "*RPC_*"

Lubomir Dolezal
committed
- "*DIM_*"
georeference:
geotransforms:
- type: rpc
- type: no_op
- "*IMG_*_PMS_*.JP2"
- "*IMG_*_PMS_*.tif"
- "*IMG_*_MS_*.JP2"
- "*IMG_*_MS_*.tif"
- "*RPC_*"

Lubomir Dolezal
committed
- "*DIM_*"
georeference:
geotransforms:
- type: rpc
- type: no_op
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
PH1A:
data_file_globs:
- "*IMG_*_PMS_*.JP2"
- "*IMG_*_PMS_*.tif"
- "*IMG_*_MS_*.JP2"
- "*IMG_*_MS_*.tif"
additional_file_globs:
- "*RPC_*"
- "*DIM_*"
georeference:
geotransforms:
- type: rpc
- type: no_op
PH1B:
data_file_globs:
- "*IMG_*_PMS_*.JP2"
- "*IMG_*_PMS_*.tif"
- "*IMG_*_MS_*.JP2"
- "*IMG_*_MS_*.tif"
additional_file_globs:
- "*RPC_*"
- "*DIM_*"
georeference:
geotransforms:
- type: rpc
- type: no_op
PL00:
data_file_globs:
- "*MS.tif"
- "*-M3D*.TIF"
- "*-M3D*.tif"
- "*-S3D*.TIF"
- "*-S3D*.tif"
- "*-M2A*.TIF"
- "*-M2A*.tif"
- "*-S2A*.TIF"
- "*-S2A*.tif"
- "*-M3D*.TIF"
- "*-M3D*.tif"
- "*-S3D*.TIF"
- "*-S3D*.tif"
- "*-M2A*.TIF"
- "*-M2A*.tif"
- "*-S2A*.TIF"
- "*-S2A*.tif"
- "*-M3D*.TIF"
- "*-M3D*.tif"
- "*-S3D*.TIF"
- "*-S3D*.tif"
- "*-M2A*.TIF"
- "*-M2A*.tif"
- "*-S2A*.TIF"
- "*-S2A*.tif"
# this configuration is still a stub - not all product types are done
# https://gitlab.eox.at/esa/prism/vs/-/issues/56
# https://gitlab.eox.at/esa/prism/vs/-/issues/23