Skip to content

Commit a1a8ca4

Browse files
author
Médéric RIBREUX
committedFeb 28, 2016
Add r.ros algorithm
1 parent a4c77bc commit a1a8ca4

File tree

1 file changed

+17
-0
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+17
-0
lines changed
 
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
r.ros
2+
Generates rate of spread raster maps.
3+
Raster (r.*)
4+
ParameterRaster|model|Raster map containing fuel models|False
5+
ParameterRaster|moisture_1h|Raster map containing the 1-hour fuel moisture (%)|True
6+
ParameterRaster|moisture_10h|Raster map containing the 10-hour fuel moisture (%)|True
7+
ParameterRaster|moisture_100h|Raster map containing the 100-hour fuel moisture (%)|True
8+
ParameterRaster|moisture_live|Raster map containing live fuel moisture (%)|False
9+
ParameterRaster|velocity|Raster map containing midflame wind velocities (ft/min)|True
10+
ParameterRaster|direction|Name of raster map containing wind directions (degree)|True
11+
ParameterRaster|slope|Name of raster map containing slope (degree)|True
12+
ParameterRaster|aspect|Raster map containing aspect (degree, CCW from E)|True
13+
ParameterRaster|elevation|Raster map containing elevation (m, required for spotting)|True
14+
OutputRaster|base_ros|Base ROS
15+
OutputRaster|max_ros|Max ROS
16+
OutputRaster|direction_ros|Direction ROS
17+
OutputRaster|spotting_distance|Spotting Distance

0 commit comments

Comments
 (0)
Please sign in to comment.