mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add r.ros algorithm
This commit is contained in:
parent
a4c77bcbab
commit
a1a8ca4d46
17
python/plugins/processing/algs/grass7/description/r.ros.txt
Normal file
17
python/plugins/processing/algs/grass7/description/r.ros.txt
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user