Skip to main content

Module preprocessing

Module preprocessing 

Source
Expand description

Data preprocessing for ML workflows

This module provides preprocessing operations for geospatial data before ML inference.

Structs§

NormalizationParams
Normalization parameters
Tile
A single tile from a raster
TileConfig
Tile configuration

Enums§

PaddingStrategy
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