Compute the approximate aggregate floating point histogram using a streaming algorithm, with the given number of buckets.
Compute the approximate aggregate floating point histogram using a streaming algorithm, with the default of 80 buckets.
Calculates the approximate quantiles of a tile column of a DataFrame.
Calculates the approximate quantiles of a tile column of a DataFrame.
tile column to extract cells from.
a list of quantile probabilities Each number must belong to [0, 1]. For example 0 is the minimum, 0.5 is the median, 1 is the maximum.
The relative target precision to achieve (greater than or equal to 0).
the approximate quantiles at the given probabilities of each column
Computes the number of non-NoData cells in a column.
Compute the aggregate extent over a column.
Compute the aggregate extent over a column. Assumes CRS homogeneity.
Compute the cellwise/local count of non-NoData cells for all Tiles in a column.
Compute the cell-wise/local max operation between Tiles in a column.
Compute the cellwise/local mean operation between Tiles in a column.
Compute the cellwise/local min operation between Tiles in a column.
Compute the cellwise/local count of NoData cells for all Tiles in a column.
Compute cell-local aggregate descriptive statistics for a column of Tiles.
Computes the column aggregate mean.
Computes the number of NoData cells in a column.
Construct an overview raster of size cols
xrows
where data in tile
intersects the areaOfInterest
in web-mercator.
Construct an overview raster of size cols
xrows
where data in tile
intersects the areaOfInterest
in web-mercator.
Allows specification of one of these sampling methods:
Construct an overview raster of size cols
xrows
where data in tile
intersects the areaOfInterest
in web-mercator.
Construct an overview raster of size cols
xrows
where data in tile
intersects the areaOfInterest
in web-mercator. Uses nearest bi-linear sampling method.
Construct an overview raster of size cols
xrows
where data in proj_raster
intersects the
areaOfInterest
in web-mercator.
Construct an overview raster of size cols
xrows
where data in proj_raster
intersects the
areaOfInterest
in web-mercator. Uses bi-linear sampling method.
Compute the aggregate extent over a column after reprojecting from the rows source CRS into the given destination CRS .
Compute the full column aggregate floating point statistics.
Functions associated with computing columnar aggregates over tile and geometry columns.