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
!4
Something went wrong on our end
add satpy to our buildbucket
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add satpy to our buildbucket
nickb-add-satpy-PR
into
master
Overview
0
Commits
12
Pipelines
0
Changes
1
Merged
Nick Bearson
requested to merge
nickb-add-satpy-PR
into
master
4 years ago
Overview
0
Commits
12
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9e25607f
Prev
Next
Show latest version
1 file
+
19
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9e25607f
add the most basic of READMEs
· 9e25607f
Nick Bearson
authored
4 years ago
gridded_glm/PACKAGE_README.md
+
19
−
1
Options
# CSPP Geo Gridded GLM
TODO
\ No newline at end of file
USAGE
The following scripts are located in the
`bin/`
directory.
cspp-geo-gglm-trio-picker.sh
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
cspp-geo-gglm-minute-gridder.sh
This script creates one minute grids from any number of input files.
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
Loading