[GRASS-SVN] r70992 - grass/branches/releasebranch_7_2/imagery/i.group

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 1 02:29:04 PDT 2017


Author: neteler
Date: 2017-05-01 02:29:04 -0700 (Mon, 01 May 2017)
New Revision: 70992

Modified:
   grass/branches/releasebranch_7_2/imagery/i.group/i.group.html
Log:
i.group manual: example added

Modified: grass/branches/releasebranch_7_2/imagery/i.group/i.group.html
===================================================================
--- grass/branches/releasebranch_7_2/imagery/i.group/i.group.html	2017-05-01 09:27:53 UTC (rev 70991)
+++ grass/branches/releasebranch_7_2/imagery/i.group/i.group.html	2017-05-01 09:29:04 UTC (rev 70992)
@@ -22,7 +22,16 @@
 
 <p>Subgroup names may not contain more than 12 characters.
 
+<h3>EXAMPLE</h3>
 
+This example runs in the "landsat" mapset of the North Carolina sample
+dataset. The following command creates a group and subgroup containing
+only the visible light bands of Landsat-7:
+
+<div class="code"><pre>
+i.group group=vis_bands subgroup=vis_bands input=lsat7_2000_10,lsat7_2000_20,lsat7_2000_30
+</pre></div>
+
 <h2>SEE ALSO</h2>
 
 The GRASS 4 <em>



More information about the grass-commit mailing list