Browse Source

i.group manual: example added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70991 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 years ago
parent
commit
5d0574ba24
1 changed files with 9 additions and 0 deletions
  1. 9 0
      imagery/i.group/i.group.html

+ 9 - 0
imagery/i.group/i.group.html

@@ -22,6 +22,15 @@ imagery map layers in the current LOCATION_NAME.
 
 
 <p>Subgroup names may not contain more than 12 characters.
 <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>
 <h2>SEE ALSO</h2>