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

I am trying to figure out how to average over a different time step for any of the fields you are plotting, but I cannot find it in the code...

Update these, or eliminate if no longer needed. Want to remove possibility for confusion. Use sample data from #7 in these examples.

The test in examples/grid/grid_sample_data.py should be moved into the test directory, which requires making the gridding script discoverable by the tests - perhaps install to bin? At the same time,...

This PR adds an optional check to determine if the GLM dataset being used does not contain the correction for the time of flight from a particular event/group/flash to the...

I've been trying to make gridded data out of the L2 GLM data I have ( a summer's worth). I've modified some example code, trying to run this: `python /home/tg/2021/GLM_2021/glmtools/examples/grid/make_GLM_grids.py...

The error I am getting after running the line of code : PLACE_NAME = "Milan, Lombardy, Italy" graph = ox.graph_from_place(PLACE_NAME) is (Traceback): Traceback (most recent call last): Cell In[3], line...

Gridded output netcdf files (for example as created by the make_GLM_grids.py example) contains output that looks like this: double nominal_satellite_subpoint_lat ; nominal_satellite_subpoint_lat:_FillValue = -999. ; nominal_satellite_subpoint_lat:long_name = "nominal satellite subpoint...

Goes East Gridded GLM output netcdf files (For this write up I Created them with ```make_GLM_grids.py``` example) seem to have incorrect ```nominal_satellite_subpoint_lon``` values. Example: Generate file: ` LeviDPC$ python make_GLM_grids.py...