sourCEntral - mobile manpages

pdf

r.plane

NAME

r.plane

DESCRIPTION

r.plane creates a tilted plane raster map given user-specified parameters for inclination, azimuth, and the geographic location of a point on the plane.
The angle orientations of azimuth are: 0 degree = N, 90 degree = E etc.

HINTS

g.region -c provides the easting and northing coordinates for the center of the current region.

int maps take less disk space than floats, which in turn take up less space than doubles. (but can be less exact)

EXAMPLE

A tilted plane in the Spearfish region:
r.plane myplane45 dip=45 az=90 east=599490 north=4920855 \
elev=1000 type=float

AUTHOR

Unknown
Updated to GRASS 5.7 by Michael Barton, Arizona State University

Last changed: $Date: 2006/06/22 07:46:46 $

Full index

pdf