-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
Feb 28, 2016
1 parent
a4c77bc
commit a1a8ca4
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
python/plugins/processing/algs/grass7/description/r.ros.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
r.ros | ||
Generates rate of spread raster maps. | ||
Raster (r.*) | ||
ParameterRaster|model|Raster map containing fuel models|False | ||
ParameterRaster|moisture_1h|Raster map containing the 1-hour fuel moisture (%)|True | ||
ParameterRaster|moisture_10h|Raster map containing the 10-hour fuel moisture (%)|True | ||
ParameterRaster|moisture_100h|Raster map containing the 100-hour fuel moisture (%)|True | ||
ParameterRaster|moisture_live|Raster map containing live fuel moisture (%)|False | ||
ParameterRaster|velocity|Raster map containing midflame wind velocities (ft/min)|True | ||
ParameterRaster|direction|Name of raster map containing wind directions (degree)|True | ||
ParameterRaster|slope|Name of raster map containing slope (degree)|True | ||
ParameterRaster|aspect|Raster map containing aspect (degree, CCW from E)|True | ||
ParameterRaster|elevation|Raster map containing elevation (m, required for spotting)|True | ||
OutputRaster|base_ros|Base ROS | ||
OutputRaster|max_ros|Max ROS | ||
OutputRaster|direction_ros|Direction ROS | ||
OutputRaster|spotting_distance|Spotting Distance |