Greetings geospatial gurus!
I seek your advice on a geospatial analysis problem related to following issues.
I have two datasets - one is land cover data (raster file) and another is fire locations (point file). I need to compute spatial association between the fire and the land cover.
For the purpose, I have been told that I need to lay out the grid across the study area. At each grid, I need to compute percentage of different land cover and the density of the fire within a circle of radius 50km centered at the grid point.
I am not sure how to do this. Your suggestions will be appreciated.