[GRASS-SVN] r73775 - grass/trunk/scripts/r.grow

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 6 08:11:13 PST 2018


Author: neteler
Date: 2018-12-06 08:11:13 -0800 (Thu, 06 Dec 2018)
New Revision: 73775

Modified:
   grass/trunk/scripts/r.grow/r.grow.html
Log:
r.grow manual: minor example cosmetics

Modified: grass/trunk/scripts/r.grow/r.grow.html
===================================================================
--- grass/trunk/scripts/r.grow/r.grow.html	2018-12-06 11:09:58 UTC (rev 73774)
+++ grass/trunk/scripts/r.grow/r.grow.html	2018-12-06 16:11:13 UTC (rev 73775)
@@ -59,6 +59,7 @@
 
 <div class="code"><pre>
 g.region raster=lakes -p
+# the lake raster map pixel resolution is 10m
 r.grow input=lakes output=lakes_grown_100m radius=10
 </pre></div>
 
@@ -65,6 +66,8 @@
 Shrinking instead of growing:
 
 <div class="code"><pre>
+g.region raster=lakes -p
+# the lake raster map pixel resolution is 10m
 r.grow input=lakes output=lakes_shrunk_100m radius=-10
 </pre></div>
 



More information about the grass-commit mailing list