Crate rasters[][src]

Library to efficiently process GDAL rasters.

Modules

align

Align a pair of rasters by their geo. transform.

chunking

Process rasters in memory-efficient chunks.

geometry

Geometry manipulation utilities

histogram

Utilities to compute histogram

prelude
reader

Abstractions to safely read GDAL datasets from multiple threads.

stats

Utilities to accumulate first and second moments; min; and max of a f64 statistic incrementally.

Type Definitions

Error

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

Result

The Result type returned by this crate.