glmtools icon indicating copy to clipboard operation
glmtools copied to clipboard

GOES-R Geostationary Lightning Mapper Tools

Results 42 glmtools issues
Sort by recently updated
recently updated
newest added

The `dx` or `dy` in the doc is `2km` and the default value is `10km`. I tested `20km` and found the resolution is limited to 10 km. This is caused...

I'm working on the master branch, creating GLM gridded files for the GOES East ABI CONUS fixed grid (shape=(2500,1500)). I could be misremembering, but the speed seems a bit slow....

Hello, I'm trying to grid some GLM data and am looking at the `make_GLM_grids.py` example script. I try to run it with this: `python make_GLM_grids.py -o ./OUT/ --ngroups 3 --ctr_lat...

I'm trying to run a simple script to get the flash extent density for some GLM files and I'm running into some bizarre behavior. I've installed the glm via https://github.com/deeplycloudy/glmtools/blob/master/docs/index.rst...

I am trying to run make_`GLM_grids.py` with the test files, but I get `ModuleNotFoundError: No module named 'lmatools`'. OS is Kubuntu.

The processed GLM files use 0 as a `_FillValue` (at least for `flash_extent_density`, which is the data variable I'm working with). This is confusing, because 0 is a perfectly valid...

The Scan Mode as described in output file names is always M3. For example, the example adapted from the documentation: ``` python examples/grid/make_GLM_grids.py --fixed_grid --split_events --goes_position east --dx=2.0 --dy=2.0 --width="1000.0"...

This is either a question or a feature proposal, depending on whether it's already possible. I imagine a rather common use case to be that the user wishes to aggregate...

Gridding the included test dataset as in the `plot_glm_test_data.ipynb` example but at 1 km results in a non-contiguous image as shown below. The `scale_factor` for the x and y coordinate...

Hello, I have a question referring to your 6-panel plots. I'm trying to replicate your example script but for just one GLM netCDF file, and my end product is just...