[GRASS-SVN] r58899 - in grass/branches/develbranch_6/raster/r.li: . r.li.cwed r.li.daemon r.li.dominance r.li.edgedensity r.li.mpa r.li.mps r.li.padrange r.li.padsd r.li.patchdensity r.li.shannon
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 6 05:54:44 PST 2014
Author: neteler
Date: 2014-02-06 05:54:44 -0800 (Thu, 06 Feb 2014)
New Revision: 58899
Modified:
grass/branches/develbranch_6/raster/r.li/description.html
grass/branches/develbranch_6/raster/r.li/r.li.cwed/description.html
grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c
grass/branches/develbranch_6/raster/r.li/r.li.daemon/description.html
grass/branches/develbranch_6/raster/r.li/r.li.dominance/description.html
grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/description.html
grass/branches/develbranch_6/raster/r.li/r.li.mpa/description.html
grass/branches/develbranch_6/raster/r.li/r.li.mps/description.html
grass/branches/develbranch_6/raster/r.li/r.li.padrange/description.html
grass/branches/develbranch_6/raster/r.li/r.li.padsd/description.html
grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html
grass/branches/develbranch_6/raster/r.li/r.li.shannon/description.html
Log:
r.li.* manuals: HTML cosmetics; r.li.daemon: trivial white space in comment for sync
Modified: grass/branches/develbranch_6/raster/r.li/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -213,6 +213,6 @@
<a href="index.html">Main index</a>
- <a href="raster.html">Raster index</a>
- <a href="full_index.html">Full index</a>
-
+<p>© 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 6 Reference Manual</p>
</body>
</html>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.cwed/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.cwed/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.cwed/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -2,15 +2,15 @@
<em>r.li.cwed</em> (contrast weighted edge density) calculates the edge density
between patch types specified:
-<P><img src="rlicwed_formula.png"> </P>
-<P>with:
+<p><img src="rlicwed_formula.png">
+<p>with:
<ul>
-<li> <B>k</B>: attribute<br>
-<li> <B>m</B>: number of non-null attributes in the sampling area<br>
-<li> <B>e<small><small>ik</small></small></B>: total length of edge in landscape between patch types i and k<br>
-<li><B> d<small><small>ik</small></small></B>: dissimilarity (edge contrast weight) between patch types i and k<br>
-<li> <B>Area</B>: total landscape area<br>
+<li> <b>k</b>: attribute<br>
+<li> <b>m</b>: number of non-null attributes in the sampling area<br>
+<li> <b>e<small><small>ik</small></small></b>: total length of edge in landscape between patch types i and k<br>
+<li><b> d<small><small>ik</small></small></b>: dissimilarity (edge contrast weight) between patch types i and k<br>
+<li> <b>Area</b>: total landscape area<br>
</ul><br>
The input file have a row for each couple of patch type that we want to
@@ -49,7 +49,9 @@
12,16,0.65<br>
44,123,0.32<br>
56,12,0.54<br>
-23,66,0.99<br><h2>REFERENCES</h2>
+23,66,0.99<br>
+
+<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.
Modified: grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c 2014-02-06 13:54:44 UTC (rev 58899)
@@ -56,7 +56,7 @@
wd child[num_workers];
- /* int mv_rows, mv_cols; */
+ /*int mv_rows, mv_cols; */
list l;
msg m, doneJob;
Modified: grass/branches/develbranch_6/raster/r.li/r.li.daemon/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.daemon/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.daemon/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title>r.li</title>
+<title>GRASS GIS manual: r.li.daemon</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
@@ -11,7 +11,7 @@
<h2>NAME</h2>
-<em><B>libgrass_rli</B></em> - r.li landscape index support library
+<em><b>libgrass_rli</b></em> - r.li landscape index support library
<h2>DESCRIPTION</h2>
@@ -98,9 +98,9 @@
<p>
<i>Last changed: $Date$</i>
-<HR>
-<P><a href="index.html">Main index</a>
- - <a href="raster.html">raster index</a>
+<hr>
+<p><a href="index.html">Main index</a>
+ - <a href="raster.html">Raster index</a>
- <a href="full_index.html">Full index</a>
</body>
</html>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.dominance/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.dominance/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.dominance/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -37,7 +37,7 @@
<h2>SEE ALSO</h2>
<em>
-<a href="r.li.html">r.li</a>
+<a href="r.li.html">r.li</a>,
<a href="r.le.html">r.le</a>
</em>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.edgedensity/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -14,7 +14,7 @@
<li><b>m</b>: number of patch type<br> </li>
<li><b>n</b>: number of edge segment of patch type k</li>
<li><b>e<small><small>ik </small></small></b>:total length of edge in landscape involving patch type k</li>
- <li> <B>Area</B>: total landscape area<br>
+ <li> <b>Area</b>: total landscape area<br>
</ul>
<h2>NOTES</h2>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.mpa/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.mpa/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.mpa/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -45,7 +45,7 @@
<h2>SEE ALSO</h2>
<em>
-<a href="r.li.html">r.li</a>
+<a href="r.li.html">r.li</a>,
<a href="r.le.html">r.le</a>
</em>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.mps/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.mps/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.mps/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -42,7 +42,7 @@
<h2>SEE ALSO</h2>
<em>
-<a href="r.li.html">r.li</a>
+<a href="r.li.html">r.li</a>,
<a href="r.le.html">r.le</a>
</em>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.padrange/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.padrange/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.padrange/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -8,7 +8,6 @@
<ul>
<li><b>a<small><small>max</small></small></b>: max patch area size<br></li>
<li><b>a<small><small>min</small></small></b>: min patch area size<br></li>
- </li>
</ul>
<h2>EXAMPLES</h2>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.padsd/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.padsd/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.padsd/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -7,7 +7,6 @@
<li><b>MPS</b>: mean patch area size<br></li>
<li><b>a<small><small>i</small></small></b>: area of patch i<br></li>
<li><b>N<small>patch</small></b>: number of patch<br></li>
- </li>
</ul>
<h2>NOTES</h2>
Modified: grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.patchdensity/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -44,7 +44,7 @@
g.region rast=landcover.30m -p
# extract forested areas:
r.category landcover.30m
-r.mapcalc "forests=if(landcover.30m >= 41 && landcover.30m <=43,1,null())"
+r.mapcalc "forests = if(landcover.30m >= 41 && landcover.30m <=43,1,null())"
# patch density (7x7 moving window defined in r.li.setup):
r.li.patchdensity forests conf=movwindow7 out=forests_p_dens7
Modified: grass/branches/develbranch_6/raster/r.li/r.li.shannon/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.shannon/description.html 2014-02-06 11:29:48 UTC (rev 58898)
+++ grass/branches/develbranch_6/raster/r.li/r.li.shannon/description.html 2014-02-06 13:54:44 UTC (rev 58899)
@@ -16,8 +16,8 @@
If the "moving window" method was selected in <b>r.li.setup</b>, then the
output will be a raster map, otherwise an ASCII file will be generated in
the <tt>~/.r.li/output/</tt> folder.
+
<p>
-
If input raster is full of null values r.li.shannon returns -1. <br>
If you want to have null values instead run <br>
<div class="code"><pre>
More information about the grass-commit
mailing list