1r.transect(1) Grass User's Manual r.transect(1)
2
3
4
6 r.transect - Outputs raster map layer values lying along user defined
7 transect line(s).
8
10 raster
11
13 r.transect
14 r.transect help
15 r.transect [-g] map=name line=east,north,azimuth,dis‐
16 tance[,east,north,azimuth,distance,...] [null=string] [--verbose]
17 [--quiet]
18
19 Flags:
20 -g
21 Output easting and northing in first two columns of four column
22 output
23
24 --verbose
25 Verbose module output
26
27 --quiet
28 Quiet module output
29
30 Parameters:
31 map=name
32 Raster map to be queried
33
34 line=east,north,azimuth,distance[,east,north,azimuth,distance,...]
35 Transect definition
36
37 null=string
38 Char string to represent no data cell
39 Default: *
40
42 This program outputs, in ASCII, the values in a raster map which lie
43 along one or more user-defined transect lines. The transects are
44 described by their starting coordinates, azimuth, and distance.
45
46 The line parameter is a definition of (each) transect line, specified
47 by the geographic coordinates of its starting point (easting, nor‐
48 thing), the angle and direction of its travel (azimuth), and its dis‐
49 tance (distance).
50
51 The azimuth is an angle, in degrees, measured to the east of north.
52 The distance is in map units (meters for a metered database, like UTM).
53
54 The null parameter can optionally be set to change the character string
55 representing null values.
56
58 This program is a front-end to the r.profile program. It simply con‐
59 verts the azimuth and distance to an ending coordinate and then runs
60 r.profile. There once were width= and result=raw|median|average
61 options which are not currently implemented.
62
64 r.profile
65
67 Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
68
69 Last changed: $Date: 2004-02-24 01:35:46 +0100 (Tue, 24 Feb 2004) $
70
71 Full index
72
73 © 2003-2008 GRASS Development Team
74
75
76
77GRASS 6.3.0 r.transect(1)