You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes plotting routines to crash as it compares sweep_mode to a number of known strings, and upon failure of matching, sets scan_type (used in plotting routines) to "other".
The text was updated successfully, but these errors were encountered:
Description
Tried to open a cfradial 360 sweep file produced from RadxConvert (originally a DOW produced DORADE)
What I Did
Tried to produce a radar display, but it says can't deal with
scan_mode
of "other" in the radar object.Looked at the cfradial file, and the
sweep_mode
isazimuth_surveillance
which is legal according to cfradial conventions.However, pyart.io.read is reading in
sweep_mode
from the cfradial as a masked array rather than a string.This causes plotting routines to crash as it compares
sweep_mode
to a number of known strings, and upon failure of matching, setsscan_type
(used in plotting routines) to "other".The text was updated successfully, but these errors were encountered: