File tree 1 file changed +21
-0
lines changed
python/plugins/processing/algs/grass7/description
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ r.spread
2
+ Simulates elliptically anisotropic spread.
3
+ Raster (r.*)
4
+ ParameterRaster|base_ros|Raster map containing base ROS (cm/min)|False
5
+ ParameterRaster|max_ros|Raster map containing maximal ROS (cm/min)|False
6
+ ParameterRaster|direction_ros|Raster map containing directions of maximal ROS (degree)|False
7
+ ParameterRaster|start|Raster map containing starting sources|False
8
+ ParameterRaster|spotting_distance|Raster map containing maximal spotting distance (m, required with -s)|True
9
+ ParameterRaster|wind_speed|Raster map containing midflame wind speed (ft/min, required with -s)|True
10
+ ParameterRaster|fuel_moisture|Raster map containing fine fuel moisture of the cell receiving a spotting firebrand (%, required with -s)|True
11
+ ParameterRaster|backdrop|Name of raster map as a display backdrop|True
12
+ ParameterSelection|least_size|Basic sampling window size needed to meet certain accuracy (3)|3;5;7;9;11;13;15|0
13
+ ParameterNumber|comp_dens|Sampling density for additional computing (range: 0.0 - 1.0 (0.5))|0.0|1.0|0.5|True
14
+ ParameterNumber|init_time|Initial time for current simulation (0) (min)|0|None|0|True
15
+ ParameterNumber|lag|Simulating time duration LAG (fill the region) (min)|0|None|0|True
16
+ *ParameterBoolean|-s|Consider spotting effect (for wildfires)|False
17
+ *ParameterBoolean|-i|Use start raster map values in output spread time raster map|False
18
+ OutputRaster|output|Spread Time
19
+ OutputRaster|x_output|X Back Coordinates
20
+ OutputRaster|y_output|Y Back Coordinates
21
+
You can’t perform that action at this time.
0 commit comments