I'm looking for some advice on basic geospatial statistics. I'm using a raster file from Worldpop , indicating the population in Brazil every 100m2. I have another latlong dataset with the coordinates of hospitals in Brazil.
I would like to do the following:
- Identify areas (and possibly create polygons) of areas that are within 1km from the hospitals, between 2-10km and above 10km
- Calculate the number of people in each of the zones above
I'd like to provide some reproducible example, but the raster file is very large. There are some instructions on how to do this with two separate lists of lat/lon points, but I can't figure out how to do this with a raster file.
Any ideas?