]> www.wagner.pp.ru Git - oss/fgis.git/blob - man/clip.1
First checked in version
[oss/fgis.git] / man / clip.1
1 .TH CLIP 1 "Version 1.0" "EPU" "EPU user manual"
2 .SH NAME
3 clip \- clips a region from old file using mask file 
4 .SH SYNOPSIS
5 .B clip 
6 [-%] [-m number] [-o filename] [--help][--version] file mask
7 .SH DESCRIPTION
8 Clip creates new file, containing part of old file, which corresponds
9 to given onsite area or specified class of mask file. 
10 .PP
11 Cell size of new file would be equial to cell size of mask file.
12 If cell sizes don't match, ``nearest neighbour'' algorithm would be used
13 for rescaling.
14
15 .SH OPTIONS
16 .TP 8
17 .B --help
18 displays brief usage information.
19 .TP 8
20 .B --version
21 displays version number
22 .TP 8
23 .B -%
24 Displays percentage of processed lines in file.
25 .TP 8
26 .BI -o " file " --output-file= file
27 gives the name for output file. Defaults to
28 .I mosaic.out.epp
29 .TP 8
30 .BI -m " number" --mask-value= number
31 Clip region which has class
32 .I number
33 in the mask file. Otherwise all onsite area of mask file would be clipped.
34 .SH SEE ALSO
35 .BR window(1), mosaic(1), eheader (1)
36
37 .SH AUTHOR
38
39 Victor B. Wagner <vitus@agropc.msk.su>
40
41 .SH BUGS
42
43 Should deal with different cell sizes.