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
1
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
346863a3
Commit
346863a3
authored
2 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
adds goes-position auto-detection for G18
parent
8111e609
Loading
Loading
1 merge request
!20
Resolve "look into GOES-18 support"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gridded_glm/libexec/_minute_gridder.py
+2
-0
2 additions, 0 deletions
gridded_glm/libexec/_minute_gridder.py
with
2 additions
and
0 deletions
gridded_glm/libexec/_minute_gridder.py
+
2
−
0
View file @
346863a3
...
...
@@ -112,6 +112,8 @@ def get_goes_position(filenames):
return
"
east
"
if
all
(
"
_G17_
"
in
f
for
f
in
filenames
):
return
"
west
"
if
all
(
"
_G18_
"
in
f
for
f
in
filenames
):
return
"
west
"
# we require that all files are from the same sensor and raise an exception if not
raise
ValueError
(
"
could not determine GOES position - did you provide a mix of satellites?
"
)
...
...
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