]> www.wagner.pp.ru Git - oss/fgis.git/blob - man/mosaic.1
First checked in version
[oss/fgis.git] / man / mosaic.1
1 .TH MOSAIC 1 "Version 1.0" "EPU" "EPU user manual"
2 .SH NAME
3 mosaic \- merges several epp files together
4 .SH SYNOPSIS
5 .B mosaic 
6 [-%RA] [-O number] [-o filename] [--help][--version]files
7 .SH DESCRIPTION
8 Mosaic merges several 
9 .IR epp -files
10 into one. If some cell has non-offsite value in several files,
11 value from last files would be used.
12 .PP
13 Cell sizes of all old files must be equial. Usially 
14 .B mosaic
15 deals with properly aligned files, but it can deal with misaligned files,
16 taking into account row/column or alternative coordinates regarding to
17 command-line options.
18 .PP
19 If 
20 .I offsite
21 value is not explicitely given in command line, it defaults to 
22 offsite of first (base) file if it is not used as data class in one
23 of overlay files. In last case offsite would be set to 255 for 8-bit and
24 to 65535 to 16-bit files.
25 .SH OPTIONS
26
27 .SH OPTIONS
28 .TP 8
29 .B --help
30 displays brief usage information.
31 .TP 8
32 .B --version
33 displays version number
34 .TP 8
35 .B -%
36 Displays percentage of processed lines in file.
37 .TP 8
38 .BI -o " file " --output-file= file
39 gives the name for output file. Defaults to
40 .I mosaic.out.epp
41 .TP 8
42 .B -A --force-alt
43 Do not complain, if files are misaligned. Use alternate coordinates to
44 reference them.
45 .TP 8
46 .B -R --force-row
47 Same, but use row/col cordinates.
48
49 .TP 8
50 .BI -O " value " --offsite= value
51 specifies offsite value of new file.
52
53 .SH SEE ALSO
54 .BR eheader (1), window (1)
55
56 .SH AUTHOR
57
58 Victor B. Wagner <vitus@agropc.msk.su>
59
60 .SH BUGS
61
62 ???