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]
17
18 Flags:
19 -v Run verbosly
20
21 --overwrite
22
23 Parameters:
24 x_input=string
25 Name of raster map containing back-path easting information
26
27 y_input=string
28 Name of raster map containing back-path norhting information
29
30 coordinate=x,y[,x,y,...]
31 The map E and N grid coordinates of starting points
32
33 output=string
34 Name of spread path raster map
35
37 r.spreadpath recursively traces the least cost path backwards to the
38 origin, given backlink information input map layers and target loca‐
39 tions from where paths are to be traced. The backlink information map
40 layers record each cell's backlink UTM northing (the y_input) and east‐
41 ing (the x_input) coordinates from which the cell's cumulative cost was
42 determined.
43
44 The backlink inputs can be generated from another GRASS raster program
45 r.spread. One of the major applications of r.spreadpath along with
46 r.spread is to accurately find the least cost corridors and/or paths on
47 a raster setting. More information on r.spread and r.spreadpath can be
48 found in Xu (1994).
49
51 x_input=name
52 Name of input raster map layer containing backlink UTM easting
53 coordinates.
54
55 y_input=name
56 Name of input raster map layer containing backlink UTM northing
57 coordinates.
58
59 coordinate=x,y[,x,y,x,y, ...]
60 Each x,y coordinate pair gives the easting and northing (respec‐
61 tively) geographic coordinates of a target point from which to
62 backwards trace the least cost path. As many points as desired
63 can be entered by the user.
64
65 output=name
66 Name of raster map layer to contain output. Also can be used as
67 the map layer of the input target points. If so used, the input
68 target point map will be overwritten by the output.
69
71 r.spread, r.ros
72
74 Xu, Jianping, 1994, Simulating the spread of wildfires using a geo‐
75 graphic information system and remote sensing, Ph. D. Dissertation,
76 Rutgers University, New Brunswick, New Jersey.
77
79 Jianping Xu and Richard G. Lathrop, Jr., Center for Remote Sensing and
80 Spatial Analysis, Rutgers University.
81
82 Last changed: $Date: 2003/05/06 16:41:37 $
83
84 Full index
85
86
87
88GRASS 6.2.2 r.spreadpath(1)