pub fn nws_reflectivity_scale() -> DiscreteColorScaleExpand description
Returns the standard NWS (National Weather Service) reflectivity color scale.
This scale uses colors commonly seen in weather radar displays, ranging from cyan/blue for light precipitation to magenta/white for extreme values.
| dBZ Range | Color | Meaning |
|---|---|---|
| 0-5 | Black | Below detection threshold |
| 5-20 | Cyan/Blue | Light precipitation |
| 20-35 | Green | Light to moderate precipitation |
| 35-50 | Yellow/Orange | Moderate to heavy precipitation |
| 50-65 | Red/Magenta | Heavy precipitation, possible hail |
| 65+ | Purple/White | Extreme precipitation, likely hail |