[GRASS-SVN] r73776 - grass/branches/releasebranch_7_6/scripts/r.grow
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 6 08:53:42 PST 2018
Author: neteler
Date: 2018-12-06 08:53:42 -0800 (Thu, 06 Dec 2018)
New Revision: 73776
Modified:
grass/branches/releasebranch_7_6/scripts/r.grow/r.grow.html
Log:
r.grow manual: minor example cosmetics
Modified: grass/branches/releasebranch_7_6/scripts/r.grow/r.grow.html
===================================================================
--- grass/branches/releasebranch_7_6/scripts/r.grow/r.grow.html 2018-12-06 16:11:13 UTC (rev 73775)
+++ grass/branches/releasebranch_7_6/scripts/r.grow/r.grow.html 2018-12-06 16:53:42 UTC (rev 73776)
@@ -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