It's probably that there's a tiny polygon that doesn't get rasterized to a whole cell?
The root of the problem is that it converts the whole group into a raster and somehow the points aren't showing up
Looks like it just doesn't convert the tiny fire polygon into a cell. It might be doing cell majority/centroid or something instead of it just touching a cell
Probably want to burn individual start points into the raster as well as the rasterized polygons
It's probably that there's a tiny polygon that doesn't get rasterized to a whole cell?
The root of the problem is that it converts the whole group into a raster and somehow the points aren't showing up
Looks like it just doesn't convert the tiny fire polygon into a cell. It might be doing cell majority/centroid or something instead of it just touching a cell
Probably want to burn individual start points into the raster as well as the rasterized polygons