GRASS logo

NAME

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

KEYWORDS

raster, landscape structure analysis, patch index

SYNOPSIS

r.li.shape
r.li.shape help
r.li.shape input=name config=string output=name [--overwrite] [--verbose] [--quiet]

Flags:

--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name [required]
Name of input raster map
config=string [required]
Configuration file
output=name [required]
Name for output raster map

DESCRIPTION

r.li.shape is a patch index for r.li program.
It calculates the function
f(sample_area)= Area

EXAMPLES

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

SEE ALSO

r.li package overview
r.li.daemon
r.li.setup

AUTHORS

Claudio Porta and Lucio Davide Spano, students of Computer Science University of Pisa (Italy).
Commission from Faunalia Pontedera (PI) (www.faunalia.it)

Last changed: $Date: 2011-09-29 12:18:47 -0700 (Thu, 29 Sep 2011) $


Main index - Raster index - Full index

© 2003-2012 GRASS Development Team