I am using continental environmental raster data which does not align tightly with the continental boundaries. For much of my work this is not a problem. However, I have a set of point data (landslide events) and I want to extract values from the environmental rasters to these event points. However, the event points are designated accurately with lat/long and the problem therefore arises at the coast and a few other internal areas - where the raster data does not fit. I need the equivalent of a "near" function with the Extract to say ... either extract the raster value that the point sits on or the nearest raster value.
When I encounter this problem for a few dozen points, I manually update the data. However, because I am working at the global level I have 1668 points that need this 'near' capability.
Is there anything that will resolve this issue?
All ideas appreciated 🙂
Thank you