
NAME
r.li.simpson - Calculates Simpson's diversity index on a raster map
KEYWORDS
raster, landscape structure analysis, diversity index
SYNOPSIS
r.li.simpson
r.li.simpson help
r.li.simpson input=name config=string output=name [--overwrite] [--verbose] [--quiet]
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- input=name [required]
- Name of input raster map
- config=string [required]
- Configuration file
- output=name [required]
- Name for output raster map
DESCRIPTION
r.li.simpson
calculates the "simpson's diversity index" as:
with:
- i: patch type
- m: number of patch type
- pi: proportion of the landscape
occupied by patch type i
EXAMPLES
To calculate simpson's diversity index on map my_map, using
my_conf configuration file and saving results in my_out file run:
r.li.simpson input=my_map conf=my_conf output=my_out
NOTES
Do not use absolute path names for output files. They are raster if
moving window disposition was selected, otherwise they are in
~/.r.li/output folder.
If input raster is full of null values r.li.simpson returns -1.
If you want to have null values instead run
r.null setnull=-1 map=my_map
after index calculation.
SEE ALSO
r.li
AUTHORS
Serena Pallecchi student of Computer Science University of Pisa (Italy).
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
Last changed: $Date: 2011-08-16 02:36:12 -0700 (Tue, 16 Aug 2011) $
Main index - Raster index - Full index
© 2003-2012 GRASS Development Team