Expand description
Data preprocessing for ML workflows
This module provides preprocessing operations for geospatial data before ML inference.
Structs§
- Normalization
Params - Normalization parameters
- Tile
- A single tile from a raster
- Tile
Config - Tile configuration
Enums§
- Padding
Strategy - Padding strategy for tiles
Functions§
- normalize
- Normalizes a raster buffer using the given parameters
- resize_
nearest - Resizes a raster buffer using nearest neighbor interpolation
- tile_
raster - Tiles a raster buffer into smaller tiles