Module rasters::reader[][src]

Abstractions to safely read GDAL datasets from multiple threads.

Structs

DatasetReader

A ChunkReader that is Send, but not Sync. Obtains a RasterBand handle for each read.

RasterPathReader

A ChunkReader that is both Send and Sync. Opens the dataset for each read. P may be set to Path or a PathBuf for a Send + Sync reader.

Traits

ChunkReader

Abstracts reading chunks from raster.