Sophie

Sophie

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

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: v.report</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>v.report</b></em>  - Reports geometry statistics for vectors.
<h2>KEYWORDS</h2>
vector, report, statistics
<h2>SYNOPSIS</h2>
<b>v.report</b><br>
<b>v.report help</b><br>
<b>v.report</b> [-<b>rs</b>] <b>map</b>=<em>string</em>  [<b>layer</b>=<em>integer</em>]  <b>option</b>=<em>string</em>  [<b>units</b>=<em>string</em>]   [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-r</b></DT>
<DD>Reverse sort the result</DD>

<DT><b>-s</b></DT>
<DD>Sort the result</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>map</b>=<em>string</em></DT>
<DD>Name of input vector map</DD>

<DT><b>layer</b>=<em>integer</em></DT>
<DD>Layer number</DD>
<DD>Default: <em>1</em></DD>

<DT><b>option</b>=<em>string</em></DT>
<DD>Value to calculate</DD>
<DD>Options: <em>area,length,coor</em></DD>

<DT><b>units</b>=<em>string</em></DT>
<DD>mi(les),f(eet),me(ters),k(ilometers),a(cres),h(ectares),p(ercent)</DD>
<DD>Options: <em>mi,miles,f,feet,me,meters,k,kilometers,a,acres,h,hectares,p,percent</em></DD>

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

<em>v.report</em> generates a table showing the area present in 
each of the categories of a user-selected data layer.
<P>
Area is given in hectares, square meters, and square kilometers.
If the units option is used, area is given in acres, square feet,
and square miles.
<P>
Feet and acre units are always reported in their common versions
(i.e. the International Foot, exactly 5280 feet in a mile), even
when the location's standard map unit is the US Survey foot.
<P>
<EM>v.report</EM> works on the full map data; therefore, the current
region is ignored. If you wish to spatially limit the statistics,
a map subset must be created with <EM>v.in.region</EM> and 
<EM>v.overlay</EM>, and then run <EM>v.report</EM> on the new map.


<h2>EXAMPLE</h2>

Spearfish example:
<div class="code"><pre>
v.report fields option=area units=hectares
</pre></div>


<h2>SEE ALSO</h2>

<em>
<a HREF="v.in.region.html">v.in.region</a>,
<a HREF="v.to.db.html">v.to.db</a>,
<a HREF="v.overlay.html">v.overlay</a>
</em>


<H2>AUTHOR</H2>

Markus Neteler, GDF Hannover

<p>
<i>Last changed: $Date: 2007-11-20 10:34:59 +0100 (Tue, 20 Nov 2007) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="vector.html">vector 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>