is_precip_mode
-
metpy.io.
is_precip_mode
(vcp_num)[source]
Determine if the NEXRAD radar is operating in precipitation mode.
Parameters: | vcp_num (int) – The NEXRAD volume coverage pattern (VCP) number |
Returns: | bool – True if the VCP corresponds to precipitation mode, False otherwise |