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

NAME

6       r.plane   -  Creates  raster  plane map given dip (inclination), aspect
7       (azimuth) and one point.
8

KEYWORDS

10       raster, elevation
11

SYNOPSIS

13       r.plane
14       r.plane --help
15       r.plane  output=name   dip=float   azimuth=float   easting=float   nor‐
16       thing=float  elevation=float   [type=string]    [--overwrite]  [--help]
17       [--verbose]  [--quiet]  [--ui]
18
19   Flags:
20       --overwrite
21           Allow output files to overwrite existing files
22
23       --help
24           Print usage summary
25
26       --verbose
27           Verbose module output
28
29       --quiet
30           Quiet module output
31
32       --ui
33           Force launching GUI dialog
34
35   Parameters:
36       output=name [required]
37           Name for output raster map
38
39       dip=float [required]
40           Dip of plane in degrees
41           Default: 0.0
42
43       azimuth=float [required]
44           Azimuth of the plane in degrees
45           Default: 0.0
46
47       easting=float [required]
48           Easting coordinate of a point on the plane
49
50       northing=float [required]
51           Northing coordinate of a point on the plane
52
53       elevation=float [required]
54           Elevation coordinate of a point on the plane
55
56       type=string
57           Type of raster map to be created
58           Storage type for resultant raster map
59           Options: CELL, FCELL, DCELL
60           Default: FCELL
61           CELL: Integer
62           FCELL: Single precision floating point
63           DCELL: Double precision floating point
64

DESCRIPTION

66       r.plane creates a tilted plane raster map given user-specified  parame‐
67       ters  for  inclination, azimuth, and the geographic location of a point
68       on the plane.
69       The angle orientations of the azimuth parameter increase counter-clock‐
70       wise, i.e., 0 degree = N, 45 degree = NW, 90 degree = W etc.
71
72       Increasing values of the dip parameter progressively lower (or dip) the
73       northern half of the plane, and incline the southern half, assuming the
74       azimuth parameter is held constant at 0 degrees.
75

NOTES

77       g.region  -c provides the easting and northing coordinates for the cen‐
78       ter of the current region.
79
80       CELL (integer) maps take less disk space than FCELLs (floating  point),
81       which in turn take up less space than DCELLs (double precision floating
82       point).
83

EXAMPLE

85       A tilted plane in the North Carolina sample dataset region:
86       # set computational region
87       g.region raster=elev_lid792_1m -p
88       # get center coordinates as an example
89       g.region -c
90       # get terrain height at point
91       r.what map=elev_lid792_1m coordinates=638650.0,220375.0
92       # shows elevation: 116.7734
93       # generate tilted plane
94       r.plane myplane30 dip=30 az=75 east=638650.0 north=220375.0 \
95               elev=116.7734 type=FCELL
96       Figure: Tilted plane shown in NVIZ along with elevation map
97

AUTHORS

99       Stefan Jäger (1994), University of Heidelberg during a stay at USGS
100       Updated to GRASS 5.7 by Michael Barton, Arizona State University
101       Full rewrite for GRASS 7 by Glynn Clements
102

SOURCE CODE

104       Available at: r.plane source code (history)
105
106       Accessed: Mon Jun 20 16:47:45 2022
107
108       Main index | Raster index | Topics index | Keywords index  |  Graphical
109       index | Full index
110
111       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
112
113
114
115GRASS 8.2.0                                                         r.plane(1)
Impressum