 
Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
NAME
v.stats  - Calculates vector statistics
KEYWORDS
vector, 
statistics, 
shape
SYNOPSIS
v.stats
v.stats --help
v.stats [-r] vector=name  [layer=integer]   [rasters=name[,name,...]]   [zones=name]   [rprefix=string[,string,...]]   [skipshape=string[,string,...]]   [skipunivar=string[,string,...]]   [shpcsv=string]   [rstcsv=string[,string,...]]   [rstpercentile=integer]   [newlayer=integer]   [newlayername=string]   [newtabname=string]   [separator=string]   [nprocs=integer]   [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui] 
Flags:
- -r
- Read from existing CSV files
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
 
Parameters:
- vector=name [required]
- Name of vector map
- Name of input vector map
- layer=integer
- Vector layer
- Default: 1
- rasters=name[,name,...]
- Name of input raster maps
- zones=name
- Name of raster zones map
- rprefix=string[,string,...]
- Raster prefixes
- skipshape=string[,string,...]
- Skip shape columns
- Default: area_id
- skipunivar=string[,string,...]
- Skip shape columns
- Default: label,all_cells,non_null_cells,null_cells,mean_of_abs,sum,sum_abs
- shpcsv=string
- CSV with the vector statistics of the shape
- rstcsv=string[,string,...]
- CSV with the statistics of the raster maps
- rstpercentile=integer
- Raster percentile to use
- Default: 90
- newlayer=integer
- New vector layer that will be add to the vector map
- Default: 2
- newlayername=string
- New vector layer that will be add to the vector map
- newtabname=string
- New vector layer that will be add to the vector map
- separator=string
- New vector layer that will be add to the vector map
- Default: ;
- nprocs=integer
- Number of process that will be used
- Default: 1
 
The 
v.stats calculates vector statistics.
Pietro Zambelli (University of Trento)
SOURCE CODE
  Available at:
  v.stats source code
  (history)
  Latest change: Thursday Feb 03 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c
Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 8.2.2dev Reference Manual