pyart icon indicating copy to clipboard operation
pyart copied to clipboard

Radar gate interpolation

Open kirknorth opened this issue 10 years ago • 2 comments

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 avatar Feb 03 '15 16:02 kirknorth

@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.

jjhelmus avatar Feb 04 '15 15:02 jjhelmus

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.

scollis avatar Feb 04 '15 15:02 scollis