User:Jcreer/GMS:UGrid Interpolation 10.4: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
**[[GMS:Linear|''Linear'']] – Uses data points that are first triangulated to form a network of triangles. | **[[GMS:Linear|''Linear'']] – Uses data points that are first triangulated to form a network of triangles. | ||
**[[GMS:Inverse Distance Weighted|''Inverse distance weighted'']] – Creates an interpolated surface that is a weighted average of the point data; the weight assigned to each point diminishes as the distance to the interpolation location increases. The '''Options''' button next to this option will bring up either the ''2D IDW Interpolation Options'' dialog or the ''3D IDW Interpolation Options'' dialog. | **[[GMS:Inverse Distance Weighted|''Inverse distance weighted'']] – Creates an interpolated surface that is a weighted average of the point data; the weight assigned to each point diminishes as the distance to the interpolation location increases. The '''Options''' button next to this option will bring up either the ''2D IDW Interpolation Options'' dialog or the ''3D IDW Interpolation Options'' dialog. | ||
**[[GMS:Natural Neighbor|''Natural neighbor'']] – Based on the Thiessen polygon network of the point data. The '''Options''' button next to this option will bring up the ''Natural Neighbor Options'' dialog. | **[[GMS:Natural Neighbor|''Natural neighbor'']] – Based on the Thiessen polygon network of the point data. The '''Options''' button next to this option will bring up the ''Natural Neighbor Options'' dialog. | ||
**[[GMS:Kriging|''Kriging'']] – Based on the assumption that the parameter being interpolated can be treated as a regionalized variable. The '''Options''' button next to this option will bring up the [[GMS:Kriging Options|''Kriging Options'']] dialog. | **[[GMS:Kriging|''Kriging'']] – Based on the assumption that the parameter being interpolated can be treated as a regionalized variable. The '''Options''' button next to this option will bring up the [[GMS:Kriging Options|''Kriging Options'']] dialog. | ||
**''2D'' – Designates the interpolation as two-dimensional data. This is the default interpolation method. | |||
**''2D'' – Designates the interpolation as two-dimensional data. | |||
**''3D'' – Specified the interpolation as three-dimensional data. Only the inverse distance weighted and Kriging options are available with this method. | **''3D'' – Specified the interpolation as three-dimensional data. Only the inverse distance weighted and Kriging options are available with this method. | ||