Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
36750ec8
Commit
36750ec8
authored
Oct 18, 2017
by
Daniel Scheffler
Browse files
Revised previous commit.
parent
d683737a
Pipeline
#1385
passed with stage
in 8 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/run_gms.py
View file @
36750ec8
...
...
@@ -19,8 +19,7 @@ def run_from_jobid(args):
# TODO download: run only the downloader
# set up process controller instance
PC
=
process_controller
(
args
.
jobid
,
parallelization_level
=
'scenes'
,
job_config_kwargs
=
dict
(
db_host
=
'geoms'
))
PC
=
process_controller
(
args
.
jobid
,
parallelization_level
=
'scenes'
,
db_host
=
'geoms'
)
# PC.job.path_procdata_scenes = '/geoms/data/processed_scenes_dev'
# PC.job.path_procdata_MGRS = '/geoms/data/processed_mgrs_tiles_dev'
...
...
Daniel Scheffler
@danschef
mentioned in commit
86405221
·
Feb 06, 2018
mentioned in commit
86405221
mentioned in commit 86405221a706d72b99455adeb2d3af6a9b8c7f03
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment