Template:Smooth Datasets: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
m (Protected "Template:Smooth Datasets" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 1: Line 1:
__NOINDEX__
__NOINDEX__
===Smooth Datasets===
===Smooth Datasets===
This tool smooths datasets by limiting slope or area. The tool has the following options:
====Tool description====
The ''Smooth Datasets'' tool creates a new spatial dataset that approximates an input dataset but has values that do not violate rules of how fast they can vary.
The values can be limited by slope or area.
 
When limited by slope, either the minimum or the maximum value is preserved. Values at locations adjacent to the locked or updated value in the mesh are computed based on the distance between the location and its neighbors and a maximum specified slope. If the neighboring value exceeds the slope, the maximum or minimum to satisfy the slope limitation is computed and assigned to the neighbor location.  This process then propagates to neighbors of this location.
 
The ''area'' method assumes that the values represent ''size'' or ''nodal spacing'' functions. Since this is not as intuitive as physical slope, the smoothing prevents the size from changing too fast based on a target area change ratio. Typical area change ratios allowed historically vary from 0.5 to 0.8. Higher area change ratios result in more consistent element sizes (slower transitions).
 
====Input parameters====
*''Input elevation dataset'' – Select which elevation dataset in the project will be the input.
*''Input elevation dataset'' – Select which elevation dataset in the project will be the input.
*''Anchor'' – Select which type of anchor for the smoothing process.
*''Anchor'' – Select which type of anchor for the smoothing process.
Line 13: Line 21:
***''Smoothing maximum slope'' – Sets the maximum potential slope to the smoothing.
***''Smoothing maximum slope'' – Sets the maximum potential slope to the smoothing.
*''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 Dataset
====Related Tools====
* [[Template:Point Spacing|Point Spacing]]
* [[Template:Smooth Datasets by Neighbor|Smooth Datasets by Neighbor]]
{{-}}
{{-}}
<noinclude>[[Category:Tools]]</noinclude>
<noinclude>[[Category:Tools]]</noinclude>

Revision as of 18:20, 19 October 2021

Smooth Datasets

Tool description

The Smooth Datasets tool creates a new spatial dataset that approximates an input dataset but has values that do not violate rules of how fast they can vary. The values can be limited by slope or area.

When limited by slope, either the minimum or the maximum value is preserved. Values at locations adjacent to the locked or updated value in the mesh are computed based on the distance between the location and its neighbors and a maximum specified slope. If the neighboring value exceeds the slope, the maximum or minimum to satisfy the slope limitation is computed and assigned to the neighbor location. This process then propagates to neighbors of this location.

The area method assumes that the values represent size or nodal spacing functions. Since this is not as intuitive as physical slope, the smoothing prevents the size from changing too fast based on a target area change ratio. Typical area change ratios allowed historically vary from 0.5 to 0.8. Higher area change ratios result in more consistent element sizes (slower transitions).

Input parameters

  • Input elevation dataset – Select which elevation dataset in the project will be the input.
  • Anchor – Select which type of anchor for the smoothing process.
    • "Minimum value" – Sets the minimum elevation to be the anchor for the smoothing process.
    • "Maximum value" – Sets the maximum elevation to be the anchor for the smoothing process
  • Smoothing option – Select which type of smoothing option will be used. The option selected will add options to the dialog.
    • "Elemental area change" – Smooths the elevation dataset by limiting the area.
      • Smoothing area change limit – Sets a limit to how much of the area is changed by smoothing.
      • Smoothing minimum cell size – Sets the minimum cell size for the smoothing.
    • "Maximum slope" – Smooths the elevation dataset by limiting the slope.
      • Smoothing maximum slope – Sets the maximum potential slope to the smoothing.
  • 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 Dataset

Related Tools