[GRASS-SVN] r65724 - grass/branches/releasebranch_7_0/raster/r.slope.aspect

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 20 12:16:36 PDT 2015


Author: martinl
Date: 2015-07-20 12:16:36 -0700 (Mon, 20 Jul 2015)
New Revision: 65724

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


Modified: grass/branches/releasebranch_7_0/raster/r.slope.aspect/r.slope.aspect.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.slope.aspect/r.slope.aspect.html	2015-07-20 19:14:35 UTC (rev 65723)
+++ grass/branches/releasebranch_7_0/raster/r.slope.aspect/r.slope.aspect.html	2015-07-20 19:16:36 UTC (rev 65724)
@@ -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.

Copied: grass/branches/releasebranch_7_0/raster/r.slope.aspect/r_slope_aspect_aspect.png (from rev 65722, grass/trunk/raster/r.slope.aspect/r_slope_aspect_aspect.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/raster/r.slope.aspect/r_slope_aspect_pcurv.png (from rev 65722, grass/trunk/raster/r.slope.aspect/r_slope_aspect_pcurv.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/raster/r.slope.aspect/r_slope_aspect_slope.png (from rev 65722, grass/trunk/raster/r.slope.aspect/r_slope_aspect_slope.png)
===================================================================
(Binary files differ)

Copied: grass/branches/releasebranch_7_0/raster/r.slope.aspect/r_slope_aspect_tcurv.png (from rev 65722, grass/trunk/raster/r.slope.aspect/r_slope_aspect_tcurv.png)
===================================================================
(Binary files differ)



More information about the grass-commit mailing list