Template:GMS 2D Interpolation Method
From XMS Wiki
Jump to navigationJump to search
The following 2D interpolation methods are supported by GMS:
- Linear
- Inverse Distance Weighted – Based on the assumption that the interpolating surface should be influenced most by the nearby points and less by the more distant points.
- Clough-Tocher
- Natural Neighbor – Based on the Thiessen polygon network of the point data.
- Kriging – Based on the assumption that the parameter being interpolated can be treated as a regionalized variable.
Log interpolation is also supported.