File: r.cost.coordinates.txt

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (12 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
r.cost
r.cost.coordinates - 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
ParameterPoint|start_coordinates|Coordinates of starting point(s) (E,N)|0,0
ParameterPoint|stop_coordinates|Coordinates of stopping point(s) (E,N)|0,0
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
ParameterBoolean|-n|Keep null values in output raster layer|True
ParameterNumber|max_cost|Maximum cumulative cost|0|None|0
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0
ParameterNumber|memory|Maximum memory to be used in MB|0|None|300
OutputRaster|output|Cumulative cost