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
Merge requests
!5
2020 02 10 beta1 high priority
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
2020 02 10 beta1 high priority
2020-02-10-beta1-high-priority
into
master
Overview
1
Commits
9
Pipelines
0
Changes
1
Merged
Nick Bearson
requested to merge
2020-02-10-beta1-high-priority
into
master
4 years ago
Overview
1
Commits
9
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a90ee80f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a90ee80f
fix the minute gridder description (#11)
· a90ee80f
Nick Bearson
authored
4 years ago
gridded_glm/libexec/_minute_gridder.py
+
1
−
1
Options
#!/usr/bin/env python3
# Based on https://github.com/deeplycloudy/glmtools/blob/master/examples/grid/make_GLM_grids.py
parse_desc
=
"""
Grid the past X
minutes of GLM flash data
, given a single input file
.
parse_desc
=
"""
Create one
minute
grid
s of GLM flash data.
"""
import
numpy
as
np
Loading