other versions
- jessie 6.4.4-1
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
| r.statistics(1grass) | Grass User's Manual | r.statistics(1grass) |
NAME¶
r.statistics - Calculates category or object oriented statistics.KEYWORDS¶
raster, statisticsSYNOPSIS¶
r.statisticsFlags:¶
- -c
-
Cover values extracted from the category labels of the cover map
- --overwrite
-
Allow output files to overwrite existing files
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- base=name
-
Name of base raster map
- cover=name
-
Name of cover raster map
- method=string
-
Method of object-based statisticOptions: diversity,distribution,average,mode,median,avedev,stddev,variance,skewness,kurtosis,min,max,sum
- output=name
-
Resultant raster map (not used with 'distribution')
DESCRIPTION¶
r.statistics is a tool to analyse exploratory statistics of a "cover layer" according to how it intersects with objects in a "base layer". A variety of standard statistical measures are possible (called "zonal statistics" in some GIS). All cells in the base layer are considered one object for the analysis. For some applications, one will first want to prepare the input data so that all areas of contiguous cell category values in the base layer are uniquely identified, which can be done with r.clump.- distribution - Verteilung in Prozent
- average - Durchschnitt
- mode - Modalwert
- median - Median
- average deviation - Durchschnittliche Abweichung
- standard deviation - Standardabweichung
- variance - Varianz
- skewness - Schiefe der Verteilung
- kurtosis - Relative Abflachung (-) oder Zuspitzung (+)
- minimum - Minimum
- maximum - Maximum
- sum - Summe
.
.
.
EXAMPLES¶
Calculation of average elevation of each field in the Spearfish region:SEE ALSO¶
r.average, r.clump, r.mode, r.median, r.mapcalc, r.neighbors, r.univar r.categoryAUTHOR¶
Martin Schroeder, Geographisches Institut Heidelberg, Germany Last changed: $Date: 2011-11-08 12:29:50 +0100 (Tue, 08 Nov 2011) $ Full index © 2003-2014 GRASS Development Team| GRASS 6.4.4 |