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]
17
18 Flags:
19 -g Output easting and northing in first two columns of four column
20 output
21
22 Parameters:
23 map=name
24 Raster map to be queried
25
26 line=east,north,azimuth,distance[,east,north,azimuth,distance,...]
27 Transect definition
28
29 null=string
30 Char string to represent no data cell Default: *
31
33 This program outputs, in ASCII, the values in a raster map which lie
34 along one or more user-defined transect lines. The transects are
35 described by their starting coordinates, azimuth, and distance.
36
37 The line parameter is a definition of (each) transect line, specified
38 by the geographic coordinates of its starting point (easting, nor‐
39 thing), the angle and direction of its travel (azimuth), and its dis‐
40 tance (distance).
41
42 The azimuth is an angle, in degrees, measured to the east of north.
43 The distance is in map units (meters for a metered database, like UTM).
44
45 The null parameter can optionally be set to change the character string
46 representing null values.
47
49 This program is a front-end to the r.profile program. It simply con‐
50 verts the azimuth and distance to an ending coordinate and then runs
51 r.profile. There once were width= and result=raw|median|average
52 options which are not currently implemented.
53
55 r.profile
56
58 Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
59
60 Last changed: $Date: 2004/02/24 00:35:46 $
61
62 Full index
63
64
65
66GRASS 6.2.2 r.transect(1)