[GRASS-SVN] r66225 - grass/branches/releasebranch_7_0/imagery/i.cluster

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 14 09:37:22 PDT 2015


Author: neteler
Date: 2015-09-14 09:37:22 -0700 (Mon, 14 Sep 2015)
New Revision: 66225

Modified:
   grass/branches/releasebranch_7_0/imagery/i.cluster/i.cluster.html
Log:
i.cluster manual: example fix

Modified: grass/branches/releasebranch_7_0/imagery/i.cluster/i.cluster.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.cluster/i.cluster.html	2015-09-14 16:36:55 UTC (rev 66224)
+++ grass/branches/releasebranch_7_0/imagery/i.cluster/i.cluster.html	2015-09-14 16:37:22 UTC (rev 66225)
@@ -221,11 +221,12 @@
 <div class="code"><pre>
 g.region raster=lsat7_2002_10 -p
 
-# store VIZ, NIR, MIR into group/subgroup
+# store VIZ, NIR, MIR into group/subgroup (leaving out TIR)
 i.group group=lsat7_2002 subgroup=lsat7_2002 \
   input=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70
 
-i.cluster group=my_lsat7_2002 subgroup=my_lsat7_2002 \
+# generate signature file and report
+i.cluster group=lsat7_2002 subgroup=lsat7_2002 \
   signaturefile=sig_cluster_lsat2002 \
   classes=10 report=rep_clust_lsat2002.txt
 </pre></div>



More information about the grass-commit mailing list