View source: R/sagang_patching.R
sagang_patching | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Patching (sagang:patching). —————- Arguments —————- ORIGINAL: Grid Argument type: raster Acceptable values: - Path to a raster layer COMPLETED: Patched Grid Argument type: rasterDestination Acceptable values: - Path for new raster layer ADDITIONAL: Patch Grid Argument type: raster Acceptable values: - Path to a raster layer RESAMPLING: Resampling Default value: 3 Argument type: enum Available values: - 0: (0) Nearest Neighbour - 1: (1) Bilinear Interpolation - 2: (2) Bicubic Spline Interpolation - 3: (3) B-Spline Interpolation Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_patching(
ORIGINAL = qgisprocess:::qgis_default_value(),
COMPLETED = qgisprocess:::qgis_default_value(),
ADDITIONAL = qgisprocess:::qgis_default_value(),
RESAMPLING = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
ORIGINAL |
|
COMPLETED |
|
ADDITIONAL |
|
RESAMPLING |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
COMPLETED - outputRaster - Patched Grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.