You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glmtools automatically reconstitutes the parent-child relationships implicit in
the L2 GLM data and adds traversal information to the dataset:
calculating the parent flash id for each event
calculating the number of groups and events in each flash
calculating the number of events in each group
xarray's dimension-aware indexing lets you quickly reduce the dataset to
flashes of interest, as described below.
glmtools can restore the GLM event geometry using a built-in corner-point lookup table,
which allows for gridding of the imagery at finer resolutions that accurately represent
the full footprint of each event, group, and flash.
The methods are described in Bruning et al. (2019):
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
Some common tasks
Create gridded NetCDF imagery
Use the script in examples/grid/make_GLM_grids.py. See the documentation in docs/index.rst for complete instructions and example commands.
Interactively plot raw flash data
See the examples folder. basic_read_plot.ipynb is a good place to start.