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
!10
update PACKAGE_README.md for beta1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update PACKAGE_README.md for beta1
18-revisit-package_readme-before-release
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Nick Bearson
requested to merge
18-revisit-package_readme-before-release
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes #18
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d8b60bd8
1 commit,
4 years ago
1 file
+
18
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gridded_glm/PACKAGE_README.md
+
18
−
10
Options
# CSPP Geo Gridded GLM
USAGE
CSPP Geo Gridded GLM takes GOES GLM Level 2 LCFA files and grids them to the ABI
fixed grid. It does this using the open source glmtools python package by Eric Bruning.
The following scripts are located in the
`bin/`
directory.
More information can be found at:
cspp-geo-gglm-trio-picker.sh
https://github.com/deeplycloudy/glmtools
A simple wrapper around cspp-geo-gglm-minute-gridder.sh that takes a single input file and:
1) determines if it is the last file in a minute
2) if so, finds all files from that minute and passes them to cspp-geo-gglm-minute-gridder.sh
3) creates both grids and tiles for that minute
And the methods are described in Bruning et al. (2019):
cspp-geo-gglm-minute-gridder.sh
Bruning, E., Tillier, C. E., Edgington, S. F., Rudlosky, S. D., Zajic, J.,Gravelle, C., et al.
(2019). Meteorological imagery for the Geostationary Lightning Mapper. Journal of Geophysical
Research: Atmospheres, 2019; 124: 14285 14309. https://doi.org/10.1029/2019JD030874
This script creates one minute grids from any number of input files.
## USAGE
cspp-geo-gglm.sh
This script creates one minute grids from three GLM L2+ LCFA input files. It also has a "realtime"
option where, provided a single input file, it will determine if an entire minute is available and
begin gridding if appropriate.
cspp-geo-gglm-make-grids.sh
A wrapper for the
`make_GLM_grids.py`
"kitchen sink" example script provided by glmtools.
\ No newline at end of file
This is a wrapper for the
`make_GLM_grids.py`
example utility provided by glmtools. Users may
find this script useful for creating grids with custom resolutions or frame durations.
\ No newline at end of file
Loading