mrvbf_threshold: Calculate the t_slope value based on DEM resolution for MRVBF

View source: R/utils.R

mrvbf_thresholdR Documentation

Calculate the t_slope value based on DEM resolution for MRVBF

Description

Calculates the t_slope value for the Multiresolution Index of Valley Bottom Flatness (Gallant and Dowling, 2003) based on input DEM resolution. MRVBF identified valley bottoms based on classifying slope angle and identifying low areas by ranking elevation in respect to the surrounding topography across a range of DEM resolutions. The MRVBF algorithm was developed using a 25 m DEM, and so if the input DEM has a different resolution then the slope threshold t_slope needs to be adjusted from its default value of 16 in order to maintain the relationship between slope and DEM resolution. This function provides a convenient way to perform that calculation.

Usage

mrvbf_threshold(res)

Arguments

res

numeric, DEM resolution

Value

numeric, t_slope value for MRVBF

Examples

mrvbf_threshold(res = 10)

stevenpawley/RSAGA5 documentation built on March 26, 2024, 5:30 a.m.