]> www.wagner.pp.ru Git - oss/fgis.git/blob - man/neighbours.1
First checked in version
[oss/fgis.git] / man / neighbours.1
1 .TH NEIGHBOURS 1 "Version 1.0" "Environmental planning utilities" "EPU user manual"
2 .SH NAME
3 neighbours \- prints list of neighbouring clasees in epp-file
4 .SH SYNOPSIS
5 .B neighbours [-%][-d] file
6 .SH DESCRIPTION
7 This command searches 
8 .IR epp -file
9 for all class boundaries and print a table of class pair which
10 are neighbouring at least in one place. 
11 DO NOT MIX it with EPPL7 NEIGHBOUR command, which is part of
12 .BR evaluate (1)
13 in EPU.
14
15 It prints pairs of classes to stdout, one per line separated by commas.
16
17 Each pair of classes can be printed once or twice, first among neighbours
18 of first class in pair, than neighbours of second.
19
20 .SH OPTIONS
21 .TP 8
22 .B --help
23 displays brief usage information.
24 .TP 8
25 .B --version
26 displays version number
27 .TP 8
28 .B --verbose -%
29 Displays percentage of processed lines in file.
30 .TP 8
31 .B -d --double
32 print each pair twice. 
33
34 .SH SEE ALSO
35 .BR outtable (1), mapcolor (1), evaluate (1), extents (1). 
36
37 .SH AUTHOR
38
39 Victor B. Wagner <vitus@agropc.msk.su>
40
41 .SH BUGS
42
43 ???