[GRASS-SVN] r62263 - grass/branches/releasebranch_7_0/raster/r.texture
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 15 02:26:41 PDT 2014
Author: madi
Date: 2014-10-15 02:26:41 -0700 (Wed, 15 Oct 2014)
New Revision: 62263
Modified:
grass/branches/releasebranch_7_0/raster/r.texture/r.texture.html
Log:
example updated - measure is not a valid parameter (merge from trunk r 62262)
Modified: grass/branches/releasebranch_7_0/raster/r.texture/r.texture.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.texture/r.texture.html 2014-10-15 08:34:01 UTC (rev 62262)
+++ grass/branches/releasebranch_7_0/raster/r.texture/r.texture.html 2014-10-15 09:26:41 UTC (rev 62263)
@@ -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