[GRASS-SVN] r64998 - grass-addons/grass7/imagery/i.segment.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 6 12:21:23 PDT 2015


Author: neteler
Date: 2015-04-06 12:21:23 -0700 (Mon, 06 Apr 2015)
New Revision: 64998

Modified:
   grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.html
Log:
i.segment.stats manual: fix HTML

Modified: grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.html
===================================================================
--- grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.html	2015-04-06 18:45:47 UTC (rev 64997)
+++ grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.html	2015-04-06 19:21:23 UTC (rev 64998)
@@ -1,14 +1,25 @@
 <h2>DESCRIPTION</h2>
 
-<em>i.segment.stats</em> calculates statistics for areas in a raster map. Areas are defined by adjacent pixels with the same value. Such areas can be the output of <a href="i.segment">i.segment</a> or <a href="r.clump">r.clump</a>.
+<em>i.segment.stats</em> calculates statistics for areas in a raster
+map. Areas are defined by adjacent pixels with the same value. Such
+areas can be the output of <a href="i.segment.html">i.segment</a> or
+<a href="r.clump.html">r.clump</a>.
 
-Available statistics are those related to the shape and size of the areas (see the <a href="v.to.db">v.to.db</a> man page for more information on the statistics) and aggregated statistics of pixel values of other raster maps (see <a href="v.univar">v.univar</a> for details).
+Available statistics are those related to the shape and size of the areas
+(see the <a href="v.to.db.html">v.to.db</a> man page for more information
+on the statistics) and aggregated statistics of pixel values of other
+raster maps (see <a href="v.univar.html">v.univar</a> for details).
 
-The user can chose between output in the form of a vector map of the areas with the statistics in the attribute table and/or in the form of a csv text file.
+The user can chose between output in the form of a vector map of the areas
+with the statistics in the attribute table and/or in the form of a CSV
+text file.
 
 <h2>NOTES</h2>
 
-This module is a simple front-end to <a href="v.univar">v.univar</a> and <a href="v.to.db">v.to.db</a>. If other statistics are desired, these should probably be implemented in those (or other) modules which can then be called from this module.
+This module is a simple front-end to <a href="v.univar.html">v.univar</a>
+and <a href="v.to.db.html">v.to.db</a>. If other statistics are desired,
+these should probably be implemented in those (or other) modules which
+can then be called from this module.
 
 <h2>EXAMPLE</h2>
 
@@ -16,16 +27,17 @@
 i.group group=landsat_pan input=lsat7_2002_80
 g.region rast=lsat7_2002_80 -p
 i.segment group=landsat_pan output=ls_pan_seg01 threshold=0.1 memory=4000 minsize=50
-i.segment.stats map=ls_pan_seg01 csvfile=segstats.csv vectormap=ls_pan_seg01 rasters=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70
+i.segment.stats map=ls_pan_seg01 csvfile=segstats.csv vectormap=ls_pan_seg01 \
+  rasters=lsat7_2002_10,lsat7_2002_20,lsat7_2002_30,lsat7_2002_40,lsat7_2002_50,lsat7_2002_70
 </pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="i.segment">i.segment</a>,
-<a href="v.to.db">v.to.db</a>,
-<a href="v.univar">v.univar</a>,
-<a href="v.rast.stats">v.rast.stats</a> 
+<a href="i.segment.html">i.segment</a>,
+<a href="v.to.db.html">v.to.db</a>,
+<a href="v.univar.html">v.univar</a>,
+<a href="v.rast.stats.html">v.rast.stats</a> 
 </em>
 
 <h2>AUTHOR</h2>



More information about the grass-commit mailing list