[GRASS-SVN] r62262 - grass/trunk/raster/r.texture
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 15 01:34:01 PDT 2014
Author: madi
Date: 2014-10-15 01:34:01 -0700 (Wed, 15 Oct 2014)
New Revision: 62262
Modified:
grass/trunk/raster/r.texture/r.texture.html
Log:
updated example - measure is not a valid parameter
Modified: grass/trunk/raster/r.texture/r.texture.html
===================================================================
--- grass/trunk/raster/r.texture/r.texture.html 2014-10-15 03:42:02 UTC (rev 62261)
+++ grass/trunk/raster/r.texture/r.texture.html 2014-10-15 08:34:01 UTC (rev 62262)
@@ -107,9 +107,9 @@
# set grey level color table 0% black 100% white
r.colors ortho_2001_t792_1m color=grey
# extract grey levels
-r.mapcalc "ortho_2001_t792_1m.greylevel = #ortho_2001_t792_1m"
+r.mapcalc "ortho_2001_t792_1m.greylevel = ortho_2001_t792_1m"
# texture analysis
-r.texture ortho_2001_t792_1m.greylevel prefix=ortho_texture measure=asm -s
+r.texture ortho_2001_t792_1m.greylevel prefix=ortho_texture method=asm -s
# display
g.region n=221461 s=221094 w=638279 e=638694
d.shadedmap drape=ortho_texture_ASM_0 rel=ortho_2001_t792_1m
More information about the grass-commit
mailing list