[GRASS-SVN] r56703 - grass/branches/develbranch_6/raster/r.li

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 14 22:24:08 PDT 2013


Author: hamish
Date: 2013-06-14 22:24:08 -0700 (Fri, 14 Jun 2013)
New Revision: 56703

Modified:
   grass/branches/develbranch_6/raster/r.li/description.html
Log:
whitespace, linewrap

Modified: grass/branches/develbranch_6/raster/r.li/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/description.html	2013-06-14 16:02:20 UTC (rev 56702)
+++ grass/branches/develbranch_6/raster/r.li/description.html	2013-06-15 05:24:08 UTC (rev 56703)
@@ -9,18 +9,23 @@
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 
+
 <h2>NAME</h2>
 <em><b>r.li</b></em> - Landscape structure analysis package overview.
 
+
 <h2>KEYWORDS</h2>
-raster, landscape structure analysis, overview, landscape metrics, landscape pattern, landscape analysis
+raster, landscape structure analysis, overview, landscape metrics,
+landscape pattern, landscape analysis
 
+
 <h2>DESCRIPTION</h2>
 
-The <em>r.li</em> suite is a toolset for multiscale analysis of landscape structure.
-It aims at replacing the <em>r.le</em> suite of modules through a client-server,
-multiprocess implementation. External software for quantitative measures of landscape
-structure is for example FRAGSTATS (McGarigal and Marks 1995).
+The <em>r.li</em> suite is a toolset for multiscale analysis of landscape
+structure. It aims at replacing the <em>r.le</em> suite of modules
+through a client-server, multiprocess implementation. External software
+for quantitative measures of landscape structure is for example FRAGSTATS
+(McGarigal and Marks 1995).
 <p>
 The <em>r.li</em> suite offers a set of patch and diversity indices.
 It supports analysis of landscapes composed of a mosaic of
@@ -37,29 +42,33 @@
 stratified-random manner, or as a moving window.
 <p>
 The <em>r.li</em> modules can calculate a number of measures that produce
-single values as output (e.g. mean patch size in the sampling area),
-as well as measures that produce a distribution of values as output
-(e.g. frequency distribution of patch sizes in the sampling area). The
-results are stored as raster maps.
+single values as output (e.g. mean patch size in the sampling area), as
+well as measures that produce a distribution of values as output (e.g.
+frequency distribution of patch sizes in the sampling area). The results
+are stored as raster maps.
 
 <p>
-The general procedure to calculate an index from a raster map is two-fold:
+The general procedure to calculate an index from a raster map is
+two-fold:
 
 <ol>
-<li>run <em>r.li.setup</em>: create a configuration file selecting the parts of
-    raster to analyze.
+<li>run <em>r.li.setup</em>: create a configuration file selecting the
+    parts of raster to analyze.
 
-<li>run <em>r.li.'index'</em> (e.g., <em>r.li.patchdensity</em>) for calculate the selected
-    index using on the areas selected on configuration file.
+<li>run <em>r.li.'index'</em> (e.g., <em>r.li.patchdensity</em>) for
+    calculate the selected index using on the areas selected on
+    configuration file.
 </ol>
 
-<h2>NOTE</h2>
 
-Also the <em>r.li.daemon</em> has a main function and it can be run, but it is only a
-template for development of new indices.
+<h2>NOTES</h2>
+
+Also the <em>r.li.daemon</em> has a main function and it can be run, but
+it is only a template for development of new indices.
 <!-- mhh ??: -->
 The function itself has no meaning, it can be used only for debug.
 
+
 <h2>EXAMPLE</h2>
 
 To calculate a patch density index on a whole 'geology' raster map in the
@@ -73,10 +82,10 @@
         r.li.setup
 </pre></div>
   <li> The main <em>r.li.setup</em> window is displayed, click on "New"
-  <li>  Now it is displayed the new configuration window,
-	enter the configuration file name (e.g., "my_conf", do not use absolute paths) 
-	and the name of raster map (e.g., "geology").
-	The other fields are not needed for this configuration.
+  <li>  Now it is displayed the new configuration window, enter the
+	configuration file name (e.g., "my_conf", do not use absolute
+	paths)  and the name of raster map (e.g., "geology"). The other
+	fields are not needed for this configuration.
   <li> Click on "Setup sampling frame", select "Whole maplayer" and click "OK"
   <li> Click on "Setup sampling areas", select "Moving window" and click "OK"
   <li> Click on "Use keyboard to enter moving window dimension"
@@ -115,6 +124,7 @@
 configuration file on a 200x200 raster map, then the sample area is
 10x10.
 
+
 <h2>SEE ALSO</h2>
 
 <b>Core modules</b>:
@@ -162,20 +172,28 @@
   <li> <a href="r.li.simpson.html">r.li.simpson</a>: Calculates Simpson diversity index on a raster map</li>
 </ul>
 
+
 <h2>ADDING NEW INDICES</h2>
-New indices can be defined and implemented by any C programmer, without having to
-deal with all basic functions (IO etc.). The computing architecture and the functions
-are clearly separated, thus allowing an easy expandability. Every index is defined
-separately, placed in a directory along with its Makefile for compiling it and a file
-description.html which describes the index including a simple example of use.
 
+New indices can be defined and implemented by any C programmer, without
+having to deal with all basic functions (IO etc.). The computing
+architecture and the functions are clearly separated, thus allowing an
+easy expandability. Every index is defined separately, placed in a
+directory along with its Makefile for compiling it and a file
+description.html which describes the index including a simple example of
+use.
+
+
 <h2>REFERENCES</h2>
 
 McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
 analysis program for quantifying landscape structure. USDA For. Serv.
-Gen. Tech. Rep. PNW-351 (<a href="http://www.fs.fed.us/pnw/pubs/gtr_351.pdf">PDF</a>).
+Gen. Tech. Rep. PNW-351
+ (<a href="http://www.fs.fed.us/pnw/pubs/gtr_351.pdf">PDF</a>).
 
+
 <h2>AUTHORS</h2>
+
 <a href="mailto:porta at cli.di.unipi.it">Claudio Porta</a> and 
 <a href="mailto:spano at cli.di.unipi.it">Lucio Davide Spano</a>, students of Computer Science 
 University of Pisa (Italy). <br>



More information about the grass-commit mailing list