pyart
pyart copied to clipboard
Radar gate interpolation
This isn't an issue, more of an enhancement request, and I think a relatively easy one to implement. Basically, a routine that fills in small gaps in radar data by means of a median filter or something similar. I emphasize small because I don't recommend this be done over many range gates and rays. The most obvious would be to fill in a missing radar gate if the surrounding 8 radar gates have good values. By means of some kwargs
the user could then define how many surrounding radar gates to check and how many have to have good values for the interpolation to be done.
@kirknorth Great idea, there are some functions in scipy.ndimage that should help in calculating the connectivity of the gates. I'll label this and keep it in mind for a future enhancement.
Also will work great with gate id
-sent from a mobile device-
On Feb 4, 2015, at 9:03 AM, Jonathan J. Helmus [email protected] wrote:
@kirknorth Great idea, there are some functions in scipy.ndimage that should help in calculating the connectivity of the gates. I'll label this and keep it in mine for a future enhancement.
— Reply to this email directly or view it on GitHub.