Introduction - If you have any usage issues, please Google them yourself
Inverse distance weighted interpolation, IDW (inverse distance weight) [1], can also be called inverse distance multiplication method. It is a weighted average interpolation method, which can be used for precise or smooth interpolation. The square parameter controls how the weight coefficient decreases with the distance from a grid node. For a larger power, the nearest data points are given a higher weight share, and for a smaller power, the weight is evenly distributed to each data point.