GMS:UGrid Inverse Distance Weighted Interpolation

From XMS Wiki
Revision as of 17:29, 31 August 2018 by Jcreer (talk | contribs)
Jump to navigationJump to search

One of the most commonly used techniques for interpolation of point data is inverse distance weighted (IDW) interpolation. Inverse distance weighted methods are based on the assumption that the interpolating surface should be influenced most by the nearby points and less by the more distant points. The interpolated surface is a weighted average of the point data; the weight assigned to each point diminishes as the distance to the interpolation location increases. Several options are available for inverse distance weighted interpolation. The options are selected using the IDW Interpolation Options dialog. This dialog is accessed through the Options button next to the Inverse distance weighted item in the Interpolation Options dialog.

The options in the dialog are as follows:

  • Constant Nodal Functions (Shepard's Method) – The simplest form of inverse distance weighted interpolation. Includes the option to use classic weight function by enter a weighting exponent.
  • Gradient Plane Nodal Functions – Variation of Shepard's method with nodal functions or individual functions defined at each point
  • Quadratic Nodal Functions – Makes use of quadratic polynomials to constrain nodal functions.
  • Subset Definition – Uses a subset of the data points in the computation of the nodal function coefficients and in the computation of the interpolation weights.
An example of the Interpolate – Inverse Distance Weighted dialog.

Related Topics