1r.spreadpath(1) Grass User's Manual r.spreadpath(1)
2
3
4
6 r.spreadpath - Recursively traces the least cost path backwards to
7 cells from which the cumulative cost was determined.
8
10 raster
11
13 r.spreadpath
14 r.spreadpath help
15 r.spreadpath [-v] x_input=string y_input=string [coordi‐
16 nate=x,y[,x,y,...]] output=string [--overwrite] [--verbose]
17 [--quiet]
18
19 Flags:
20 -v
21 Run verbosly
22
23 --overwrite
24 Allow output files to overwrite existing files
25
26 --verbose
27 Verbose module output
28
29 --quiet
30 Quiet module output
31
32 Parameters:
33 x_input=string
34 Name of raster map containing back-path easting information
35
36 y_input=string
37 Name of raster map containing back-path norhting information
38
39 coordinate=x,y[,x,y,...]
40 The map E and N grid coordinates of starting points
41
42 output=string
43 Name of spread path raster map
44
46 r.spreadpath recursively traces the least cost path backwards to the
47 origin, given backlink information input map layers and target loca‐
48 tions from where paths are to be traced. The backlink information map
49 layers record each cell's backlink UTM northing (the y_input) and east‐
50 ing (the x_input) coordinates from which the cell's cumulative cost was
51 determined.
52
53 The backlink inputs can be generated from another GRASS raster program
54 r.spread. One of the major applications of r.spreadpath along with
55 r.spread is to accurately find the least cost corridors and/or paths on
56 a raster setting. More information on r.spread and r.spreadpath can be
57 found in Xu (1994).
58
60 x_input=name
61 Name of input raster map layer containing backlink UTM easting
62 coordinates.
63
64 y_input=name
65 Name of input raster map layer containing backlink UTM northing
66 coordinates.
67
68 coordinate=x,y[,x,y,x,y, ...]
69 Each x,y coordinate pair gives the easting and northing (respec‐
70 tively) geographic coordinates of a target point from which to
71 backwards trace the least cost path. As many points as desired
72 can be entered by the user.
73
74 output=name
75 Name of raster map layer to contain output. Also can be used as
76 the map layer of the input target points. If so used, the input
77 target point map will be overwritten by the output.
78
80 r.spread, r.ros
81
83 Xu, Jianping, 1994, Simulating the spread of wildfires using a geo‐
84 graphic information system and remote sensing, Ph. D. Dissertation,
85 Rutgers University, New Brunswick, New Jersey.
86
88 Jianping Xu and Richard G. Lathrop, Jr., Center for Remote Sensing and
89 Spatial Analysis, Rutgers University.
90
91 Last changed: $Date: 2003-05-06 18:41:37 +0200 (Tue, 06 May 2003) $
92
93 Full index
94
95 © 2003-2008 GRASS Development Team
96
97
98
99GRASS 6.3.0 r.spreadpath(1)