Limiting distance (D0) in point interpolations

In the Moving average and Moving surface point interpolations, and in Ordinary Kriging, Anisotropic Kriging, etc. you have to specify a limiting distance. The limiting distance is the maximum search radius to find the points which will be taken into account during the calculation of an output pixel value. In other words, for each output pixel, only the values of the points which fall within the limiting distance will be used. Values of points that are farther away from an output pixel than the specified limiting distance will thus not be used to calculate a value for that output pixel. The limiting distance parameter is primarily designed for efficiency purposes.

Choosing the limiting distance:

For Moving average, an output pixel needs at least one point within the specified limiting distance; for Moving surface, the number of required points for an output pixel depends on the selected surface type.