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

NAME

6       r.li.patchnum  - Calculates patch number index on a raster map, using a
7       4 neighbour algorithm.
8

KEYWORDS

10       raster, landscape structure analysis, patch index
11

SYNOPSIS

13       r.li.patchnum
14       r.li.patchnum help
15       r.li.patchnum map=name conf=string output=name  [--overwrite]   [--ver‐
16       bose]  [--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.patchnum is a patch index for r.li program.
40       It calculates the function
41        f(sample_area)= Patch_Number
42       This index is calculated using a 4 neighbour algorithm
43

EXAMPLES

45       To calculate patch number index on map my_map, using my_conf configura‐
46       tion file and saving results in my_out file run:
47       r.li.patchnumber map=my_map conf=my_conf out=my_out
48
49

NOTES

51       An that is full of null values is considered to have zero patch.
52       If you want to have null values instead run
53
54       r.null setnull=0 map=my_map
55        after index calculation.
56

SEE ALSO

58       r.li package overview
59       r.li.daemon
60       r.li.setup
61

AUTHORS

63       Claudio Porta and Lucio Davide Spano, students of Computer Science Uni‐
64       versity of Pisa (Italy).
65       Commission from Faunalia Pontedera (PI) (www.faunalia.it)
66

BUGS

68       Please      send     bugs     reports     to     spano@cli.di.unipi.it,
69       porta@cli.di.unipi.it
70
71       Last changed: $Date: 2007-02-16 17:03:01 +0100 (Fri, 16 Feb 2007) $
72
73       Full index
74
75       © 2003-2008 GRASS Development Team
76
77
78
79GRASS 6.3.0                                                   r.li.patchnum(1)
Impressum