We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc519f8 commit 2176e16Copy full SHA for 2176e16
python/plugins/processing/algs/grass/description/r.cost.full.raster.txt
@@ -0,0 +1,8 @@
1
+r.cost
2
+r.cost.full.raster - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
3
+Raster (r.*)
4
+ParameterRaster|input|Unit cost layer|False
5
+ParameterRaster|start_rast|Name of starting raster points map|0|False
6
+ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
7
+ParameterBoolean|-n|Keep null values in output raster layer|False
8
+OutputRaster|output|Cumulative cost
0 commit comments