GRASS logo

NAME

r.stats.quantile - Compute category quantiles using two passes.

KEYWORDS

raster, statistics, percentile, quantile

SYNOPSIS

r.stats.quantile
r.stats.quantile --help
r.stats.quantile [-rpt] base=name cover=name [quantiles=integer] [percentiles=float[,float,...]] [bins=integer] [output=name[,name,...]] [file=name] [separator=character] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

-r
Create reclass map with statistics as category labels
-p
Do not create output maps; just print statistics
-t
Print statistics in table format
--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:

base=name [required]
Name of base raster map
cover=name [required]
Name of cover raster map
quantiles=integer
Number of quantiles
percentiles=float[,float,...]
List of percentiles
Default: 50
bins=integer
Number of bins to use
Default: 1000
output=name[,name,...]
Resultant raster map(s)
file=name
Name for output file (if omitted or "-" output to stdout)
separator=character
Field separator
Special characters: pipe, comma, space, tab, newline
Default: :

Table of contents

DESCRIPTION

r.stats.quantile is a tool to analyse exploratory statistics of a floating-point "cover layer" according to how it intersects with objects in a "base layer". It provides quantile calculations as selected "zonal statistics".

NOTES

r.stats.quantile is intended to be a partial replacement for r.statistics, with support for floating-point cover maps. It provides quantile calculations, which are absent from r.stats.zonal.

SEE ALSO

r.quantile, r.stats.zonal, r.statistics

AUTHOR

Glynn Clements
Markus Metz

Last changed: $Date: 2017-01-18 16:56:07 +0100 (Wed, 18 Jan 2017) $

SOURCE CODE

Available at: r.stats.quantile source code (history)


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2017 GRASS Development Team, GRASS GIS 7.2.1 Reference Manual