r.plane.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <H2>DESCRIPTION</H2>
  2. <EM>r.plane</EM> creates a tilted plane raster map given user-specified
  3. parameters for inclination, azimuth, and the geographic location of a
  4. point on the plane.<BR>
  5. The angle orientations of the <em>azimuth</em> parameter increase counter-clockwise,
  6. i.e., 0 degree = N, 45 degree = NW, 90 degree = W etc.
  7. <P>
  8. Increasing values of the <em>dip</em> parameter progressively lower (or dip) the northern
  9. half of the plane, and incline the southern half, assuming the <em>azimuth</em> parameter
  10. is held constant at 0 degrees.
  11. <H2>NOTES</H2>
  12. <tt>g.region -c</tt> provides the easting and northing coordinates for
  13. the center of the current region.
  14. <P>
  15. <em>int</em> maps take less disk space than <em>float</em>s, which in turn
  16. take up less space than <em>double</em>s (but can be less exact).
  17. <H2>EXAMPLE</H2>
  18. A tilted plane in the Spearfish region:
  19. <div class="code"><pre>
  20. r.plane myplane45 dip=45 az=90 east=599490 north=4920855 \
  21. elev=1000 type=float
  22. </pre></div>
  23. <H2>AUTHOR</H2>
  24. Unknown<br>
  25. Updated to GRASS 5.7 by Michael Barton, Arizona State University
  26. <p><i>Last changed: $Date$</i></p>