Skip to content
GitLab
Menu
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
67862724
Commit
67862724
authored
Nov 29, 2017
by
Daniel Scheffler
Browse files
Fixed style issue.
parent
3153cf38
Pipeline
#1632
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/options/options_schema.py
View file @
67862724
...
...
@@ -91,7 +91,8 @@ gms_schema_input = dict(
export_L1C_obj_dumps
=
dict
(
type
=
'boolean'
,
required
=
False
),
auto_download_ecmwf
=
dict
(
type
=
'boolean'
,
required
=
False
),
ac_fillnonclear_areas
=
dict
(
type
=
'boolean'
,
required
=
False
),
ac_clear_area_labels
=
dict
(
type
=
'list'
,
required
=
False
),
# TODO
ac_clear_area_labels
=
dict
(
type
=
'list'
,
required
=
False
,
schema
=
dict
(
type
=
'string'
,
allowed
=
[
"Clear"
,
"Snow"
,
"Water"
,
"Shadow"
,
"Cirrus"
,
"Cloud"
])),
ac_scale_factor_errors
=
dict
(
type
=
'integer'
,
required
=
False
),
ac_max_ram_gb
=
dict
(
type
=
'integer'
,
required
=
False
),
)),
...
...
Daniel Scheffler
@danschef
mentioned in commit
45b3a414
·
Feb 06, 2018
mentioned in commit
45b3a414
mentioned in commit 45b3a4142a9f7a23f07fde0cefc3f452e267a8e5
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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