Hi all,
Bit of a noob here so bare with me, love to be pointed to other questions relating to this if they are out there.
I am using a DEM and need to find locations (sets of two points) within the map that have a difference of elevation of >200m and are at maximum 2000m apart in distance on the x-y plane (along the ground). It is a large file with many points and I will need to read all the datapoints to find all the locations where the above conditions are true (i.e. I'm not just running the model for a specific set of pre-defined points in a shape file). I will then need to apply other filters to this data to look for certain locations, but a good start would be to be able to find the points where the elevation and distance conditions are true.
Would appreciate any pointers or help with this one.