Closed jjhelmus closed 8 years ago
A NetCDF file which when read with Py-ART has a field whose data is an ndarray useful for testing. You will need to zoom in to see the data as the spatial extent of this data is ~ 1 km by 1 km.
I think gatefilter.py is the only file I think this happens, but I'm not sure. Did you run a search to try to find it? If yes, then this would be good to merge @nguy.
Thank you @jjhelmus
I searched through the code and found one other use of the mask attribute that might cause an issue. Fixed in 89f73a2. This should be good to go.
I agree this is good to go. Please merge @nguy.
@jjhelmus this looks like a nice fix!
Good catch @nguy, added the missing parenthesis.
@jjhelmus Great work!
Any chance I could get you to change L373 from:
common.ShowWarning("Radar is None, can not perform filtering.")
to
common.ShowWarning("Radar is None, cannot perform filtering.")
?
I'll merge then.
Done
Awesome, thanks again @jjhelmus ! Merging.
The GateFilter plugin works on radar volumes which contain fields where the data is stored as an ndarray not a MaskedArray object.
closes #121