I have a raster containing tens of millions of points all with X, Y and Z data defined. I need to figure out a simple way to extract and create a new raster or vector with ALL points at a 720 m distance from each other (X,Y) and at 120 m elevation difference (Z) from each other.
I have ZERO knowledge of SQL and Python. I have been trying to do this on VBA and came up with a couple of algorithms but the processing time is unreasonable and unrealistic. I am sure there must be a simple GIS approach to accomplish this but cannot seem to find it.
I am using ArcMap.
0= has no points 720m away & ±120m elevation,1= one or more points 720m away & ±120m elevation? Or, do you need to count how many points would meet the criteria? – Erica Aug 07 '14 at 11:16