Friday, 10 February 2017

raster - Extrapolating with IDW (Feature Classes) in ArcGIS Pro?


I have been struggling to extrapolate beyond the extent of the point features input into the IDW tool of ArcGIS Pro.


I believe IDW interpolation is the method for me, i just need the process to extend beyond the input points slightly to fit a bigger area.


Specifying a mask in the environment settings seems only to clip the same extent (that is that of the input points), to the mask.



Answer



It appears you cannot extrapolate using IDW interpolation. Spline was a sufficient substitute and can be extrapolated.



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...