]> www.wagner.pp.ru Git - sites/home_page.git/blobdiff - geography/fGIS/man/outtable.1.html
Added fGIS
[sites/home_page.git] / geography / fGIS / man / outtable.1.html
diff --git a/geography/fGIS/man/outtable.1.html b/geography/fGIS/man/outtable.1.html
new file mode 100644 (file)
index 0000000..a9c327d
--- /dev/null
@@ -0,0 +1,192 @@
+<!-- manual page source format generated by PolyglotMan v3.0.4, -->
+<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
+
+<HTML>
+<HEAD>
+<TITLE>OUTTABLE(1) manual page</TITLE>
+</HEAD>
+<BODY>
+<A HREF="#toc">Table of Contents</A><P>
+<H2><A NAME="sect0" HREF="#toc0">NAME </A></H2>
+outtable - computes table of statistics from several epp files.  
+<H2><A NAME="sect1" HREF="#toc1">SYNOPSIS 
+</A></H2>
+<B>outtable </B> [<I>options</I>]<I></I> [<I>function</I>] file [ [<I>function</I>] file ...]<I></I> <P>
+  
+<H2><A NAME="sect2" HREF="#toc2">DESCRIPTION 
+</A></H2>
+<B>outtable </B> takes several  <I>epp</I>-files counts all possible combinations of 
+classes in them and produces table of them.  <P>
+Some files  can be preceded 
+by  <I>function</I> Such files wouldn't be used to define new combination. Instead, 
+corresponding column of table would contain value of function, computed 
+from this file for area, defined by combination of classes of all "function-less" 
+files. <P>
+All files, used to define combination, should be specified before 
+first file with function. <P>
+If no function defined, table would be appended 
+by column, containing area of each combination. <P>
+If all files have function, 
+table would contain only one row, containing values of the functions for 
+all area. <P>
+If files have different cell size and limits, limits and coordinate 
+systems of the first file are used, unless overriden by  <B></B> --base option. 
+<P>
+By default, semantic value of classes are considered equial to values 
+of classes. This can be overridden by specifying parameters of linear mapping 
+function using  <P>
+ <B>-z</B> and <B>-Z</B> options. This option can be specified only once 
+per invocation, becouse usially <B>outtable</B> is used to calculate statistics 
+for one file in combinations, given by several other files. <P>
+By default, 
+all area-related values are calculated in alternative coordinate units. 
+It can be overriden using  <B>-c</B> option.  
+<H2><A NAME="sect3" HREF="#toc3">OPTIONS </A></H2>
+
+<DL>
+
+<DT><B>--help</B>  </DT>
+<DD>displays brief usage 
+information. </DD>
+
+<DT><B>--version</B>  </DT>
+<DD>displays version number </DD>
+
+<DT><B>--verbose -%</B>  </DT>
+<DD>Displays percentage 
+of processed lines in file. </DD>
+
+<DT><B>-u --union </B>  </DT>
+<DD>Take into account all cells, where 
+at least one of output files is not offsite. By default, only cells where 
+all input files are onsite are taken into account. </DD>
+
+<DT><B>-c --cells</B>  </DT>
+<DD>Output areas 
+in cells. By default map units as specified in file header are used to 
+compute areas. </DD>
+
+<DT><B>-d</B><I>char </I><B>--delimiter=</B><I>char</I><B></B>  </DT>
+<DD>sets table column separator to  <I>char.</I> 
+Defaults to comma. </DD>
+
+<DT><B>-b</B><I> file</I><B>--base</B><I> file</I>  </DT>
+<DD>Specifies epp file, used as reference 
+grid. Cell area and cell size of this file, as well as its coordinate limits 
+would be used for processing.  Defaults to first file in the command line. 
+</DD>
+
+<DT><B>-z</B><I> value</I>  </DT>
+<DD>Specifies multiplier for calculating semantic value from class 
+value. </DD>
+
+<DT><B>-Z</B><I> value</I>  </DT>
+<DD>Specifies offset of semantic values, i.e. semantic value 
+of class 0. </DD>
+</DL>
+<H2><A NAME="sect4" HREF="#toc4">FUNCTIONS </A></H2>
+
+<DL>
+
+<DT><B>-sum</B>  </DT>
+<DD>Sum of classes in given file for combination, 
+multiplied by cell area. </DD>
+
+<DT><B>-cnt</B>  </DT>
+<DD>Count of onsite cells of given file. </DD>
+
+<DT><B>-avg</B>  
+</DT>
+<DD>Average cell value </DD>
+
+<DT><B>-min</B>  </DT>
+<DD>Minimum cell value </DD>
+
+<DT><B>-nmin</B>  </DT>
+<DD>Area of cells with minimum 
+value </DD>
+</DL>
+<P>
+<DL>
+
+<DT><B>-max</B>  </DT>
+<DD>Maximum cell value </DD>
+
+<DT><B>-nmax</B>  </DT>
+<DD>Area of cells with maximum value 
+</DD>
+
+<DT><B>-mode</B>  </DT>
+<DD>Modal value (value of most cells) </DD>
+
+<DT><B>-nmode</B>  </DT>
+<DD>Area of cells with modal 
+value </DD>
+
+<DT><B>-fewest</B>  </DT>
+<DD>Class with fewest cells </DD>
+
+<DT><B>-nfewest</B>  </DT>
+<DD>Area of cells in fewest 
+class </DD>
+
+<DT><B>-range</B>  </DT>
+<DD>Range of classes (maximum-minimum) </DD>
+
+<DT><B>-classes</B>  </DT>
+<DD>Number of different 
+classes </DD>
+
+<DT><B>-or</B>  </DT>
+<DD>Bitwise or of all cells (values of  <B>-z</B> and <B>-Z</B> options are not 
+used) </DD>
+
+<DT><B>-and</B>  </DT>
+<DD>Bitwise and of all cells (values of  <B>-z</B> and <B>-Z</B> options are not 
+used) </DD>
+
+<DT><B>-std</B>  </DT>
+<DD>Standard deviation of classes </DD>
+
+<DT><B>-var</B>  </DT>
+<DD>Variance of classes </DD>
+
+<DT><B>-corr</B> 
+ </DT>
+<DD>Correlation coefficient between two files. Requires two arguments. </DD>
+</DL>
+<H2><A NAME="sect5" HREF="#toc5">SEE 
+ALSO </A></H2>
+<B><A HREF="intable.1.html">intable</B>(1)</A>
+,<B><A HREF="reclass.1.html">reclass</B>(1)</A>
+,<B><A HREF="evaluate.1.html">evaluate</B>(1)</A>
+,<B><A HREF="resample.1.html">resample</B>(1)</A>
+,<B><A HREF="eheader.1.html">eheader</B>(1)</A>
+ <P>
+  
+<H2><A NAME="sect6" HREF="#toc6">AUTHOR 
+</A></H2>
+<P>
+ Victor B. Wagner &lt;vitus@agropc.msk.su&gt; <P>
+  
+<H2><A NAME="sect7" HREF="#toc7">BUGS </A></H2>
+<P>
+ ??? <P>
+
+<HR><P>
+<A NAME="toc"><B>Table of Contents</B></A><P>
+<UL>
+<LI><A NAME="toc0" HREF="#sect0">NAME</A></LI>
+<LI><A NAME="toc1" HREF="#sect1">SYNOPSIS</A></LI>
+<LI><A NAME="toc2" HREF="#sect2">DESCRIPTION</A></LI>
+<LI><A NAME="toc3" HREF="#sect3">OPTIONS</A></LI>
+<LI><A NAME="toc4" HREF="#sect4">FUNCTIONS</A></LI>
+<LI><A NAME="toc5" HREF="#sect5">SEE ALSO</A></LI>
+<LI><A NAME="toc6" HREF="#sect6">AUTHOR</A></LI>
+<LI><A NAME="toc7" HREF="#sect7">BUGS</A></LI>
+</UL>
+</BODY></HTML>