QGIS Algorithm provided by GRASS r.spread (grass:r.spread). Simulates elliptically anisotropic spread.
grass_r_spread(
base_ros = qgisprocess:::qgis_default_value(),
max_ros = qgisprocess:::qgis_default_value(),
direction_ros = qgisprocess:::qgis_default_value(),
start = qgisprocess:::qgis_default_value(),
spotting_distance = qgisprocess:::qgis_default_value(),
wind_speed = qgisprocess:::qgis_default_value(),
fuel_moisture = qgisprocess:::qgis_default_value(),
backdrop = qgisprocess:::qgis_default_value(),
least_size = qgisprocess:::qgis_default_value(),
comp_dens = qgisprocess:::qgis_default_value(),
init_time = qgisprocess:::qgis_default_value(),
lag = qgisprocess:::qgis_default_value(),
.s = qgisprocess:::qgis_default_value(),
.i = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
x_output = qgisprocess:::qgis_default_value(),
y_output = 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()
)
raster
- Raster map containing base ROS (cm/
min). Path to a raster layer.
raster
- Raster map containing maximal ROS (cm/
min). Path to a raster layer.
raster
- Raster map containing directions of maximal ROS (degree). Path to a raster layer.
raster
- Raster map containing starting sources. Path to a raster layer.
raster
- Raster map containing maximal spotting distance (m, required with -s). Path to a raster layer.
raster
- Raster map containing midflame wind speed (ft/
min, required with -s). Path to a raster layer.
raster
- Raster map containing fine fuel moisture of the cell receiving a spotting firebrand (%, required with -s). Path to a raster layer.
raster
- Name of raster map as a display backdrop. Path to a raster layer.
enum
of ("3", "5", "7", "9", "11", "13", "15")
- Basic sampling window size needed to meet certain accuracy (3). Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
number
- Sampling density for additional computing (range: 0.0 - 1.0 (0.5)). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number
- Initial time for current simulation (0) (min). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number
- Simulating time duration LAG (fill the region) (min). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
boolean
- Consider spotting effect (for wildfires). 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression. Original algorithm parameter name: -s.
boolean
- Use start raster map values in output spread time raster map. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression. Original algorithm parameter name: -i.
rasterDestination
- Spread Time. Path for new raster layer.
rasterDestination
- X Back Coordinates. Path for new raster layer.
rasterDestination
- Y Back Coordinates. Path for new raster layer.
extent
- GRASS GIS region extent. A comma delimited string of x min, x max, y min, y max. E.g. '4,10,101,105'. Path to a layer. The extent of the layer is used..
number
- GRASS GIS region cellsize (leave 0 for default). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
string
- Output Rasters format options (createopt). String value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
string
- Output Rasters format metadata options (metaopt). String value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.