GMS:UGrid Inverse Distance Weighted Interpolation: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
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.  
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 ''Interpolate UGrid to UGrid'' dialog.  


The options in the dialog are as follows:
The options in the dialog are as follows:

Revision as of 17:30, 31 August 2018

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 Interpolate UGrid to UGrid 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