glmtools
glmtools copied to clipboard
GOES-R Geostationary Lightning Mapper Tools
Hi @deeplycloudy , I've been using the unifiedgridfile branch, since I (naively) assumed this would be merged into master. I was just wondering what the plan is for development on...
I have modified the make_grid.py and imagery.py to incorporate the ugf-newgrid into ISatSS.
I'm playing around with giving glmtools more data than I have in the past and I noticed that it seems to run for a long time and *then* write output...
Right now the `make_GLM_grids.py` example script outputs to a `2019/Oct/13/` formatted directory. This directory isn't modifiable by the user of the script, right? I could update it to allow the...
The [parallax correction notebook](https://github.com/deeplycloudy/glmtools/blob/parallax-image-correct/examples/parallax-corrected-latlon.ipynb) contains a bunch of revisions to coordinate system utility functions from lmatools and glmtools. Those changes should be moved upstream, which would shorten the notebook substantially.
I have a couple of questions about make_GLM_grids.py. I am trying to grid 2-min intervals of GLM data on the same grid as ABI. I realized that even though I...
Hello. I am currently learning how to use glmtools to regrid some GLM data onto an ABI grid. In your README.MD, it points to make_GLM_grids.py in the examples directory. After...
Would be a useful field for additional exploratory applications
Running check_glm_data.py against a data file produces a screenful of DEBUG messages, as well as a few INFO messages. Solution: set up a logger and/or set log level to warning...
Remove the `--goes_sector conus` argument in the example for gridding an arbitrary width/height; it's not needed.