Skip to content

Commit c4c67b0

Browse files
author
Giovanni Manghi
committedMar 9, 2016
Processing, better GRASS7 r.cost descriptions files names and parameters
1 parent 2bcac17 commit c4c67b0

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
 

‎1

Whitespace-only changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
r.cost
2+
r.cost.coordinates - 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+
ParameterString|start_coordinates|Coordinates of starting point(s) (E,N)|0,0
6+
ParameterString|stop_coordinates|Coordinates of stopping point(s) (E,N)|
7+
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
8+
ParameterBoolean|-n|Keep null values in output raster layer|True
9+
ParameterNumber|max_cost|Maximum cumulative cost|0|None|0
10+
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0
11+
ParameterNumber|memory|Maximum memory to be used in MB|0|None|300
12+
OutputRaster|output|Cumulative cost
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.cost
2+
r.cost.points - 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+
ParameterVector|stop_points|Stop points|0|True
7+
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
8+
ParameterBoolean|-n|Keep null values in output raster layer|True
9+
OutputRaster|output|Cumulative cost
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
r.cost
2+
r.cost.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_raster|Name of starting raster points map|False
6+
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
7+
ParameterBoolean|-n|Keep null values in output raster layer|True
8+
ParameterNumber|max_cost|Maximum cumulative cost|0|None|0
9+
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0
10+
ParameterNumber|memory|Maximum memory to be used in MB|0|None|300
11+
OutputRaster|output|Cumulative cost

0 commit comments

Comments
 (0)
Please sign in to comment.