Template:Smooth Datasets by Neighbor: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
m (Protected "Template:Smooth Datasets by Neighbor" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 1: Line 1:
__NOINDEX__
__NOINDEX__
===Smooth Datasets by Neighbor===
===Smooth Datasets by Neighbor===
This tool smooths datasets by averaging nodal neighbors. The tool has the following options:
====Tool description====
The ''Smooth Datasets by Neighbor'' tool creates a new spatial dataset that is a smoothed version of the input dataset. The tool has options to average the points value with its neighbors, or use an IDW interpolation of the neighbor values.
 
By default the tool will update the value at a point using only points directly connected to the point. An option allows all points with in two layers of connection to be used.
 
====Input parameters====
*''Input dataset'' – Select which dataset in the project will be the input.
*''Input dataset'' – Select which dataset in the project will be the input.
*''Number of levels'' – The amount of levels to the dataset.
*''Number of levels'' – The amount of levels to the dataset. Currently the tool supports 1 or 2.
**"1"
**"2"
*''Interpolation method'' – Sets the interpolation method for the smoothing. The option selected may add options to the dialog.
*''Interpolation method'' – Sets the interpolation method for the smoothing. The option selected may add options to the dialog.
**"Average" – Sets the interpolation method to averaging the nodal neighbors.
**"Average" – Sets the interpolation method to averaging the nodal neighbors.
Line 11: Line 14:
**"IDW" – Sets the interpolation method to Inverse Distance Weighing (IDW).
**"IDW" – Sets the interpolation method to Inverse Distance Weighing (IDW).
*''Subset mask dataset (optional)'' – Select a dataset for the subset mask (which is optional).
*''Subset mask dataset (optional)'' – Select a dataset for the subset mask (which is optional).
====Output parameters====
*''Output dataset'' –  Enter the name for the new smoothed dataset.
*''Output dataset'' –  Enter the name for the new smoothed dataset.
====Current Location in toolbox====
Datasets/Smooth Datasets by Neighbors
====Related Tools====
* [[Template:Smooth Datasets|Smooth Datasets]]
{{-}}
{{-}}
<noinclude>[[Category:Tools]]</noinclude>
<noinclude>[[Category:Tools]]</noinclude>

Revision as of 18:27, 19 October 2021

Smooth Datasets by Neighbor

Tool description

The Smooth Datasets by Neighbor tool creates a new spatial dataset that is a smoothed version of the input dataset. The tool has options to average the points value with its neighbors, or use an IDW interpolation of the neighbor values.

By default the tool will update the value at a point using only points directly connected to the point. An option allows all points with in two layers of connection to be used.

Input parameters

  • Input dataset – Select which dataset in the project will be the input.
  • Number of levels – The amount of levels to the dataset. Currently the tool supports 1 or 2.
  • Interpolation method – Sets the interpolation method for the smoothing. The option selected may add options to the dialog.
    • "Average" – Sets the interpolation method to averaging the nodal neighbors.
      • Weight of nodal neighbors – Sets the value for the average weight of the nodal neighbors.
    • "IDW" – Sets the interpolation method to Inverse Distance Weighing (IDW).
  • Subset mask dataset (optional) – Select a dataset for the subset mask (which is optional).

Output parameters

  • Output dataset – Enter the name for the new smoothed dataset.

Current Location in toolbox

Datasets/Smooth Datasets by Neighbors

Related Tools