grass_r_ros | R Documentation |
QGIS Algorithm provided by GRASS r.ros (grass:r.ros). Generates rate of spread raster maps.
grass_r_ros(
model = qgisprocess:::qgis_default_value(),
moisture_1h = qgisprocess:::qgis_default_value(),
moisture_10h = qgisprocess:::qgis_default_value(),
moisture_100h = qgisprocess:::qgis_default_value(),
moisture_live = qgisprocess:::qgis_default_value(),
velocity = qgisprocess:::qgis_default_value(),
direction = qgisprocess:::qgis_default_value(),
slope = qgisprocess:::qgis_default_value(),
aspect = qgisprocess:::qgis_default_value(),
elevation = qgisprocess:::qgis_default_value(),
base_ros = qgisprocess:::qgis_default_value(),
max_ros = qgisprocess:::qgis_default_value(),
direction_ros = qgisprocess:::qgis_default_value(),
spotting_distance = 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()
)
model |
|
moisture_1h |
|
moisture_10h |
|
moisture_100h |
|
moisture_live |
|
velocity |
|
direction |
|
slope |
|
aspect |
|
elevation |
|
base_ros |
|
max_ros |
|
direction_ros |
|
spotting_distance |
|
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 |
base_ros - outputRaster - Base ROS
direction_ros - outputRaster - Direction ROS
max_ros - outputRaster - Max ROS
spotting_distance - outputRaster - Spotting Distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.