Template:Linear Interpolate to UGrid: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(Created page with "===Interpolate to UGrid=== The ''Interpolate to Ugrid'' tool will interpolate a dataset associated with one UGrid to another UGrid within the same project. ====Input Paramete...")
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Interpolate to UGrid===
===Linear Interpolate to UGrid===
The ''Interpolate to Ugrid'' tool will interpolate a dataset associated with one UGrid to another UGrid within the same project.
The ''Linear Interpolate to Ugrid'' tool will use the linear interpolation method to interpolate a dataset associated with one UGrid to another UGrid within the same project.


====Input Parameters====
====Input Parameters====
Line 6: Line 6:
*''Target grid'' – Select the grid that will be receiving the interpolated dataset.
*''Target grid'' – Select the grid that will be receiving the interpolated dataset.
*''Target dataset location'' – Indicates if the dataset should be interpolated to the either the "Points" or the center of each "Cell" of the target grid.
*''Target dataset location'' – Indicates if the dataset should be interpolated to the either the "Points" or the center of each "Cell" of the target grid.
*''Interpolation method'' – The following interpolation methods are supported:
**"[[GMS:Linear|Linear]]" – Uses data points that are first triangulated to form a network of triangles.
**"[[GMS:Inverse Distance Weighted|Inverse Distance Weighted (IDW)]]" – Based on the assumption that the interpolating surface should be influenced most by the nearby points and less by the more distant points.
**"[[GMS:Natural Neighbor|Natural Neighbor]]" – Based on the Thiessen polygon network of the point data.
*''Interpolation dimension'' – Set be either "2D" or "3D" interpolation. Should match the target grid's dimensions.
*''Truncate interpolated values option'' – The interpolated values can be limited by using one of the following truncation options:
*''Truncate interpolated values option'' – The interpolated values can be limited by using one of the following truncation options:
**"Do not truncate" – Interpolated values will not be truncated.
**"Do not truncate" – Interpolated values will not be truncated.
Line 17: Line 12:
***''Truncate range minimum'' – Define the minimum value for truncating.
***''Truncate range minimum'' – Define the minimum value for truncating.
***''Truncate range maximum'' – Define the maximum value for truncating.
***''Truncate range maximum'' – Define the maximum value for truncating.
*''IDW nodal function'' – Available when using the IDW interpolation method. Select an IDW nodal function method using one of the following:
<!--*''IDW nodal function'' &ndash; Available when using the IDW interpolation method. Select an IDW nodal function method using one of the following:
**"[[GMS:Shepard's Method|Constant (Shepard's Method)]]" &ndash; The simplest form of inverse distance weighted interpolation. Includes the option to use classic weight function by enter a weighting exponent.
**"[[GMS:Shepard's Method|Constant (Shepard's Method)]]" &ndash; The simplest form of inverse distance weighted interpolation. Includes the option to use classic weight function by enter a weighting exponent.
***''IDW constant nodal function use classic weight function'' &ndash; Turn on to use the classic weight function.
***''IDW constant nodal function use classic weight function'' &ndash; Turn on to use the classic weight function.
Line 32: Line 27:
***''IDW interpolation weights number of nearest points''
***''IDW interpolation weights number of nearest points''
***''IDW interpolation weights use nearest points in each quadrant'' &ndash;  
***''IDW interpolation weights use nearest points in each quadrant'' &ndash;  
**"Use all points"
**"Use all points"-->
*''Extrapolation option'' &ndash; Although they are referred to as interpolation schemes, most of the supported schemes perform both interpolation and extrapolation. That is, they can estimate a value at points both inside and outside the convex hull of the scatter point set. Obviously, the interpolated values are more accurate than the extrapolated values. Nevertheless, it is often necessary to perform extrapolation. Some of the schemes, however, perform interpolation but cannot be used for extrapolation. These schemes include [[GMS:Linear|Linear]] and [[GMS:Clough-Tocher|Clough-Tocher]] interpolation. Both of these schemes only interpolate within the convex hull of the scatter points. Interpolation points outside the convex hull are assigned the default extrapolation value.
*''Extrapolation option'' &ndash; Although they are referred to as interpolation schemes, most of the supported schemes perform both interpolation and extrapolation. That is, they can estimate a value at points both inside and outside the convex hull of the scatter point set. Obviously, the interpolated values are more accurate than the extrapolated values. Nevertheless, it is often necessary to perform extrapolation. Some of the schemes, however, perform interpolation but cannot be used for extrapolation. These schemes include [[GMS:Linear|Linear]] and [[GMS:Clough-Tocher|Clough-Tocher]] interpolation. Both of these schemes only interpolate within the convex hull of the scatter points. Interpolation points outside the convex hull are assigned the default extrapolation value.
:Select one of the following extrapolation options:
:Select one of the following extrapolation options:
Line 53: Line 48:


====Current Location in toolbox====  
====Current Location in toolbox====  
UGrids/Linear Interpolate to Ugrids
Unstructured Grids/Linear Interpolate to Ugrids
{{-}}
{{-}}
<noinclude>[[Category:Tools]]</noinclude>
<noinclude>[[Category:Toolbox Datasets]]</noinclude>

Latest revision as of 20:58, 25 October 2023

Linear Interpolate to UGrid

The Linear Interpolate to Ugrid tool will use the linear interpolation method to interpolate a dataset associated with one UGrid to another UGrid within the same project.

Input Parameters

  • Source dataset – Select the dataset that will be used for interpolation.
  • Target grid – Select the grid that will be receiving the interpolated dataset.
  • Target dataset location – Indicates if the dataset should be interpolated to the either the "Points" or the center of each "Cell" of the target grid.
  • Truncate interpolated values option – The interpolated values can be limited by using one of the following truncation options:
    • "Do not truncate" – Interpolated values will not be truncated.
    • "Truncate to min/max of source dataset" – Interpolated values will be restricted to the minimum and maximum values in the source dataset.
    • "Truncate to specified min/max" – Interpolated values will be restricted to a define minimum and maximum value.
      • Truncate range minimum – Define the minimum value for truncating.
      • Truncate range maximum – Define the maximum value for truncating.
  • Extrapolation option – Although they are referred to as interpolation schemes, most of the supported schemes perform both interpolation and extrapolation. That is, they can estimate a value at points both inside and outside the convex hull of the scatter point set. Obviously, the interpolated values are more accurate than the extrapolated values. Nevertheless, it is often necessary to perform extrapolation. Some of the schemes, however, perform interpolation but cannot be used for extrapolation. These schemes include Linear and Clough-Tocher interpolation. Both of these schemes only interpolate within the convex hull of the scatter points. Interpolation points outside the convex hull are assigned the default extrapolation value.
Select one of the following extrapolation options:
  • "No extrapolation" – Extrapolation will not be performed.
  • "Constant value" – Extrapolation will use a constant value.
    • Extrapolation constant value – Set the constant value that will be used for extrapolation.
  • "Inverse distance weighted (IDW)"
    • Extrapolation IDW interpolation weights computation option
    • Extrapolation IDW number of nearest points
    • Extrapolation IDW use nearest points in each quadrant
  • "Existing dataset" – Allows designating an existing dataset to define the extrapolation values.
    • Existing dataset – Select a dataset in the project to use for extrapolation values.

Output Parameters

The output will create an interpolated dataset on the target grid.

Current Location in toolbox

Unstructured Grids/Linear Interpolate to Ugrids