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
992528ea
Commit
992528ea
authored
Nov 29, 2017
by
Daniel Scheffler
Browse files
Fixed style issue.
Former-commit-id:
67862724
Former-commit-id:
45b3a414
parent
5337d448
Changes
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/options/options_schema.py
View file @
992528ea
...
...
@@ -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
),
)),
...
...
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