Skip to content

Commit d56c6c8

Browse files
committedJun 24, 2014
Merge pull request #1485 from gioman/wildfire
[processing] add GRASS modules for Wildfire analysis
2 parents acea234 + 544200e commit d56c6c8

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
 
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
r.ros
2+
r.ros - Generates three, or four raster map layers showing 1) the base (perpendicular) rate of spread (ROS), 2) the maximum (forward) ROS, 3) the direction of the maximum ROS, and optionally 4) the maximum potential spotting distance.
3+
Raster (r.*)
4+
ParameterRaster|model|Name of raster map containing fuel MODELs|True
5+
ParameterRaster|moisture_live|Name of raster map containing LIVE fuel MOISTURE (%)|True
6+
*ParameterBoolean|-s|Also produce maximum SPOTTING distance (-s)|False
7+
*ParameterRaster|moisture_1h|Name of raster map containing the 1-HOUR fuel MOISTURE (%)|False
8+
*ParameterRaster|moisture_10h|Name of raster map containing the 10-HOUR fuel MOISTURE (%)|False
9+
*ParameterRaster|moisture_100h|Name of raster map containing the 100-HOUR fuel MOISTURE (%)|False
10+
*ParameterRaster|velocity|Name of raster map containing midflame wind VELOCITYs (ft/min)|False
11+
*ParameterRaster|direction|Name of raster map containing wind DIRECTIONs (degree)|False
12+
*ParameterRaster|slope|Name of raster map containing SLOPE (degree)|False
13+
*ParameterRaster|aspect|Name of raster map containing ASPECT (degree, anti-clockwise from E)|False
14+
*ParameterRaster|elevation|Name of raster map containing ELEVATION (m) (required with -s)|False
15+
OutputRaster|output|Name of raster map to contain results (several new layers)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
r.spread
2+
r.spread - Simulates elliptically anisotropic spread on a graphics window and generates a raster map of the cumulative time of spread, given raster maps containing the rates of spread (ROS), the ROS directions and the spread origins.
3+
Raster (r.*)
4+
ParameterRaster|max|Name of raster map containing MAX rate of spread (ROS) (cm/min)|True
5+
ParameterRaster|dir|Name of raster map containing DIRections of max ROS (degree)|True
6+
ParameterRaster|base|Name of raster map containing BASE ROS (cm/min)|True
7+
ParameterRaster|start|Name of raster map containing STARTing sources|True
8+
*ParameterBoolean|-s|For wildfires: consider SPOTTING effect (-s)|False
9+
*ParameterRaster|spot_dist|Name of raster map containing max SPOTting DISTance (m) (required with -s)|False
10+
*ParameterRaster|w_speed|Name of raster map containing midflame Wind SPEED (ft/min) (required with -s)|False
11+
*ParameterRaster|f_mois|Name of raster map containing fine Fuel MOISture of the cell receiving a spotting firebrand (%) (required with -s)|False
12+
*ParameterNumber|least_size|Basic sampling window SIZE needed to meet certain accuracy (default 3). Options: 3,5,7,9,11,13,15|3|15|3
13+
*ParameterNumber|comp_dens|Sampling DENSity for additional COMPutin (range: 0.0 - 1.0 (default 0.5))|0|1|0.5
14+
*ParameterNumber|init_time|INITial TIME for current simulation (0) (min)|0|None|0
15+
*ParameterNumber|lag|Simulating time duration LAG (fill the region) (min)|0|None|0
16+
*ParameterRaster|backdrop|Name of raster map as a display backdrop|False
17+
OutputRaster|output|Name of raster map to contain OUTPUT spread time (min)
18+
OutputRaster|x_output|Name of raster map to contain X_BACK coordinates
19+
OutputRaster|y_output|Name of raster map to contain Y_BACK coordinates

0 commit comments

Comments
 (0)