|
@@ -42,23 +42,34 @@ r.mapcalc "forests = if(landcover.30m >= 41 && landcover.30m <= 43,1,null())"
|
|
|
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
|
|
|
|
|
|
-<h2>SEE ALSO</h2>
|
|
|
+# 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>
|