Calculates the standard deviation of slope from an input DEM.
standard_deviation_of_slope(input, output, zfactor = 1, filterx = 11,
filtery = 11, verbose_mode = FALSE)
Input raster DEM file.
Output raster DEM file.
Optional multiplier for when the vertical and horizontal units are not the same.
Size of the filter kernel in the x-direction.
Size of the filter kernel in the y-direction.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Returns the tool text outputs.