1r.transect(1)               GRASS GIS User's Manual              r.transect(1)
2
3
4

NAME

6       r.transect   - Outputs raster map layer values lying along user defined
7       transect line(s).
8

KEYWORDS

10       raster, profile, transect
11

SYNOPSIS

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_value=string]   [--help]
17       [--verbose]  [--quiet]  [--ui]
18
19   Flags:
20       -g
21           Output easting and northing in first two  columns  of  four  column
22           output
23
24       --help
25           Print usage summary
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33       --ui
34           Force launching GUI dialog
35
36   Parameters:
37       map=name [required]
38           Raster map to be queried
39
40       line=east,north,azimuth,distance[,east,north,azimuth,dis‐
41       tance,...] [required]
42           Transect definition
43
44       null_value=string
45           String representing NULL value
46           Default: *
47

DESCRIPTION

49       This program outputs, in ASCII, the values in a raster  map  which  lie
50       along  one  or more user-defined transect lines.  The transects are de‐
51       scribed by their starting coordinates, azimuth, and distance.
52
53       The line parameter is a definition of (each) transect  line,  specified
54       by  the  geographic  coordinates  of  its starting point (easting, nor‐
55       thing), the angle and direction of its travel (azimuth), and  its  dis‐
56       tance (distance).
57
58       The  azimuth  is  an  angle, in degrees, measured to the east of north.
59       The distance is in map units (meters for a metered database, like UTM).
60
61       The null parameter can optionally be set to change the character string
62       representing null values.
63

NOTES

65       This  program  is a front-end to the r.profile program.  It simply con‐
66       verts the azimuth and distance to an ending coordinate  and  then  runs
67       r.profile.   There  once  were width= and result=raw|median|average op‐
68       tions which are not currently implemented.
69

SEE ALSO

71        r.profile, wxGUI profile tool
72

AUTHOR

74       Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
75

SOURCE CODE

77       Available at: r.transect source code (history)
78
79       Accessed: Saturday Jan 21 21:15:20 2023
80
81       Main index | Raster index | Topics index | Keywords index  |  Graphical
82       index | Full index
83
84       © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
85
86
87
88GRASS 8.2.1                                                      r.transect(1)
Impressum