top of page
GeoWGS84AI_Logo_edited.jpg

IDW (Inverse Distance Weighting)

A common interpolation method where values at unknown points are estimated based on the values of nearby known points, weighted by distance (inferred from standard GIS usage).

IDW (Inverse Distance Weighting)

What is the purpose of IDW in GIS?

A spatial interpolation method called Inverse Distance Weighting (IDW) is used in GIS to estimate values at unknown places by using the values of neighbouring known points. Points nearer the unknown location have greater influence than points farther away, according to the main idea.


IDW's objective is to:


  • Forecast data values at unsampled locations, such as temperature, elevation, or pollution levels.

  • Use discrete data points to create continuous surface maps.

  • Assist in examining spatial patterns where measurements are dispersed unevenly.


IDW is popular because it is easy to use, straightforward, and efficient for a variety of geographic and environmental data analytic tasks.

Related Keywords

In GIS, inverse distance weighting (IDW) interpolation is a geographic analysis technique that uses known data points to predict values at unsampled places. By using a distance-based weighting method, it makes the assumption that points nearer the predicted location have greater influence than those farther away. When generating continuous surfaces from dispersed geographical data, such rainfall, temperature, or pollution levels, this technique is frequently employed.

Kriging and IDW are two techniques for spatial interpolation. While Kriging takes into account both distance and spatial correlation, providing more precise forecasts and error estimations, IDW uses distance weights to estimate values based on neighbouring points.

Inverse Distance Weighting (IDW) estimates unknown values using nearby known points, giving closer points more influence. The formula is:

\hat{Z}(x_0) = \frac{\sum_{i=1}^{N} \frac{Z(x_i)}{d(x_0, x_i)^p}}{\sum_{i=1}^{N} \frac{1}{d(x_0, x_i)^p}}

where Z(x_i) are known values, d(x_0, x_i) distances, p the weighting power, and N the number of points.

A GIS interpolation technique called Inverse Distance Weighting (IDW) uses adjacent observed locations to approximate unknown values. In order to create continuous surface maps, a weighted average predicts values at unsampled sites, with closer points having greater influence.

bottom of page