From c99170daa490b17ac81fcfd348e3e5545849bad0 Mon Sep 17 00:00:00 2001 From: gioman Date: Tue, 1 Apr 2014 14:50:43 +0100 Subject: [PATCH] add grass7 r.cost module with no need for stop points input --- .../plugins/processing/grass7/description/r.cost.full.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/plugins/processing/grass7/description/r.cost.full.txt diff --git a/python/plugins/processing/grass7/description/r.cost.full.txt b/python/plugins/processing/grass7/description/r.cost.full.txt new file mode 100644 index 00000000000..96f52cfd656 --- /dev/null +++ b/python/plugins/processing/grass7/description/r.cost.full.txt @@ -0,0 +1,8 @@ +r.cost +r.cost.full - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost. +Raster (r.*) +ParameterRaster|input|Unit cost layer|False +ParameterVector|start_points|Start points|0|False +ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False +ParameterBoolean|-n|Keep null values in output raster layer|False +OutputRaster|output|Cumulative cost