Processing, better GRASS7 r.cost descriptions files names and parameters

This commit is contained in:
Giovanni Manghi 2016-03-09 11:57:28 +00:00
parent f4c5106454
commit 2bcac17e7c
2 changed files with 0 additions and 17 deletions

View File

@ -1,8 +0,0 @@
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

View File

@ -1,9 +0,0 @@
r.cost
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
ParameterVector|stop_points|Stop 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