EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit ddc3fbb7 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add configs

parent c37f72dc
No related branches found
No related tags found
2 merge requests!49Production release 1.1.1,!42Redis statuses
......@@ -45,11 +45,13 @@ preprocessing:
format: COG
dstSRS: 'EPSG:4326'
dstNodata: 0
multithread: True
warpMemoryLimit: 3000
creationOptions:
- BLOCKSIZE=512
- COMPRESS=DEFLATE
- NUM_THREADS=8
- BIGTIFF=IF_NEEDED
- BIGTIFF=YES
- OVERVIEWS=AUTO
types:
KS03:
......@@ -132,6 +134,7 @@ preprocessing:
- "*_pansharpened.tif"
SP06:
data_file_globs:
# throw away Panchromatic *_P_*
- "*IMG_*_PMS_*.JP2"
- "*IMG_*_PMS_*.tif"
- "*IMG_*_MS_*.JP2"
......@@ -154,8 +157,39 @@ preprocessing:
- "*DIM_*"
georeference:
geotransforms:
# first try RPC, if not present, go on
- type: rpc
- type: no_op
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:
# todo reorder bands from bgrnir to rgbnir
data_file_globs:
- "*MS.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
......@@ -254,6 +254,20 @@ backends:
- !env '${COLLECTION}'
coverages:
SK00: RGBNir
SW03:
~:
product_type_name: !env '${COLLECTION}_Product_SW03'
collections:
- !env '${COLLECTION}'
coverages:
SW03: RGBNir
PL00:
~:
product_type_name: !env '${COLLECTION}_Product_PL00'
collections:
- !env '${COLLECTION}'
coverages:
PL00: RGBNir
TX01_2:
~:
product_type_name: !env '${COLLECTION}_Product_TX01_2'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment