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

NAME

6       r.li.cwed   -  Calculates  contrast  weighted  edge  density index on a
7       raster map
8

KEYWORDS

10       raster, landscape structure analysis, patch index
11

SYNOPSIS

13       r.li.cwed
14       r.li.cwed help
15       r.li.cwed map=name conf=string path=string  output=name   [--overwrite]
16       [--verbose]  [--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       path=string
36           input file that contains the weight to calculate the index
37
38       output=name
39           Name for output raster map
40

DESCRIPTION

42       r.li.cwed  (contrast weighted edge density) calculates the edge density
43       between patch types specified:
44
45       with:
46
47                      k: attribute
48
49                      m: number of non-null attributes in the sampling area
50
51                      eik: total length of edge  in  landscape  between  patch
52                     types i and k
53
54                      dik:  dissimilarity (edge contrast weight) between patch
55                     types i and k
56
57                      Area: total landscape area
58       The input file have a row for each couple of patch type that we want to
59       consider in the calculation. Each row must to have this syntax:
60       patchType1,patchType2,dissimilarityBetweenPatchType1andPatchType2
61

EXAMPLES

63       To  calculate  mean  pixel attribute index on map my_map, using my_conf
64       configuration file and saving results in my_out file run:
65
66       r.li.cwed map=my_map conf=my_conf path=my_file output=my_out
67
68       Example of input file: 12,16,0.65
69       44,123,0.32
70       56,12,0.54
71       23,66,0.99
72

NOTES

74       Do not use absolute path names for output files.  They  are  raster  if
75       moving   window   disposition  was  selected,  otherwise  they  are  in
76       ~/.r.li/output folder.
77       If the raster is full of null value it is considered to  have  0  patch
78       and  CWED=0.   If Area is 0 r.li.cwed returns -1. This is possible only
79       if the map is masked.
80       If you want to have null values instead run
81
82       r.null setnull=-1 map=my_map
83        after index calculation.
84

REFERENCES

86       McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern analy‐
87       sis  program for quantifying landscape structure. USDA For. Serv.  Gen.
88       Tech. Rep. PNW-351.
89

SEE ALSO

91       r.li package overview
92       r.li.daemon
93       r.li.setup
94

AUTHORS

96       Serena  Pallecchi  student  of  Computer  Science  University  of  Pisa
97       (Italy).
98       Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
99

BUGS

101       Please send bugs reports to pallecch@cli.di.unipi.it
102
103       Last changed: $Date: 2007-02-08 17:33:52 +0100 (Thu, 08 Feb 2007) $
104
105       Full index
106
107       © 2003-2008 GRASS Development Team
108
109
110
111GRASS 6.3.0                                                       r.li.cwed(1)
Impressum