Expand description
Async I/O using async-tiff for direct S3 access. Module to handle async I/O for raster datasets using async-tiff.
This module provides async variants of the read functions, allowing direct reading from S3 via async-tiff instead of GDAL VSI.
Structsยง
- Cached
Tiff ๐Reader - Cached async TIFF reader for efficient multi-block reads.
Constantsยง
- S3_
REGION ๐ - S3 configuration for DEA public data
Functionsยง
- build_
s3_ ๐store - Build object_store S3 store for a given bucket
- read_
raster_ band_ async - Read a raster band window using async-tiff (S3 direct, no GDAL).
- vsi_
to_ ๐s3_ url - Converts a GDAL VSI path to an S3 URL.