1r.li.mps(1)                   Grass User's Manual                  r.li.mps(1)
2
3
4

NAME

6       r.li.mps  - Calculates mean patch size index on a raster map, using a 4
7       neighbour algorithm
8

KEYWORDS

10       raster, landscape structure analysis, patch index
11

SYNOPSIS

13       r.li.mps
14       r.li.mps help
15       r.li.mps map=name conf=string output=name   [--overwrite]   [--verbose]
16       [--quiet]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --verbose
23           Verbose module output
24
25       --quiet
26           Quiet module output
27
28   Parameters:
29       map=name
30           Name of input raster map
31
32       conf=string
33           Configuration file
34
35       output=name
36           Name for output raster map
37

DESCRIPTION

39       r.li.mps  (mean  patch size) calculates the mean size of the patches in
40       the sampling area as:
41       with:
42
43                     A:sampling area size without null cells
44
45                     Npatch: number of patches
46

EXAMPLES

48       To calculate mean path size index on map my_map, using my_conf configu‐
49       ration file and saving results in my_out file run:
50
51       r.li.mps map=my_map conf=my_conf output=my_out
52
53

NOTES

55       Do  not  use  absolute  path names for output files. They are raster if
56       moving  window  disposition  was  selected,  otherwise  they   are   in
57       ~/.r.li/output folder.
58       If input raster is full of null values r.li.mps returns 0.
59       If you want to have null values instead run
60
61       r.null setnull=0 map=my_map
62        after index calculation.
63

SEE ALSO

65        r.li r.le
66

AUTHORS

68       Serena  Pallecchi  student  of  Computer  Science  University  of  Pisa
69       (Italy).
70       Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
71

BUGS

73       Please send bugs reports to pallecch@cli.di.unipi.it
74
75       Last changed: $Date: 2007-02-08 17:52:53 +0100 (Thu, 08 Feb 2007) $
76
77       Full index
78
79       © 2003-2008 GRASS Development Team
80
81
82
83GRASS 6.3.0                                                        r.li.mps(1)
Impressum