[GRASS-SVN] r61814 - in grass/branches/releasebranch_7_0/raster/r.li: r.li.dominance r.li.edgedensity r.li.mpa r.li.mps r.li.padcv r.li.padrange r.li.padsd r.li.patchdensity r.li.patchnum r.li.pielou r.li.renyi r.li.richness r.li.shannon r.li.shape r.li.simpson
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 6 05:09:07 PDT 2014
Author: neteler
Date: 2014-09-06 05:09:07 -0700 (Sat, 06 Sep 2014)
New Revision: 61814
Modified:
grass/branches/releasebranch_7_0/raster/r.li/r.li.dominance/r.li.dominance.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.edgedensity/r.li.edgedensity.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.mpa/r.li.mpa.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.mps/r.li.mps.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.padcv/r.li.padcv.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.padrange/r.li.padrange.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.padsd/r.li.padsd.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.patchdensity/r.li.patchdensity.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.patchnum/r.li.patchnum.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.pielou/r.li.pielou.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.renyi/r.li.renyi.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.richness/r.li.richness.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.shannon/r.li.shannon.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.shape/r.li.shape.html
grass/branches/releasebranch_7_0/raster/r.li/r.li.simpson/r.li.simpson.html
Log:
r.li manual: North Carolina example added
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.dominance/r.li.dominance.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.dominance/r.li.dominance.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.dominance/r.li.dominance.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -40,7 +40,22 @@
r.li.dominance input=forests conf=movwindow7 out=forests_dominance_mov7
r.univar forests_dominance_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.dominance input=forests conf=movwindow7 out=forests_dominance_mov7
+
+# verify
+r.univar forests_dominance_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_dominance_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.edgedensity/r.li.edgedensity.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.edgedensity/r.li.edgedensity.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.edgedensity/r.li.edgedensity.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -61,7 +61,22 @@
r.li.edgedensity input=forests conf=movwindow7 out=forests_edgedens_mov7
r.univar forests_edgedens_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.edgedensity input=forests conf=movwindow7 out=forests_edgedensity_mov7
+
+# verify
+r.univar forests_edgedensity_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_edgedensity_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.mpa/r.li.mpa.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.mpa/r.li.mpa.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.mpa/r.li.mpa.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -48,7 +48,22 @@
r.li.mpa input=forests conf=movwindow7 out=forests_mpa_mov7
r.univar forests_mpa_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.mpa input=forests conf=movwindow7 out=forests_mpa_mov7
+
+# verify
+r.univar forests_mpa_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_mpa_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.mps/r.li.mps.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.mps/r.li.mps.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.mps/r.li.mps.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -50,7 +50,22 @@
r.li.mps input=forests conf=movwindow7 out=forests_mps_mov7
r.univar forests_mps_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.mps input=forests conf=movwindow7 out=forests_mps_mov7
+
+# verify
+r.univar forests_mps_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_mps_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.padcv/r.li.padcv.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.padcv/r.li.padcv.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.padcv/r.li.padcv.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -40,7 +40,22 @@
r.li.padcv input=forests conf=movwindow7 out=forests_padcv_mov7
r.univar forests_padcv_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.padcv input=forests conf=movwindow7 out=forests_padcv_mov7
+
+# verify
+r.univar forests_padcv_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_padcv_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.padrange/r.li.padrange.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.padrange/r.li.padrange.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.padrange/r.li.padrange.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -42,7 +42,22 @@
r.li.padrange input=forests conf=movwindow7 out=forests_padrange_mov7
r.univar forests_padrange_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.padrange input=forests conf=movwindow7 out=forests_padrange_mov7
+
+# verify
+r.univar forests_padrange_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_padrange_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.padsd/r.li.padsd.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.padsd/r.li.padsd.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.padsd/r.li.padsd.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -42,7 +42,22 @@
r.li.padsd input=forests conf=movwindow7 out=forests_padsd_mov7
r.univar forests_padsd_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.padsd input=forests conf=movwindow7 out=forests_padsd_mov7
+
+# verify
+r.univar forests_padsd_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_padsd_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.patchdensity/r.li.patchdensity.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.patchdensity/r.li.patchdensity.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.patchdensity/r.li.patchdensity.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -53,7 +53,22 @@
r.to.vect forests out=forests feature=area
d.vect forests type=boundary
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.patchdensity input=forests conf=movwindow7 out=forests_patchdensity_mov7
+
+# verify
+r.univar forests_patchdensity_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_patchdensity_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.patchnum/r.li.patchnum.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.patchnum/r.li.patchnum.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.patchnum/r.li.patchnum.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -36,7 +36,22 @@
r.li.patchnum input=forests conf=movwindow7 out=forests_patchnum_mov7
r.univar forests_patchnum_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.patchnum input=forests conf=movwindow7 out=forests_patchnum_mov7
+
+# verify
+r.univar forests_patchnum_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_patchnum_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.pielou/r.li.pielou.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.pielou/r.li.pielou.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.pielou/r.li.pielou.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -39,7 +39,22 @@
r.li.pielou input=forests conf=movwindow7 out=forests_pielou_mov7
r.univar forests_pielou_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.pielou input=forests conf=movwindow7 out=forests_pielou_mov7
+
+# verify
+r.univar forests_pielou_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_pielou_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.renyi/r.li.renyi.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.renyi/r.li.renyi.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.renyi/r.li.renyi.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -42,7 +42,22 @@
r.li.renyi input=forests conf=movwindow7 out=forests_renyi_mov7_a06 alpha=0.6
r.univar forests_renyi_mov7_a06
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.renyi input=forests conf=movwindow7 out=forests_renyi_mov7
+
+# verify
+r.univar forests_renyi_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_renyi_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.richness/r.li.richness.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.richness/r.li.richness.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.richness/r.li.richness.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -42,23 +42,34 @@
r.li.richness input=forests conf=movwindow7 out=forests_richness_mov7
r.univar forests_richness_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.richness input=forests conf=movwindow7 out=forests_richness_mov7
+# verify
+r.univar forests_richness_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_richness_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
-
<em>
<a href="r.li.html">r.li</a> - package overview<br>
<a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
</em>
-
<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://treesearch.fs.fed.us/pubs/3064">PDF</a>)
-
<h2>AUTHORS</h2>
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.shannon/r.li.shannon.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.shannon/r.li.shannon.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.shannon/r.li.shannon.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -40,7 +40,22 @@
r.li.shannon input=forests conf=movwindow7 out=forests_shannon_mov7
r.univar forests_shannon_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.shannon input=forests conf=movwindow7 out=forests_shannon_mov7
+
+# verify
+r.univar forests_shannon_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_shannon_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.shape/r.li.shape.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.shape/r.li.shape.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.shape/r.li.shape.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -41,7 +41,22 @@
r.li.shape input=forests conf=movwindow7 out=forests_shape_mov7
r.univar forests_shape_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.shape input=forests conf=movwindow7 out=forests_shape_mov7
+
+# verify
+r.univar forests_shape_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_shape_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
Modified: grass/branches/releasebranch_7_0/raster/r.li/r.li.simpson/r.li.simpson.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.li/r.li.simpson/r.li.simpson.html 2014-09-06 12:08:15 UTC (rev 61813)
+++ grass/branches/releasebranch_7_0/raster/r.li/r.li.simpson/r.li.simpson.html 2014-09-06 12:09:07 UTC (rev 61814)
@@ -39,7 +39,22 @@
r.li.simpson input=forests conf=movwindow7 out=forests_simpson_mov7
r.univar forests_simpson_mov7
</pre></div>
+<p>
+Forest map (North Carolina sample dataset) example:
+<div class="code"><pre>
+g.region rast=landclass96 -p
+r.mapcalc "forests = if(landclass96 == 5, 1, null() )"
+r.li.simpson input=forests conf=movwindow7 out=forests_simpson_mov7
+
+# verify
+r.univar forests_simpson_mov7
+r.to.vect input=forests output=forests type=area
+d.mon wx0
+d.rast forests_simpson_mov7
+d.vect forests type=boundary
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
<a href="r.li.html">r.li</a> - package overview<br>
More information about the grass-commit
mailing list