Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 1994

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: r.coin</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>r.coin</b></em>  - Tabulates the mutual occurrence (coincidence) of categories for two raster map layers.
<h2>KEYWORDS</h2>
raster
<h2>SYNOPSIS</h2>
<b>r.coin</b><br>
<b>r.coin help</b><br>
<b>r.coin</b> [-<b>wq</b>] <b>map1</b>=<em>string</em> <b>map2</b>=<em>string</em> <b>units</b>=<em>string</em>  [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-w</b></DT>
<DD>Wide report, 132 columns (default: 80)</DD>

<DT><b>-q</b></DT>
<DD>Run quietly</DD>

<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>map1</b>=<em>string</em></DT>
<DD>Name of first raster map</DD>

<DT><b>map2</b>=<em>string</em></DT>
<DD>Name of second raster map</DD>

<DT><b>units</b>=<em>string</em></DT>
<DD>Unit of measure</DD>
<DD>Options: <em>c,p,x,y,a,h,k,m</em></DD>

</DL>
<H2>DESCRIPTION</H2>

<EM>r.coin</EM> tabulates the mutual occurrence of two
raster map layers' categories with respect to one another.
This analysis program respects the current geographic
region and mask settings.

<P>

<EM>r.coin</EM>
tabulates the coincidence of category values among the two
map layers and prepares the basic table from which the
report is to be created.  This tabulation is followed by an
indication of how long the coincidence table will be.  If
the table is extremely long, the user may decide that
viewing it is not so important after all, and may cancel
the request at this point.  Assuming the user continues,
<EM>r.coin</EM> then allows the user to choose one of eight
units of measure in which the report results can be given.
These units are:

<P>

<DL>
<DT><EM>c</EM> <DD>cells 
<DT><EM>p</EM> <DD>percent cover of region 
<DT><EM>x</EM> <DD>percent of &lt;map name&gt; category (column) 
<DT><EM>y</EM> <DD>percent of &lt;map name&gt; category (row) 
<DT><EM>a</EM> <DD>acres 
<DT><EM>h</EM> <DD>hectares 
<DT><EM>k</EM> <DD>square kilometers 
<DT><EM>m</EM> <DD>square miles 
</DL>

<P>

Note that three of these options give results as percentage
values:  "p" is based on the grand total number of cells;
"x" is based on only column totals; and "y" is based on
only row totals.  Only one unit of measure can be selected
per report output.  Type in just one of the letters
designating a unit of measure followed by a
&lt;RETURN&gt;.  The report will be printed to the screen
for review.  After reviewing the report on the screen, the
user is given several options.  The report may be saved to
a file and/or sent to a printer.  If printed, it may be
printed with either 80 or 132 columns.  Finally, the user
is given the option to rerun the coincidence tabulation
using a different unit of measurement.

<P>

<H2>NOTES</H2>

It is <B>not</B> a good idea to run <EM>r.coin</EM> on a
map layer which has a monstrous number of categories (e.g.,
unreclassed elevation).  Because <EM>r.coin</EM> reports
information for each and every category, it is better to
reclassify those categories (using <EM>r.reclass</EM>)
into a more manageable number prior to running
<EM>r.coin</EM> on the reclassed raster map layer.

<P>

<H2>EXAMPLE</H2>

Below is a sample of tabular output produced by
<EM>r.coin</EM>.  Here, map output is stated in units of
square miles.  The report tabulates the coincidence of the
Spearfish sample database's <EM>owner</EM> and
<EM>road</EM> raster map layers' categories.  The
<EM>owner</EM> categories in this case refer to whether the
land is in private hands (category 1) or is owned by the
U.S. Forest Service (category 2). The <EM>roads</EM> map
layer categories refer to various types of roads (with the
exception of category value "0", which indicates "no data";
i.e., map locations at which no roads exist).
<EM>r.coin</EM> does not report category labels. The user
should run
<EM><A HREF="r.report.html">r.report</A></EM> or 
<EM><A HREF="r.category.html">r.category</A></EM> 
to obtain this information. 

<P>

The body of the report is arranged in panels. The map layer
with the most categories is arranged along the vertical
axis of the table; the other, along the horizontal axis.
Each panel has a maximum of 5 categories (9 if printed)
across the top. In addition, the last two columns reflect a
cross total of each column for each row.  All of the
categories of the map layer arranged along the vertical
axis are included in each panel.  There is a total at the
bottom of each column representing the sum of all the rows
in that column. A second total represents the sum of all
the non-zero category rows. A cross total (Table Row Total)
of all columns for each row appears in a separate panel.

<P>

Note how the following information may be obtained from the sample report. 

<P>

In the Spearfish data base, in area not owned by the Forest Service, there
are 50.63 square miles of land not used for roads. Roads make up 9.27 square
miles of land in this area.
<P>
Of the total 102.70 square miles in Spearfish, 42.80 
square miles is owned by the Forest Service. 
<BR>
In total, there are 14.58 square miles of roads. 
<P>
There are more category 2 roads outside Forest Service land 
(2.92 mi. sq.) 
than there are inside Forest land boundaries (0.72 mi. sq.). 

<P>
Following is a sample report. 

<PRE>
+------------------------------------------------------------+
|                    COINCIDENCE TABULATION REPORT           |
|------------------------------------------------------------|
|Location: spearfish    Mapset: PERMANENT   Date: Wed Jun 1  |
|                                                            |
| Layer 1: owner          -- Ownership                       |
| Layer 2: roads          -- Roads                           |
| Mask:    none                                              |
|                                                            |
| Units:   square miles                                      |
|------------------------------------------------------------|
| Window:                North: 4928000.00                   |
|          West: 590000.00               East: 609000.00     |
|                        South: 4914000.00                   |
+------------------------------------------------------------+

Panel #1 of 1
+--------------------------------------------------------+
|        | owner                 |    Panel Row Total    |
|   cat# |         1 |         2 |   w cat 0 | w/o cat 0 |
|--------------------------------------------------------|
|r     0 |     50.63 |     37.49 |     88.12 |     88.12 |
|o     1 |      1.53 |      0.68 |      2.21 |      2.21 |
|a     2 |      2.92 |      0.72 |      3.64 |      3.64 |
|d     3 |      3.97 |      2.57 |      6.54 |      6.54 |
|s     4 |      0.65 |      1.36 |      2.00 |      2.00 |
|      5 |      0.19 |      0.00 |      0.19 |      0.19 |
|--------------------------------------------------------|
|Total   |           |           |           |           |
|with 0  |     59.90 |     42.80 |    102.70 |    102.70 |
|--------------------------------------------------------|
|w/o 0   |      9.27 |      5.32 |     14.58 |     14.58 |
+--------------------------------------------------------+


+--------------------------------+
|        |    Table Row Total    |
|   cat# |   w cat 0 | w/o cat 0 |
|--------------------------------|
|r     0 |     88.12 |     88.12 |
|o     1 |      2.21 |      2.21 |
|a     2 |      3.64 |      3.64 |
|d     3 |      6.54 |      6.54 |
|s     4 |      2.00 |      2.00 |
|      5 |      0.19 |      0.19 |
|--------------------------------|
|Total   |           |           |
|with 0  |    102.70 |    102.70 |
|--------------------------------|
|w/o 0   |     14.58 |     14.58 |
+--------------------------------+
</PRE>

<P>

<EM>r.coin</EM> calculates the coincidence of two raster
map layers.  Although <EM>r.coin</EM> allows the user to
rerun the report using different units, it is not possible
to simply rerun the report with different map layers.  In
order to choose new map layers, it is necessary to rerun
<EM>r.coin.</EM>

<H2>SEE ALSO</H2>

<EM>
<A HREF="g.region.html">g.region</A>,
<!-- not ported to GRASS 6 <A HREF="m.ipf.html">m.ipf</A>, -->
<A HREF="r.category.html">r.category</A>,
<A HREF="r.describe.html">r.describe</A>,
<A HREF="r.reclass.html">r.reclass</A>,
<A HREF="r.report.html">r.report</A>,
<A HREF="r.stats.html">r.stats</A>
</EM>

<H2>AUTHORS</H2>

Michael O'Shea, 
<BR>
Michael Shapiro, <br>
U.S. Army Construction Engineering Research Laboratory

<p>
<i>Last changed: $Date: 2008-01-13 02:01:00 +0100 (Sun, 13 Jan 2008) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="raster.html">raster index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>