//! I/O operations for reading and writing geospatial data
pub use ;
pub use ;
// Multi-band writer — only via the native backend for now
// (1, 3, or 4 bands).
pub use write_geotiff_multiband;
// Buffer-based I/O (always available, no filesystem dependency)
pub use ;
// Streaming I/O
pub use StripReader;
pub use ;