GMS:UGrid Interpolation: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
**''Use all time steps'' – If there are time steps, this option will interpolate all time steps in the source dataset.
**''Use all time steps'' – If there are time steps, this option will interpolate all time steps in the source dataset.
*''Interpolating to'' – This data tree shows all objects that can receive the interpolated data. Select the object that will receive the new interpolated dataset.
*''Interpolating to'' – This data tree shows all objects that can receive the interpolated data. Select the object that will receive the new interpolated dataset.
*''Dimension''
*''Dimension'' – Options in this section determine whether the interpolation will be two-dimensional or three dimensional.
**''2D''
**''2D'' – Designates the interpolation as two-dimensional data. All interpolation methods are available with this option.
**''3D''
**''3D'' – Specified the interpolation as three-dimensional data. Only the inverse distance weighted and Kriging options are available with this method.
*''Anisotropy''
*''Anisotropy''
**''Horizontal anisotropy''
**''Horizontal anisotropy''
**''Azimuth''
**''Azimuth''
**''Vertical Anisotropy (1/z mag)''
**''Vertical Anisotropy (1/z mag)''
*''Interpolation method''
*''Interpolation method'' – This section specifies which interpolation process will be used.
**''Linear''
**[[GMS:Linear|''Linear'']] – Uses data points that are first triangulated to form a network of triangles.
**''Inverse distance weighted''
**[[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.
**''Clough-Tocher''
**[[GMS:Clough-Tocher|''Clough-Tocher'']] – A finite element method that has origins in the finite element method of numerical analysis.
**''Natural neighbor''
**[[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.
**''Kriging''
**[[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.
**''Log interpolation''
**''Log interpolation''
**''Set data value <=0 to''
**''Set data value <=0 to''
Line 36: Line 36:
**''Points''
**''Points''
**''Celss''
**''Celss''
*''New dataset name''
*''New dataset name'' &ndash; Assigns a name to the new dataset created from the interpolation process.


It is also possible to drag a UGrid dataset and drop it on to another UGrid to open this dialog and indicate what the interpolation target is.
It is also possible to drag a UGrid dataset and drop it on to another UGrid to open this dialog and indicate what the interpolation target is.

Revision as of 16:12, 10 June 2016

UGrid Module
VoronoiUGrid.png
UGrid
Creating and Editing
Viewing Modes
Converting to Other Data Types
Exporting UGrids
UGrid Interpolation
More
Display Options
Tool Palette
Cell Properties
UGrid Commands

UGrid datasets can be interpolated to other UGrids similar to how scatter point datasets can be interpolated to other objects. The Interpolate To command is found in the right-click menu of the UGrid dataset to be interpolated to another UGrid. This command opens the Interpolation Options dialog:

UGridInterpolation.png

This dialog allows selecting the interpolation options to use, and the UGrid to interpolate to. See Interpolation for more information on interpolation. Options include:

  • Interpolating from – This section gives information on the dataset being interpolated to the new dataset.
    • Object – Shows the dataset being used for the interpolation.
    • Dataset – Shows the type of dataset being used for the interpolation.
    • Time step – If the dataset being used has time steps, shows which time step is being used.
    • Use all time steps – If there are time steps, this option will interpolate all time steps in the source dataset.
  • Interpolating to – This data tree shows all objects that can receive the interpolated data. Select the object that will receive the new interpolated dataset.
  • Dimension – Options in this section determine whether the interpolation will be two-dimensional or three dimensional.
    • 2D – Designates the interpolation as two-dimensional data. All interpolation methods are available with this option.
    • 3D – Specified the interpolation as three-dimensional data. Only the inverse distance weighted and Kriging options are available with this method.
  • Anisotropy
    • Horizontal anisotropy
    • Azimuth
    • Vertical Anisotropy (1/z mag)
  • Interpolation method – This section specifies which interpolation process will be used.
    • Linear – Uses data points that are first triangulated to form a network of triangles.
    • 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.
    • Clough-Tocher – A finite element method that has origins in the finite element method of numerical analysis.
    • 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.
    • 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 Kriging Options dialog.
    • Log interpolation
    • Set data value <=0 to
  • Default extrapolation value
  • Assign default extrapolation value to hidden objects
  • Truncate values
    • Truncate to min/max of dataset
    • Truncate to specified range
    • Min
    • Max
  • Create dataset at
    • Points
    • Celss
  • New dataset name – Assigns a name to the new dataset created from the interpolation process.

It is also possible to drag a UGrid dataset and drop it on to another UGrid to open this dialog and indicate what the interpolation target is.

Points vs. Cells

UGrids can have datasets associated with both cells and points. Thus there is an option to specify where the new dataset will be located: at the points or at the cells.