st_quantile(raster, integer, boolean, double precision[])


Description

args: rast, nband=1, exclude_nodata_value=true, quantiles=NULL - Compute quantiles for a raster or raster table coverage in the context of the sample or population. Thus, a value could be examined to be at the rasters 25%, 50%, 75% percentile.

Parameters

Name Type Mode
rast USER-DEFINED IN
nband integer IN
exclude_nodata_value boolean IN
quantiles ARRAY IN
quantile double precision OUT
value double precision OUT