EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
b294b639
Commit
b294b639
authored
4 years ago
by
Mussab Abdalla
Browse files
Options
Downloads
Plain Diff
Merge branch 'staging' into ingestor_test
parents
70f8ca65
90b8bf9f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!49
Production release 1.1.1
,
!44
Ingestor test
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
preprocessor/run-preprocessor.sh
+4
-1
4 additions, 1 deletion
preprocessor/run-preprocessor.sh
testing/testing_preprocessor_config.yml
+7
-3
7 additions, 3 deletions
testing/testing_preprocessor_config.yml
with
11 additions
and
4 deletions
preprocessor/run-preprocessor.sh
+
4
−
1
View file @
b294b639
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
testing/testing_preprocessor_config.yml
+
7
−
3
View file @
b294b639
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment