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 6ab5d21 commit c99170dCopy full SHA for c99170d
python/plugins/processing/grass7/description/r.cost.full.txt
@@ -0,0 +1,8 @@
1
+r.cost
2
+r.cost.full - 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
+ParameterVector|start_points|Start points|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