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

NAME

6       r.li.shape  - Calculates shape index on a raster map
7

KEYWORDS

9       raster, landscape structure analysis, patch index
10

SYNOPSIS

12       r.li.shape
13       r.li.shape help
14       r.li.shape map=name conf=string output=name  [--overwrite]  [--verbose]
15       [--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.shape is a patch index for r.li program.
39       It calculates the function
40        f(sample_area)= Area
41

EXAMPLES

43       To calculate area index on map my_map, using my_conf configuration file
44       and saving results in my_out file run:
45       r.li.shape map=my_map conf=my_conf out=my_out
46
47

SEE ALSO

49       r.li package overview
50       r.li.daemon
51       r.li.setup
52

AUTHORS

54       Claudio Porta and Lucio Davide Spano, students of Computer Science Uni‐
55       versity of Pisa (Italy).
56       Commission from Faunalia Pontedera (PI) (www.faunalia.it)
57

BUGS

59       Please     send     bugs     reports     to      spano@cli.di.unipi.it,
60       porta@cli.di.unipi.it
61
62       Last changed: $Date: 2007-02-16 17:03:01 +0100 (Fri, 16 Feb 2007) $
63
64       Full index
65
66       © 2003-2008 GRASS Development Team
67
68
69
70GRASS 6.3.0                                                      r.li.shape(1)
Impressum