Expand description
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.
Re-exports§
pub use crs::CrsInfo;pub use crs::ModelType;pub use crs::RasterType;pub use geokeys::GeoKey;pub use geokeys::GeoKeyDirectory;pub use geokeys::GeoKeyValue;pub use metadata::GeoMetadata;pub use transform::GeoTransform;