//! Shared GeoTIFF types used by both `geotiff-reader` and `geotiff-writer`.
//!
//! Provides the foundational GeoTIFF types: GeoKey directory, CRS info,
//! affine geo-transforms, and well-known tag/key constants.
pub use ;
pub use ;
pub use GeoMetadata;
pub use GeoTransform;