View source: R/grass_r_what_points.R
grass_r_what_points | R Documentation |
QGIS Algorithm provided by GRASS r.what.points (grass:r.what.points). r.what.points - Queries raster maps on their category values and category labels on a layer of points.
grass_r_what_points(
map = qgisprocess:::qgis_default_value(),
points = qgisprocess:::qgis_default_value(),
null_value = qgisprocess:::qgis_default_value(),
separator = qgisprocess:::qgis_default_value(),
cache = qgisprocess:::qgis_default_value(),
.n = qgisprocess:::qgis_default_value(),
.f = qgisprocess:::qgis_default_value(),
.r = qgisprocess:::qgis_default_value(),
.i = qgisprocess:::qgis_default_value(),
.c = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
map |
|
points |
|
null_value |
|
separator |
|
cache |
|
.n |
|
.f |
|
.r |
|
.i |
|
.c |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
output - outputFile - Raster Values File
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.