Re-exports§
pub use chunk::Chunk;pub use chunk::InMemoryRasterSource;pub use chunk::RasterError;pub use chunk::RasterSource;pub use iter::ChunkIterator;
Modules§
Structs§
- Chunked
Raster - A tiled view of a
RasterSourcethat yields overlapping chunks with halo (ghost / border) cells for seamless neighbourhood processing.
Functions§
- extract_
inner - Extracts the inner sub-region from a 2-D output array, stripping off
halorows/columns on each side. - process_
streaming - Applies a kernel function chunk-by-chunk and stitches the results into a
full
Vec<f32>output raster. - streaming_
focal_ mean - Processes focal mean in a streaming (chunk-by-chunk) fashion using a
circular window of the given
radius. - streaming_
hillshade - Processes hillshade in a streaming (chunk-by-chunk) fashion.
- streaming_
slope - Processes slope in a streaming (chunk-by-chunk) fashion.