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
2814a648
Commit
2814a648
authored
Oct 18, 2017
by
Daniel Scheffler
Browse files
Changed the default database host from localhost to geoms for run_gms.run_from_jobid().
Former-commit-id:
d683737a
Former-commit-id:
86cbbeb3
parent
7cb16873
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/run_gms.py
View file @
2814a648
...
...
@@ -19,7 +19,8 @@ def run_from_jobid(args):
# TODO download: run only the downloader
# set up process controller instance
PC
=
process_controller
(
args
.
jobid
,
parallelization_level
=
'scenes'
)
PC
=
process_controller
(
args
.
jobid
,
parallelization_level
=
'scenes'
,
job_config_kwargs
=
dict
(
db_host
=
'geoms'
))
# PC.job.path_procdata_scenes = '/geoms/data/processed_scenes_dev'
# PC.job.path_procdata_MGRS = '/geoms/data/processed_mgrs_tiles_dev'
...
...
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