Zonal Operations#

The focal module contains functions for computing zonal statistics and data extraction from rasters.

Operations#

extract_points_eager(points, raster[, ...])

Extract the raster cell values using point features

zonal_stats(features, data_raster, stats[, ...])

Apply stat functions to a raster based on a set of features.