Expand description
Selection and aggregation traits for raster data. Selection and aggregation traits for raster data.
This module provides traits for selecting layers and time slices from raster data, stacking shapes, and computing aggregations along dimensions.
Enumsยง
- Select
Error - Error type for layer/time selection operations.
Traitsยง
- Mean
Dimension ๐ - Raster
Block Trait - RasterBlock trait for block-level operations.
- Select
- Trait for selecting layers and time slices from raster data by name.
- Stack
- Trait for stacking RasterDataShapes.
- StdDimension ๐
- SumDimension
- Trait for summing values along a specific dimension.
- VarDimension
- Trait for computing variance along a specific dimension.