![]() |
![]()
| ![]() |
![]()
NAMEr.plane - Creates raster plane map given dip (inclination), aspect (azimuth) and one point. KEYWORDSraster, elevation SYNOPSISr.plane
Flags:
Parameters:
DESCRIPTIONr.plane creates a tilted plane raster map given
user-specified parameters for inclination, azimuth, and the geographic
location of a point on the plane.
Increasing values of the dip parameter progressively lower (or dip) the northern half of the plane, and incline the southern half, assuming the azimuth parameter is held constant at 0 degrees. NOTESg.region -c provides the easting and northing coordinates for the center of the current region. CELL (integer) maps take less disk space than FCELLs (floating point), which in turn take up less space than DCELLs (double precision floating point). EXAMPLEA tilted plane in the North Carolina sample dataset region:
# set computational region g.region raster=elev_lid792_1m -p # get center coordinates as an example g.region -c # get terrain height at point r.what map=elev_lid792_1m coordinates=638650.0,220375.0 # shows elevation: 116.7734 # generate tilted plane r.plane myplane30 dip=30 az=75 east=638650.0 north=220375.0 \ Figure: Tilted plane shown in NVIZ along with elevation map AUTHORSStefan Jäger (1994), University of Heidelberg during a stay
at USGS
SOURCE CODEAvailable at: r.plane source code (history) Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d Main index | Raster index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|