//! Coordinate handling for geospatial data
//!
//! This module provides structures and functionality for handling
//! different coordinate systems and transformations.
// Re-export key types
pub use BoundingBox;
pub use Point;
pub use CoordinateTransformer;
pub use ;