cog3pio 0.1.0

Cloud-optimized GeoTIFF ... Parallel I/O
Documentation
1
2
3
4
5
/// Read and write GeoTIFF files using the [`tiff`] crate (CPU backend)
pub mod geotiff;
/// Read and write GeoTIFF files using the [`nvtiff_sys`] crate (CUDA GPU backend)
#[cfg(feature = "cuda")]
pub mod nvtiff;