//! Derived products computed from radar scans.
//!
//! These algorithms produce new data products by combining information from
//! multiple elevation sweeps or by applying transformations that require
//! additional context beyond a single sweep.
pub use CompositeReflectivity;
pub use StormRelativeVelocity;
pub use VerticalCrossSection;