glmtools icon indicating copy to clipboard operation
glmtools copied to clipboard

Location quantization in 1 km gridding

Open deeplycloudy opened this issue 5 years ago • 1 comments

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 data is 56 micro radians, as noted in glmtools.io.imagery.get_goes_imager_fixedgrid_coords, so that is one place to start. However, the raw flash extent density grid (without using the coordinate data) looks the same as below, so that points to a deeper problem.

image

deeplycloudy avatar May 28 '20 18:05 deeplycloudy

The docs in io.imagery also note that the imagery output format isn't really tested for anything other than 2 km.

deeplycloudy avatar Jul 08 '20 20:07 deeplycloudy