Skip to main content

velocity_scale

Function velocity_scale 

Source
pub fn velocity_scale() -> DiscreteColorScale
Expand description

Returns a color scale for radial velocity data.

This divergent scale uses green for motion toward the radar (negative values) and red for motion away from the radar (positive values), with gray near zero. Range: -64 to +64 m/s (standard precipitation mode Doppler velocity).

Velocity (m/s)ColorMeaning
-64 to -48Dark GreenStrong inbound
-48 to -32GreenModerate inbound
-32 to -16Light GreenLight inbound
-16 to -4Pale GreenVery light inbound
-4 to +4GrayNear zero / RF
+4 to +16Pale RedVery light outbound
+16 to +32Light Red/PinkLight outbound
+32 to +48RedModerate outbound
+48 to +64Dark RedStrong outbound