View source: R/grass_r_to_vect.R
grass_r_to_vect | R Documentation |
QGIS Algorithm provided by GRASS r.to.vect (grass:r.to.vect). Converts a raster into a vector layer.
grass_r_to_vect(
input = qgisprocess:::qgis_default_value(),
type = qgisprocess:::qgis_default_value(),
column = qgisprocess:::qgis_default_value(),
.s = qgisprocess:::qgis_default_value(),
.v = qgisprocess:::qgis_default_value(),
.z = qgisprocess:::qgis_default_value(),
.b = qgisprocess:::qgis_default_value(),
.t = 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_OUTPUT_TYPE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_DSCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_LCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_EXPORT_NOCAT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
type |
|
column |
|
.s |
|
.v |
|
.z |
|
.b |
|
.t |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_OUTPUT_TYPE_PARAMETER |
|
GRASS_VECTOR_DSCO |
|
GRASS_VECTOR_LCO |
|
GRASS_VECTOR_EXPORT_NOCAT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
output - outputVector - Vectorized
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.