View source: R/grass_r_stream_extract.R
grass_r_stream_extract | R Documentation |
QGIS Algorithm provided by GRASS r.stream.extract (grass:r.stream.extract). Stream network extraction
grass_r_stream_extract(
elevation = qgisprocess:::qgis_default_value(),
accumulation = qgisprocess:::qgis_default_value(),
depression = qgisprocess:::qgis_default_value(),
threshold = qgisprocess:::qgis_default_value(),
mexp = qgisprocess:::qgis_default_value(),
stream_length = qgisprocess:::qgis_default_value(),
d8cut = qgisprocess:::qgis_default_value(),
memory = qgisprocess:::qgis_default_value(),
stream_raster = qgisprocess:::qgis_default_value(),
stream_vector = qgisprocess:::qgis_default_value(),
direction = 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(),
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()
)
elevation |
|
accumulation |
|
depression |
|
threshold |
|
mexp |
|
stream_length |
|
d8cut |
|
memory |
|
stream_raster |
|
stream_vector |
|
direction |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
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 |
direction - outputRaster - Flow direction
stream_raster - outputRaster - Unique stream ids (rast)
stream_vector - outputVector - Unique stream ids (vect)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.