NAME
v.report - Reports geometry statistics for vectors.
KEYWORDS
vector, report, statistics
SYNOPSIS
v.report
v.report help
v.report [-rs] map=string [layer=integer] option=string [units=string] [--verbose] [--quiet]
Flags:
- -r
- Reverse sort the result
- -s
- Sort the result
- --verbose
- Verbose module output
- --quiet
- Quiet module output
Parameters:
- map=string
- Name of input vector map
- layer=integer
- Layer number
- Default: 1
- option=string
- Value to calculate
- Options: area,length,coor
- units=string
- mi(les),f(eet),me(ters),k(ilometers),a(cres),h(ectares),p(ercent)
- Options: mi,miles,f,feet,me,meters,k,kilometers,a,acres,h,hectares,p,percent
DESCRIPTION
v.report generates a table showing the area present in
each of the categories of a user-selected data layer.
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.
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.
v.report 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 v.in.region and
v.overlay, and then run v.report on the new map.
EXAMPLE
Spearfish example:
v.report fields option=area units=hectares
SEE ALSO
v.in.region,
v.to.db,
v.overlay
AUTHOR
Markus Neteler, GDF Hannover
Last changed: $Date: 2007-11-18 17:01:10 -0800 (Sun, 18 Nov 2007) $
Main index - vector index - Full index
© 2003-2008 GRASS Development Team