Saturday, 11 July 2015

arcgis 10.1 - shortest distance between a raster and another raster


i am using arcgis 10.1


i want to calculate the shortest distance between a raster and another raster. i have a bathymetric raster and an underlying fault plane raster. for each bathy raster cell, i need to know the shortest distance to the underlying fault plane.



the bathymetry and the fault plane rasters are not planar nor horizontally level.


i am not trained in python and hope there is an existing tool that i could use (though i could learn python if i need to).




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...