I am trying to extract fire data (mean and max fire frequency) for each point within a given buffer size (250m) around multiple points.
Currently, my point data is in Lat and Long.
For the raster data I am planning on using the MODIS burned area products which were derived from the re-projected monthly Geotiff MODIS outputs available from the University of Maryland.
The rest of my data are rasters (WGS 1984 UTM ZONE 38N).
Given that I have these particular data in this format and I want to extract these statistics about them, what is a good strategy for doing it in R?"
R?"