View source: R/grass_r_resamp_rst.R
grass_r_resamp_rst | R Documentation |
QGIS Algorithm provided by GRASS r.resamp.rst (grass:r.resamp.rst). Reinterpolates using regularized spline with tension and smoothing.
grass_r_resamp_rst(
input = qgisprocess:::qgis_default_value(),
smooth = qgisprocess:::qgis_default_value(),
maskmap = qgisprocess:::qgis_default_value(),
ew_res = qgisprocess:::qgis_default_value(),
ns_res = qgisprocess:::qgis_default_value(),
overlap = qgisprocess:::qgis_default_value(),
zscale = qgisprocess:::qgis_default_value(),
tension = qgisprocess:::qgis_default_value(),
theta = qgisprocess:::qgis_default_value(),
scalex = qgisprocess:::qgis_default_value(),
.t = qgisprocess:::qgis_default_value(),
.d = qgisprocess:::qgis_default_value(),
elevation = qgisprocess:::qgis_default_value(),
slope = qgisprocess:::qgis_default_value(),
aspect = qgisprocess:::qgis_default_value(),
pcurvature = qgisprocess:::qgis_default_value(),
tcurvature = qgisprocess:::qgis_default_value(),
mcurvature = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
smooth |
|
maskmap |
|
ew_res |
|
ns_res |
|
overlap |
|
zscale |
|
tension |
|
theta |
|
scalex |
|
.t |
|
.d |
|
elevation |
|
slope |
|
aspect |
|
pcurvature |
|
tcurvature |
|
mcurvature |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
aspect - outputRaster - Aspect raster
elevation - outputRaster - Resampled RST
mcurvature - outputRaster - Mean curvature raster
pcurvature - outputRaster - Profile curvature raster
slope - outputRaster - Slope raster
tcurvature - outputRaster - Tangential curvature raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.