[GRASS-SVN] r65722 - grass/trunk/raster/r.slope.aspect

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 20 12:13:37 PDT 2015


Author: martinl
Date: 2015-07-20 12:13:37 -0700 (Mon, 20 Jul 2015)
New Revision: 65722

Added:
   grass/trunk/raster/r.slope.aspect/r_slope_aspect_aspect.png
   grass/trunk/raster/r.slope.aspect/r_slope_aspect_pcurv.png
   grass/trunk/raster/r.slope.aspect/r_slope_aspect_slope.png
   grass/trunk/raster/r.slope.aspect/r_slope_aspect_tcurv.png
Modified:
   grass/trunk/raster/r.slope.aspect/r.slope.aspect.html
Log:
r.slope.aspect: examples added (thanks to Ludmila Furtkevicova)


Modified: grass/trunk/raster/r.slope.aspect/r.slope.aspect.html
===================================================================
--- grass/trunk/raster/r.slope.aspect/r.slope.aspect.html	2015-07-20 19:03:50 UTC (rev 65721)
+++ grass/trunk/raster/r.slope.aspect/r.slope.aspect.html	2015-07-20 19:13:37 UTC (rev 65722)
@@ -168,8 +168,34 @@
 When working with floating point elevation models, no such aspect bias occurs.
 
 
-<h2>REFERENCE</h2>
+<h2>EXAMPLES</h2>
 
+In this example a slope, aspect, profile and tangential curvature map
+are computed from an elevation raster map (North Carolina sample
+dataset):
+
+<div class="code"><pre>
+g.region raster=elevation
+r.slope.aspect elevation=elevation slope=slope aspect=aspect pcurvature=pcurv tcurvature=tcurv
+
+# set nice color tables for output raster maps
+r.colors -n map=slope color=sepia
+r.colors map=aspect color=aspectcolr
+r.colors map=pcurv color=curvature
+r.colors map=tcurv color=curvature
+</pre></div>
+
+<center>
+  <img src="r_slope_aspect_slope.png" border="0">
+  <img src="r_slope_aspect_aspect.png" border="0">
+  <img src="r_slope_aspect_pcurv.png" border="0">
+  <img src="r_slope_aspect_tcurv.png" border="0">
+  <p>
+Figure: Slope, aspect, profile and tangential curvature raster map (North Carolina dataset)
+</center>
+
+<h2>REFERENCES</h2>
+
 <ul>
 <li> Horn, B. K. P. (1981). <i>Hill Shading and the Reflectance Map</i>, Proceedings
 of the IEEE, 69(1):14-47.

Added: grass/trunk/raster/r.slope.aspect/r_slope_aspect_aspect.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/raster/r.slope.aspect/r_slope_aspect_aspect.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: grass/trunk/raster/r.slope.aspect/r_slope_aspect_pcurv.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/raster/r.slope.aspect/r_slope_aspect_pcurv.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: grass/trunk/raster/r.slope.aspect/r_slope_aspect_slope.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/raster/r.slope.aspect/r_slope_aspect_slope.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: grass/trunk/raster/r.slope.aspect/r_slope_aspect_tcurv.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/raster/r.slope.aspect/r_slope_aspect_tcurv.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list