From a1a8ca4d46d3e41c603f9ba9d97aa2006cde4d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20RIBREUX?= Date: Sat, 27 Feb 2016 11:52:05 +0100 Subject: [PATCH] Add r.ros algorithm --- .../algs/grass7/description/r.ros.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 python/plugins/processing/algs/grass7/description/r.ros.txt diff --git a/python/plugins/processing/algs/grass7/description/r.ros.txt b/python/plugins/processing/algs/grass7/description/r.ros.txt new file mode 100644 index 00000000000..9441e4d8c96 --- /dev/null +++ b/python/plugins/processing/algs/grass7/description/r.ros.txt @@ -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