grass_r_flow | R Documentation |
QGIS Algorithm provided by GRASS r.flow (grass:r.flow). Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM).
grass_r_flow(
elevation = qgisprocess:::qgis_default_value(),
aspect = qgisprocess:::qgis_default_value(),
barrier = qgisprocess:::qgis_default_value(),
skip = qgisprocess:::qgis_default_value(),
bound = qgisprocess:::qgis_default_value(),
.u = qgisprocess:::qgis_default_value(),
.arg_3 = qgisprocess:::qgis_default_value(),
.m = qgisprocess:::qgis_default_value(),
flowline = qgisprocess:::qgis_default_value(),
flowlength = qgisprocess:::qgis_default_value(),
flowaccumulation = 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 |
|
aspect |
|
barrier |
|
skip |
|
bound |
|
.u |
|
.arg_3 |
|
.m |
|
flowline |
|
flowlength |
|
flowaccumulation |
|
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 |
flowaccumulation - outputRaster - Flow accumulation
flowlength - outputRaster - Flow path length
flowline - outputVector - Flow line
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.