DEFAULT_DEM_PROC | R Documentation |
These values are used in dem_proc()
as the default processing options:
list( "hillshade" = c("-z", "1", "-s", "1", "-az", "315", "-alt", "45", "-alg", "Horn", "-combined", "-compute_edges"), "slope" = c("-s", "1", "-alg", "Horn", "-compute_edges"), "aspect" = c("-alg", "Horn", "-compute_edges"), "color-relief" = character(), "TRI" = c("-alg", "Riley", "-compute_edges"), "TPI" = c("-compute_edges"), "roughness" = c("-compute_edges"))
DEFAULT_DEM_PROC
An object of class list
of length 7.
dem_proc()
https://gdal.org/en/stable/programs/gdaldem.html for a description of all available command-line options for each processing mode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.