r.transect.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <h2>DESCRIPTION</h2>
  2. This program outputs, in ASCII, the values in a raster map
  3. which lie along one or more user-defined transect lines.
  4. The transects are described by their starting coordinates,
  5. azimuth, and distance.
  6. <!-- The transects may be single-cell
  7. wide lines, or multiple-cell wide lines. The output, for
  8. each transect, may be the values at each of the cells, or a
  9. single aggregate value (e.g., average or median value). -->
  10. <p>
  11. The <b>line</b> parameter is a definition of (each) transect line,
  12. specified by the geographic coordinates of its starting point (<em>easting,
  13. northing</em>), the angle and direction of its travel (<em>azimuth</em>),
  14. and its distance (<em>distance</em>).
  15. <p>The <em>azimuth</em> is an angle, in degrees, measured to
  16. the east of north. The <em>distance</em> is in map units
  17. (meters for a metered database, like UTM).
  18. <p>The <b>null</b> parameter can optionally be set to change the character
  19. string representing null values.
  20. <h2>NOTES</h2>
  21. This program is a front-end to the <em>
  22. <a href="r.profile.html">r.profile</a></em> program. It simply converts the
  23. azimuth and distance to an ending coordinate and then runs <em>
  24. <a href="r.profile.html">r.profile</a></em>.
  25. There once were <b>width=</b> and <b>result=</b><em>raw|median|average</em>
  26. options which are not currently implemented.
  27. <h2>SEE ALSO</h2>
  28. <em><a href="r.profile.html">r.profile</a></em>,
  29. <em><a href="wxGUI.html">wxGUI profile tool</a></em>
  30. <h2>AUTHOR</h2>
  31. Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
  32. <p><i>Last changed: $Date$</i>