ОПИСАНИЕ
r.li.patchnum is a patch index for r.li program.
It calculates the function
f(sample_area)= Patch_Number
This index is calculated using a 4 neighbour algorithm
ПРИМЕРЫ
To calculate patch number index on map my_map, using
my_conf configuration file and saving results in
my_out file run:
r.li.patchnumber map=my_map conf=my_conf out=my_out
ПРИМЕЧАНИЯ
An that is full of null values is considered to have zero patch.
If you want to have null values instead run
r.null setnull=0 map=my_map
after index calculation.
СМ. ТАКЖЕ
r.li package overview
r.li.daemon
r.li.setup
АВТОРЫ
Claudio Porta and Lucio Davide Spano, students of Computer Science
University of Pisa (Italy).
Commission from Faunalia Pontedera (PI) (www.faunalia.it)
ИЗВЕСТНЫЕ ОШИБКИ
Please send bugs reports to
spano@cli.di.unipi.it,
porta@cli.di.unipi.it
Last changed: $Date: 2007-02-16 10:03:01 -0600 (Пт, 16 фев 2007) $
Автор перевода