Cloud-optimized GeoTIFF ... Parallel I/O
Yet another attempt at creating a GeoTIFF reader, in Rust, with Python bindings.
2024 Q1:
- Multi-band reader to
ndarray(relying onimage-tiff) - Read from HTTP remote storage (using
object-store)
2024 Q2-Q4:
-
Integration with(removed)xarrayas aBackendEntrypoint - Implement single-band GeoTIFF reader for multiple dtypes (uint/int/float) (based
on
geotiffcrate)
2025 Q1-Q2:
2025 Q3-Q4:
- GPU-based decoding (via
nvTIFF)
2026:
- Direct-to-GPU loading
- Write support
2027:
- SIMD decoding