~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to raster/r.li/r.li.shannon/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
<em>r.li.shannon</em> 
3
 
calculates the "shannon's diversity index" as: <br>
4
 
<img src="rliShannon_formula.png"><br>
5
 
with:<br>
6
 
<ul>
7
 
  <li><b>i</b>: patch type<br></li>
8
 
  <li><b>m</b>: number of patch type<br></li>
9
 
  <li><b>p<small><small>i</small></small></b>: proportion of the landscape occupied by patch type i<br></li>
10
 
</ul>
11
 
 
12
 
<h2>REFERENCES</h2>
13
 
McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
14
 
analysis program for quantifying landscape structure. USDA For. Serv.
15
 
Gen. Tech. Rep. PNW-351.
16
 
 
17
 
<h2>EXAMPLES</h2>
18
 
To calculate shannon's diversity index on map my_map, using
19
 
my_conf configuration file and saving results in my_out file run:<br>
20
 
<div class="code"><pre>
21
 
r.li.shannon map=my_map conf=my_conf output=my_out
22
 
</pre></div>
23
 
 
24
 
<h2>NOTES</h2>
25
 
Do not use absolute path names for output files. They are raster if
26
 
moving window disposition was selected, otherwise they are in
27
 
~/.r.li/output folder. <br>
28
 
If input raster is full of null values r.li.shannon returns -1. <br>
29
 
If you want to have null values instead run <br>
30
 
<div class="code"><pre>
31
 
r.null setnull=-1 map=my_map
32
 
</pre></div>
33
 
after index calculation.
34
 
 
35
 
 
36
 
<h2>SEE ALSO</h2>
37
 
<em>
38
 
<a href="r.li.html">r.li</a>
39
 
</em>
40
 
 
41
 
<h2>AUTHORS</h2>
42
 
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
43
 
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
44
 
 
45
 
<h2>BUGS</h2>
46
 
Please send bugs reports to 
47
 
<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
48
 
 
49
 
<p><i>Last changed: $Date: 2007-02-08 17:52:53 +0100 (Thu, 08 Feb 2007) $</i>
50