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

NAME

6       r.li.padrange  - Calculates range of patch area size on a raster map
7

KEYWORDS

9       raster, landscape structure analysis, patch index
10

SYNOPSIS

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

DESCRIPTION

38       r.li.padrange (patch area distribution range) calculates as:
39       with:
40
41                     amax: max patch area size
42
43                     amin: min patch area size
44

EXAMPLES

46       To calculate range of patch area size, using my_conf configuration file
47       and saving results in my_out file run:
48
49       r.li.padrange map=my_map conf=my_conf output=my_out
50
51

NOTES

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

REFERENCES

65       McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern analy‐
66       sis  program for quantifying landscape structure. USDA For. Serv.  Gen.
67       Tech. Rep. PNW-351.
68

SEE ALSO

70        r.li
71

AUTHORS

73       Serena  Pallecchi  student  of  Computer  Science  University  of  Pisa
74       (Italy).
75       Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
76

BUGS

78       Please send bugs reports to pallecch@cli.di.unipi.it
79
80       Last changed: $Date: 2007-02-08 17:27:23 +0100 (Thu, 08 Feb 2007) $
81
82       Full index
83
84       © 2003-2008 GRASS Development Team
85
86
87
88GRASS 6.3.0                                                   r.li.padrange(1)
Impressum