Name

summarystats — A composite type returned by the ST_SummaryStats and ST_SummaryStatsAgg functions.

Descrizione

A composite type returned by the ST_SummaryStats and ST_SummaryStatsAgg functions.

count integer

Number of pixels counted for the summary statistics.

sum double precision

Sum of all counted pixel values.

mean double precision

Arithmetic mean of all counted pixel values.

stddev double precision

Deviazione standard di tutti i valori dei pixel contati.

min double precision

Valore minimo dei valori dei pixel contati.

max double precision

Valore massimo dei valori dei pixel contati.