Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
let-it-snow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Remote Modules
let-it-snow
Merge requests
!98
Lis blue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Lis blue
int_stage_roman
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
1
Closed
Aurore Dupuis
requested to merge
int_stage_roman
into
develop
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
687a7a12
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
687a7a12
Add --relief_shadow_mask into parser
· 687a7a12
Aurore Dupuis
authored
2 years ago
python/s2snow/parser.py
+
3
−
0
Options
@@ -80,6 +80,9 @@ def create_fsc_argument_parser():
arg_parser
.
add_argument
(
"
-w
"
,
"
--water_mask
"
,
help
=
"
Path to water mask file
"
,
action
=
PathAction
,
default
=
None
)
arg_parser
.
add_argument
(
"
-s
"
,
"
--relief_shadow_mask
"
,
help
=
"
Path to relief shadow mask
"
,
action
=
PathAction
,
default
=
None
)
arg_parser
.
add_argument
(
"
-V
"
,
"
--chain_version
"
,
help
=
"
Chain version in the operational system
"
,
default
=
None
)
Loading