cog3pio 0.1.0

Cloud-optimized GeoTIFF ... Parallel I/O
Documentation
1
2
3
4
5
/// Adapter interface from Rust to Python
pub mod adapters;
/// `CudaCogReader` adapter
#[cfg(all(feature = "cuda", not(doctest)))]
pub mod cudacog;