No MSG5 detected #1233
-
When using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi Michael, do you have an example radar file that results in this error? |
Beta Was this translation helpful? Give feedback.
-
That error comes from the NEXRAD Level 2 file reader. It means that the Volume Control Pattern (VCP) data is missing, and Py-ART cannot determine with elevation levels are present You can read in the file, but it is missing important metadata which may limit your analysis. |
Beta Was this translation helpful? Give feedback.
That error comes from the NEXRAD Level 2 file reader. It means that the Volume Control Pattern (VCP) data is missing, and Py-ART cannot determine with elevation levels are present
https://github.com/ARM-DOE/pyart/blob/f923551e1fd8de72c8db6c76e6bc9913bf635644/pyart/io/nexrad_level2.py#L168#L171
You can read in the file, but it is missing important metadata which may limit your analysis.