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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 14 22:35:27 PDT 2013


Author: hamish
Date: 2013-06-14 22:35:26 -0700 (Fri, 14 Jun 2013)
New Revision: 56704

Modified:
   grass/branches/develbranch_6/raster/r.li/description.html
Log:
html fixes, indent

Modified: grass/branches/develbranch_6/raster/r.li/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/description.html	2013-06-15 05:24:08 UTC (rev 56703)
+++ grass/branches/develbranch_6/raster/r.li/description.html	2013-06-15 05:35:26 UTC (rev 56704)
@@ -11,10 +11,12 @@
 
 
 <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
 
@@ -66,7 +68,7 @@
 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.
+The function itself has no meaning, it can only be used for debugging.
 
 
 <h2>EXAMPLE</h2>
@@ -79,7 +81,7 @@
   <ol>
   <li> run 
 <div class="code"><pre>
-        r.li.setup
+  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
@@ -91,28 +93,30 @@
   <li> Click on "Use keyboard to enter moving window dimension"
   <li> Select "Rectangle" and enter 5 on "heigth" and "width" fields
   <li> Click on "Save settings"
-  <li> Close <em>r.li.setup</em> window
+  <li> Close the <em>r.li.setup</em> window
   </ol>
+
 <li> CALCULATE PATCHDENSITY INDEX
-<ol>
-	<li>	set region settings to geology raster map:
+  <ol>
+  <li> set the region settings to the "<tt>geology</tt>" raster map:
 <div class="code"><pre>
-	g.region rast=geology -p
+  g.region rast=geology -p
 </pre></div>
-	<li> run <em>r.li.patchdensity</em>:
+
+  <li> run <em>r.li.patchdensity</em>:
 <div class="code"><pre>
-        r.li.patchdensity map=geology conf=my_conf out=patchdens
+  r.li.patchdensity map=geology conf=my_conf out=patchdens
 </pre></div>
   </ol>
 </ol>
 
-The resulting patch density is stored in "patchdens" raster map.
+The resulting patch density is stored in "<tt>patchdens</tt>" raster map.
 
 You can verify the result for example with contour lines:
 <div class="code"><pre>
-r.contour in=patchdens out=patchdens step=5
-d.rast patchdens
-d.vect -c patchdens
+  r.contour in=patchdens out=patchdens step=5
+  d.rast patchdens
+  d.vect -c patchdens
 </pre></div>
 
 Note that if you want to run another index with the same area
@@ -128,7 +132,7 @@
 <h2>SEE ALSO</h2>
 
 <b>Core modules</b>:
-</ul>
+<ul>
   <li> <a href="r.li.daemon.html">r.li.daemon</a>: job launch daemon</li>
   <li> <a href="r.li.setup.html">r.li.setup</a>: Configuration editor for r.li.'index'</li>
 </ul>
@@ -136,34 +140,39 @@
 <b>Patch indices</b>:
 <ul>
 <li>Indices based on patch number:
-</ul>
+<ul>
   <li> <a href="r.li.patchdensity.html">r.li.patchdensity</a>: Calculates patch density index on a raster map, using a 4 neighbour algorithm</li>
   <li> <a href="r.li.patchnum.html">r.li.patchnum</a>: Calculates patch number index on a raster map, using a 4 neighbour algorithm</li>
+</ul>
+
+<li>Indices based on patch dimension:
 <ul>
-<li>Indices based on patch dimension:
-</ul>
   <li> <a href="r.li.mps.html">r.li.mps</a>: Calculates mean patch size index on a raster map, using a 4 neighbour algorithm</li>
   <li> <a href="r.li.padcv.html">r.li.padcv</a>: Calculates coefficient of variation of patch area on a raster map</li>
   <li> <a href="r.li.padrange.html">r.li.padrange</a>: Calculates range of patch area size on a raster map</li>
   <li> <a href="r.li.padsd.html">r.li.padsd</a>: Calculates standard deviation of patch area a raster map</li>
+</ul>
+
+<li>Indices based on patch shape:
 <ul>
-<li>Indices based on patch shape:
+  <li> <a href="r.li.shape.html">r.li.shape</a>: Calculates shape index on a raster map</li>
 </ul>
-  <li> <a href="r.li.shape.html">r.li.shape</a>: Calculates shape index on a raster map</li>
+
+<li>Indices based on patch edge: <!-- border? -->
 <ul>
-<li>Indices based on patch edge: <!-- border? -->
+  <li> <a href="r.li.edgedensity.html">r.li.edgedensity</a>: Calculates edge density index on a raster map, using a 4 neighbour algorithm</li>
 </ul>
-  <li> <a href="r.li.edgedensity.html">r.li.edgedensity</a>: Calculates edge density index on a raster map, using a 4 neighbour algorithm</li>
+
+<li>Indices based on patch attributes:
 <ul>
-<li>Indices based on patch attributes:
-</ul>
   <li> <a href="r.li.cwed.html">r.li.cwed</a>: Calculates contrast Weighted Edge Density index on a raster map</li>
   <li> <a href="r.li.mpa.html">r.li.mpa</a>: Calculates mean pixel attribute index on a raster map</li>
 </ul>
+
 </ul>
 
 <b>Diversity indices</b>:
-</ul>
+<ul>
   <li> <a href="r.li.dominance.html">r.li.dominance</a>: Calculates dominance diversity index on a raster map</li>
   <li> <a href="r.li.pielou.html">r.li.pielou</a>: Calculates Pielou eveness index on a raster map</li>
   <li> <a href="r.li.renyi.html">r.li.renyi</a>: Calculates Renyi entropy on a raster map</li>
@@ -195,13 +204,16 @@
 <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>
+<a href="mailto:spano at cli.di.unipi.it">Lucio Davide Spano</a>,
+ students of Computer Science 
+University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI)<br>
 
 <p>
 <i>Last changed: $Date$</i>
+
 <hr>
+
 <p>
 <a href="index.html">Main index</a> - <a href="raster.html">raster index</a>
   - <a href="full_index.html">Full index</a>



More information about the grass-commit mailing list