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