Implementing Inverse Distance Weighted (IDW) |
|
Release 9.3
Last modified January 13, 2012 |
![]() ![]() ![]() Print all topics in : "Interpolation" |
Note:
This topic was updated for 9.3.1.
Inverse Distance Weighted (IDW) is a method of interpolation that estimates cell values by averaging the values of sample data points in the neighborhood of each processing cell. The closer a point is to the center of the cell being estimated, the more influence, or weight, it has in the averaging process.
Learn how to calculate IDW using the Spatial Analyst toolbar
Learn how to calculate IDW interpolation using the IDW tool
This method assumes that the variable being mapped decreases in influence with distance from its sampled location. For example, when interpolating a surface of consumer purchasing power for a retail site analysis, the purchasing power of a more distant location will have less influence because people are more likely to shop closer to home.
With IDW you can control the significance of known points on the interpolated values based on their distance from the output point. By defining a higher power, more emphasis is placed on the nearest points, and the resulting surface will have more detail (be less smooth). Specifying a lower power will give more influence to the points that are farther away, resulting in a smoother surface. A power of two is most commonly used with IDW and is the default.
The characteristics of the interpolated surface can be controlled by applying a fixed or variable search radius, which limits the number of input points that can be used for calculating each interpolated cell. You limit the number of points for each cell's calculation to improve processing speeds. You may also limit the number of points because points far from the cell location where the prediction is being made may have no spatial correlation.
A barrier is a polyline dataset used as a breakline that limits the search for input sample points. A polyline can represent a cliff, ridge, or some other interruption in a landscape. Only those input sample points on the same side of the barrier as the current processing cell will be considered.