cog3pio 0.1.0

Cloud-optimized GeoTIFF ... Parallel I/O
Documentation

cog3pio

docs.rs crates.io Latest version on PyPI Latest version on conda-forge Digital Object Identifier for the Zenodo archive

Cloud-optimized GeoTIFF ... Parallel I/O

Yet another attempt at creating a GeoTIFF reader, in Rust, with Python bindings.

Roadmap

2024 Q1:

2024 Q2-Q4:

  • Integration with xarray as a BackendEntrypoint (removed)
  • Implement single-band GeoTIFF reader for multiple dtypes (uint/int/float) (based on geotiff crate)

2025 Q1-Q2:

  • Support for DLPack protocol (through dlpark)
  • Initial release on crates.io and PyPI

2025 Q3-Q4:

  • GPU-based decoding (via nvTIFF)

2026:

  • Direct-to-GPU loading
  • Write support

2027:

  • SIMD decoding

Related crates