From 2176e163b7da9781ee9e3a9df8a9edd6c9e575f1 Mon Sep 17 00:00:00 2001 From: gioman Date: Thu, 19 Jun 2014 16:21:02 +0100 Subject: [PATCH] add a r.cost submodule that uses a raster input as starting point(s) --- .../algs/grass/description/r.cost.full.raster.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/plugins/processing/algs/grass/description/r.cost.full.raster.txt diff --git a/python/plugins/processing/algs/grass/description/r.cost.full.raster.txt b/python/plugins/processing/algs/grass/description/r.cost.full.raster.txt new file mode 100644 index 00000000000..a146144f95e --- /dev/null +++ b/python/plugins/processing/algs/grass/description/r.cost.full.raster.txt @@ -0,0 +1,8 @@ +r.cost +r.cost.full.raster - 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 +ParameterRaster|start_rast|Name of starting raster points map|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