[GRASS-SVN] r58911 - grass/branches/develbranch_6/raster/r.li/r.li.patchdensity

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 6 14:19:33 PST 2014


Author: hamish
Date: 2014-02-06 14:19:33 -0800 (Thu, 06 Feb 2014)
New Revision: 58911

Modified:
   grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html
Log:
whitespace in example r.mapcalc

Modified: grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html	2014-02-06 22:10:53 UTC (rev 58910)
+++ grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html	2014-02-06 22:19:33 UTC (rev 58911)
@@ -44,7 +44,7 @@
 g.region rast=landcover.30m -p
 # extract forested areas:
 r.category landcover.30m
-r.mapcalc "forests = if(landcover.30m >= 41 && landcover.30m <=43,1,null())"
+r.mapcalc "forests = if(landcover.30m >= 41 && landcover.30m <= 43, 1, null())"
 
 # patch density (7x7 moving window defined in r.li.setup):
 r.li.patchdensity forests conf=movwindow7 out=forests_p_dens7



More information about the grass-commit mailing list