EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b294b639 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

Merge branch 'staging' into ingestor_test

parents 70f8ca65 90b8bf9f
No related branches found
No related tags found
2 merge requests!49Production release 1.1.1,!44Ingestor test
......@@ -13,4 +13,7 @@ preprocessor daemon \
--listen-queue ${REDIS_PREPROCESS_QUEUE_KEY} \
--listen-md-queue ${REDIS_PREPROCESS_MD_QUEUE_KEY} \
--write-queue ${REDIS_REGISTER_QUEUE_KEY} \
${debug}
\ No newline at end of file
--progress-set ${REDIS_PREPROCESS_PROGRESS_KEY} \
--failure-set ${REDIS_PREPROCESS_FAILURE_KEY} \
--success-set ${REDIS_PREPROCESS_SUCCESS_KEY} \
${debug}
......@@ -55,6 +55,7 @@ preprocessing:
nested: true
data_file_globs:
- "*.tif"
- "*.vrt"
additional_file_globs:
- "*.rpc*"
stack_bands:
......@@ -67,14 +68,17 @@ preprocessing:
- N
MER_RR__2P:
georeference:
type: gcp
tps: true
geotransforms:
- type: gcp
tps: true
RS02:
nested: true
data_file_globs:
- "*imagery_*.tif"
- "*imagery_*.vrt"
georeference:
type: gcp
geotransforms:
- type: gcp
calc:
formulas:
# complex b1/b2 to b1 uint16 for all 4 polarizations
......
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