This tool creates an animated GIF of multi-scale local topographic position (elevation deviation).
wbt_topographic_position_animation(
input,
output,
palette = "bl_yl_rd",
min_scale = 1,
num_steps = 100,
step_nonlinearity = 1.5,
height = 600,
delay = 250,
label = "",
dev_max = FALSE,
wd = NULL,
verbose_mode = FALSE,
compress_rasters = FALSE
)
Name of the input digital elevation model (DEM) raster file.
Name of the output HTML file (*.html).
Image palette; options are 'bl_yl_rd', 'bl_w_rd', 'purple', 'gn_yl', 'pi_y_g', and 'viridis'.
Minimum search neighbourhood radius in grid cells.
Number of steps.
Step nonlinearity factor (1.0-2.0 is typical).
Image height, in pixels.
GIF time delay in milliseconds.
Label text (leave blank for none).
Do you want to use DEVmax instead of DEV for measuring local topographic position?.
Changes the working directory.
Sets verbose mode. If verbose mode is False, tools will not print output messages.
Sets the flag used by WhiteboxTools to determine whether to use compression for output rasters.
Returns the tool text outputs.