1r.li.edgedensity(1) Grass User's Manual r.li.edgedensity(1)
2
3
4
6 r.li.edgedensity - Calculates edge density index on a raster map,
7 using a 4 neighbour algorithm
8
10 raster, landscape structure analysis, patch index
11
13 r.li.edgedensity
14 r.li.edgedensity help
15 r.li.edgedensity map=name conf=string output=name [patch_type=string]
16 [--overwrite] [--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 output=name
36 Name for output raster map
37
38 patch_type=string
39 The value of the patch type, it can be integer, double or float; it
40 will be changed in function of map type
41
43 r.li.edgedensity calculates:
44
45 the density of all the edge of patch i
46 or
47
48 the density of all the edge in the sampling area if i
49 isn't specified
50
51 with:
52
53 k: patch type
54
55 m: number of patch type
56
57
58 n: number of edge segment of patch type k
59
60 eik :total length of edge in landscape involving patch
61 type k
62
63 Area: total landscape area
64
66 McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern analy‐
67 sis program for quantifying landscape structure. USDA For. Serv. Gen.
68 Tech. Rep. PNW-351.
69
71 To calculate edge density index on map my_map, using my_conf configura‐
72 tion file and saving results in my_out file run:
73 r.li.edgedensity map=my_map conf=my_conf output=my_out
74 To calculate edge density index of patch_type 34, using my_conf config‐
75 uration file and on map my_map, saving results in my_out file run:
76 r.li.edgedensity map=my_map conf=my_conf output=my_out patch_type=34
77
79 Do not use absolute path names for output files. They are raster if
80 moving window disposition was selected, otherwise they are in
81 ~/.r.li/output folder.
82 If input raster is full of null values r.li.edgedensity consider to
83 have 0 patch.
84 If area is 0 r.li.edgedensity returns -1; this is possible only if
85 input raster is masked. If you want to have null values instead run
86 r.null setnull=-1 map=my_map
87 after index calculation.
88
90 r.li
91
93 Serena Pallecchi student of Computer Science University of Pisa
94 (Italy).
95 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
96
98 Please send bugs reports to pallecch@cli.di.unipi.it
99
100 Last changed: $Date: 2007-02-08 17:52:53 +0100 (Thu, 08 Feb 2007) $
101
102 Full index
103
104 © 2003-2008 GRASS Development Team
105
106
107
108GRASS 6.3.0 r.li.edgedensity(1)