pub type WindSegment = (f64, f64, f64);
Wind segment: (speed_kmh, angle_deg, until_distance_m) This matches the Python WindSock interface