Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
cspp_geo
cspp-geo-gridded-glm
Commits
3dfbe7f3
Commit
3dfbe7f3
authored
4 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
set the default tile prefix to CG
parent
593cab32
No related branches found
No related tags found
1 merge request
!12
Resolve "filename prefix change"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gridded_glm/libexec/_minute_gridder.py
+2
-2
2 additions, 2 deletions
gridded_glm/libexec/_minute_gridder.py
with
2 additions
and
2 deletions
gridded_glm/libexec/_minute_gridder.py
+
2
−
2
View file @
3dfbe7f3
...
...
@@ -87,8 +87,8 @@ def create_parser():
"
of data is available (default: off)
"
)
parser
.
add_argument
(
'
--system-environment-prefix
'
,
default
=
"
CG
"
,
help
=
"
set the system environment prefix for the output grids (default: CG)
"
)
parser
.
add_argument
(
'
--system-environment-prefix-tiles
'
,
default
=
"
OR
"
,
help
=
"
set the system environment prefix for the output tiles (default:
OR
)
"
)
parser
.
add_argument
(
'
--system-environment-prefix-tiles
'
,
default
=
"
CG
"
,
help
=
"
set the system environment prefix for the output tiles (default:
CG
)
"
)
# from Requirements: "Input is one or more GLM LCFA (L2+) files in mission standard format (nominally three 20-second input files)"
parser
.
add_argument
(
dest
=
'
filenames
'
,
metavar
=
'
filename
'
,
nargs
=
'
+
'
)
return
parser
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment