[GRASS-SVN] r34105 - grass/branches/develbranch_6/raster/r.texture

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 30 12:16:19 EDT 2008


Author: neteler
Date: 2008-10-30 12:16:19 -0400 (Thu, 30 Oct 2008)
New Revision: 34105

Modified:
   grass/branches/develbranch_6/raster/r.texture/description.html
Log:
+example

Modified: grass/branches/develbranch_6/raster/r.texture/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.texture/description.html	2008-10-30 16:15:33 UTC (rev 34104)
+++ grass/branches/develbranch_6/raster/r.texture/description.html	2008-10-30 16:16:19 UTC (rev 34105)
@@ -88,6 +88,16 @@
     Station, employer for hire of James Darrell McCauley). <br>
     Man page of <a href="http://netpbm.sourceforge.net/doc/pgmtexture.html">pgmtexture</a></p>
 
+<h2>EXAMPLE</h2>
+
+Calculation of Angular Second Moment of B/W orthophoto (North Carolina data set):
+<div class="code"><pre>
+g.region rast=ortho_2001_t792_1m -p
+r.texture -a ortho_2001_t792_1m prefix=ortho_texture
+</pre></div>
+This calculates four maps (requested texture at four orientations):
+ortho_texture_ASM_0, ortho_texture_ASM_45, ortho_texture_ASM_90, ortho_texture_ASM_135.
+
 <h2>BUGS</h2>
 - The program can run incredibly slow for large raster maps.
 <p>



More information about the grass-commit mailing list