Smooth High Resolution DEM
Description
Smoothing is used to blur DEMs to remove the changes in elevation that are too small to indicate features of interest (i.e., microtopographic noise), which are ubiquitous in high-resolution DEMs.
Usage
- Microtopographic noise can be the product of both erroneous data or rue variations in the elevation of the vegetated ground surface.
- Identifying and filtering noisy data are challenging as this risks modifying the true land surface or degrading features of interest.
- Although many smoothing methods have been proposed, just a few are selected for their common use in hydrology-related applications. These include mean, median, gaussian, and Perona-Malik smoothing.
- In addition to the smoothing algorithm, the rate of smoothing is an important parameter in this DEM preprocessing step. The rate of smoothing controls the scale of features that are preserved. Users should choose this parameter based on the scale of the hydrologic parameter that is being extracted.
Parameters
Parameter Name | Type | Direction | Data Type | Dialog Reference |
---|---|---|---|---|
Input High Resolution DEM (*.tif) | Required | Input | Raster Layer | Input high-resolution (~ 2m resolution or finer) DEM to be smoothed. Must be in TIF format. |
Smoothing Method | Required | Input | String | |
Output Smoothed DEM (*.tif) | Required | Output | Raster Dataset | Name of the resulting smoothed DEM. Must be in TIF format. If the directory does not exist, it will be created. |
Smoothing Width (m) | Optional | Input | Double | |
Perona Malik Iterations | Optional | Input | Double | For Perona-Malik smoothing, the number of iterations determines the scale of features preserved and smoothed, however this parameter has no unique and uniform equivalent spatial scale. A higher number of iterations will result in coarser output landscapes. Default value given are starting points, but users should adjust these based on their specific application. |