Hi all,
I am having a bit of trouble plotting cross_correlation_ration from nexrad radar data but seems to be masked. Is there quick way to solve this?
'cross_correlation_ratio': {'units': 'ratio',
'standard_name': 'cross_correlation_ratio_hv',
'long_name': 'Cross correlation_ratio (RHOHV)',
'valid_max': 1.0,
'valid_min': 0.0,
'coordinates': 'elevation azimuth range',
'_FillValue': -9999.0,
'data': masked_array(
data=[[0.8816666603088379, 1.034999966621399, 0.9983333349227905, ...,
--, --, --],
[0.9049999713897705, 0.9483333230018616, 1.0116666555404663, ...,
--, --, --],
[0.8650000095367432, 0.9783333539962769, 1.0149999856948853, ...,
--, --, --],
...,
[0.9983333349227905, 0.9883333444595337, 0.9683333039283752, ...,
--, --, --],
[0.9916666746139526, 0.9916666746139526, 0.9850000143051147, ...,
--, --, --],
[0.9850000143051147, 0.9916666746139526, 0.9983333349227905, ...,
James Kim