Description Usage Arguments Value
Performs a user-defined weights filter on an image.
1 2 | user_defined_weights_filter(input, weights, output, center = "center",
normalize = FALSE, verbose_mode = FALSE)
|
input |
Input raster file. |
weights |
Input weights file. |
output |
Output raster file. |
center |
Kernel center cell; options include 'center', 'upper-left', 'upper-right', 'lower-left', 'lower-right'. |
normalize |
Normalize kernel weights? This can reduce edge effects and lessen the impact of data gaps (nodata) but is not suited when the kernel weights sum to zero. |
verbose_mode |
Sets verbose mode. If verbose mode is False, tools will not print output messages. |
Returns the tool text outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.