Description Usage Arguments Examples
This function creates a slopemap in radians and homogenizes it with the baselayer
1 2 3 4 | acc_radians(
my_input,
my_baselayer
)
|
my_input |
An input layer containing a Digital Elevation model DEM. Should be of type raster(raster) |
my_baselayer |
A baselayer that defines resolution, extent and projection system of the friction map. Should be of class raster(raster). Most commonly a layer containing land-use values. Can be the same layer as the input layer |
resampling_method |
Defines the method used to resample the raster values into lower resolutions. Defaults to maximum. Other options contain ("near"|"bilinear"|"cubic"|"cubicspline"|"lanczos"|"average"|"mode"|"max"|"min"|"med"|"q1"|"q3", see GDAL documentation for more information. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.