Crate rasters

source ·
Expand description

Library to efficiently process GDAL rasters.

Modules

Align a pair of rasters by their geo. transform.
Process rasters in memory-efficient chunks.
Geometry manipulation utilities
Utilities to compute histogram
Abstractions to safely read GDAL datasets from multiple threads.
Utilities to accumulate first and second moments; min; and max of a f64 statistic incrementally.

Type Definitions

The error type returned by this crate. Currently this is a synonym for anyhow::Error .
The Result type returned by this crate.