other versions
- jessie 6.4.4-1
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
| r.plane(1grass) | Grass User's Manual | r.plane(1grass) |
NAME¶
r.plane - Creates raster plane map given dip (inclination), aspect (azimuth) and one point.KEYWORDS¶
raster, elevationSYNOPSIS¶
r.planeFlags:¶
- --overwrite
-
Allow output files to overwrite existing files
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- name=string
-
Name of raster plane to be created
- dip=float
-
Dip of plane. Value must be between -90 and 90 degreesDefault: 0.0
- azimuth=float
-
Azimuth of the plane. Value must be between 0 and 360 degreesDefault: 0.0
- easting=float
-
Easting coordinate of a point on the plane
- northing=float
-
Northing coordinate of a point on the plane
- elevation=float
-
Elevation coordinate of a point on the plane
- type=string
-
Type of the raster map to be createdOptions: int,float,double
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.NOTES¶
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 North Carolina sample dataset region:elev=1000 type=float
AUTHOR¶
Unknown| GRASS 6.4.4 |