0

I have a shapefile where the features are points. It should be about 500 points. All of this points are on top 5 different rasters. Some points are in one raster, but some others are not.

I need to do batch clipping, but before that, I need to test if a given point XY is in a raster A, otherwise I get an error.

Any ideas how to implement this?

I saw something similar for polygons, but I couldn't find something for points.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Leon palafox
  • 173
  • 1
  • 6
  • See if the point falls in the raster's extent. – Paul Nov 20 '15 at 23:38
  • 1
    What is the error that you get? I would not be surprised if a search here on that did not turn up an answer to your question. Please always include error messages in your questions. – PolyGeo Nov 20 '15 at 23:38
  • 1
    Use extract multivalues in spatial analyst to query multiple rasters ay once – FelixIP Nov 21 '15 at 00:32
  • Possible duplicate of http://gis.stackexchange.com/questions/28713/assigning-raster-value-to-point-data – fatih_dur Nov 21 '15 at 12:32

0 Answers0