]> www.wagner.pp.ru Git - sites/home_page.git/blob - geography/fGIS/man/reclass1.1.html
Added fGIS
[sites/home_page.git] / geography / fGIS / man / reclass1.1.html
1 <!-- manual page source format generated by PolyglotMan v3.0.4, -->
2 <!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
3
4 <HTML>
5 <HEAD>
6 <TITLE>RECLASS(1) manual page</TITLE>
7 </HEAD>
8 <BODY>
9 <A HREF="#toc">Table of Contents</A><P>
10 reclass1 - Change classes of given EPPL7 data file  
11 <H2><A NAME="sect0" HREF="#toc0">SYNOPSIS </A></H2>
12 <B>reclass1 [</B> 
13  ] [  reclass_file] [ <I>-o</I> output_file] file  
14 <H2><A NAME="sect1" HREF="#toc1">DESCRIPTION </A></H2>
15 Applies given set 
16 of reclass statements to  <B>epp</B> file. Reclass statements have simular syntax 
17 to DOS version of EPPL7 and may be read from  <I>stdin</I> (both from terminal 
18 or pipe) and from file. <P>
19 By default, creates file named <I>reclass.out.epp</I> in 
20 current directory, but this behavoir can be overriden by  <I>-o</I> option. <P>
21 This 
22 version can perform only <B>one-way</B> reclass. For multy-file reclass use <B><A HREF="intable.1.html">intable</B>(1)</A>
23  
24 instead. <P>
25 Output file is created as 16-bit and if after reclass it would 
26 contain only classes less than 255, it would be converted into 8-bit. <P>
27 If 
28 offsite value of old file appears in right side of any reclass statement, 
29 offsite value of new file would be from left side of this statement. <P>
30  <P>
31  
32 <P>
33   
34 <H2><A NAME="sect2" HREF="#toc2">OPTIONS </A></H2>
35
36 <DL>
37
38 <DT><B>--help</B>  </DT>
39 <DD>- display brief usage message and exit successifully </DD>
40
41 <DT><B>--version</B> 
42  </DT>
43 <DD>- display version information and exit successifully </DD>
44
45 <DT><B>-v</B>  </DT>
46 <DD>- verbose. Display 
47 number of rows processed during reclass. </DD>
48
49 <DT><B>-f</B> reclass_file  </DT>
50 <DD>- read reclass 
51 statements from given file, instead of  <B>stdin</B> </DD>
52
53 <DT><B>-o</B> output_file  </DT>
54 <DD>- write result 
55 into given file, instead of  <B>reclass.out.epp.</B> Suffix .epp would be substituted, 
56 if absent. </DD>
57 </DL>
58 <P>
59   
60 <H2><A NAME="sect3" HREF="#toc3">RECLASS STATEMENT SYNTAX </A></H2>
61 <P>
62  Set of reclass statements consists 
63 of zero or more lines, each of which has following structure: <P>
64 new_class 
65 <B>=</B> list of old classes <P>
66 <P>
67  New class is number in range 0-65535. List of old 
68 classes is space separated list of classes (numbers) and ranges. Range 
69 is two numbers, separated by colon. First of them must be less then second, 
70 or this range would have no effect. <P>
71 If one old class occurs in several 
72 statements, only last occurence would take effect, so it is possible to 
73 write: <P>
74 1=1:255 <P>
75 2=2 <P>
76 3=12 <P>
77 to reclass all classes between 1 and 255, exept 
78 2 and 12 to 1 and reclass 12 to 3. <P>
79   
80 <H2><A NAME="sect4" HREF="#toc4">SEE ALSO </A></H2>
81 <B><A HREF="eheader.1.html">eheader</B>(1)</A>
82 ,<B><A HREF="cluster.1.html">cluster</B>(1)</A>
83 ,<B><A HREF="rescale.1.html">rescale</B>(1)</A>
84 ,<B><A HREF="outtab.1.html">outtab</B>(1)</A>
85 ,<B><A HREF="intable.1.html">intable</B>(1)</A>
86  
87 <P>
88   
89 <H2><A NAME="sect5" HREF="#toc5">AUTHOR </A></H2>
90 <P>
91  Victor B. Wagner, SoftWeyr. <P>
92
93 <HR><P>
94 <A NAME="toc"><B>Table of Contents</B></A><P>
95 <UL>
96 <LI><A NAME="toc0" HREF="#sect0">SYNOPSIS</A></LI>
97 <LI><A NAME="toc1" HREF="#sect1">DESCRIPTION</A></LI>
98 <LI><A NAME="toc2" HREF="#sect2">OPTIONS</A></LI>
99 <LI><A NAME="toc3" HREF="#sect3">RECLASS STATEMENT SYNTAX</A></LI>
100 <LI><A NAME="toc4" HREF="#sect4">SEE ALSO</A></LI>
101 <LI><A NAME="toc5" HREF="#sect5">AUTHOR</A></LI>
102 </UL>
103 </BODY></HTML>