pyart icon indicating copy to clipboard operation
pyart copied to clipboard

get_sweep/put_sweep method

Open jjhelmus opened this issue 10 years ago • 3 comments

Suggestion to add a get_sweep and put_sweep method to the Radar object which would extract or store a given sweep for a field. This could also take care of masking or removing locations where the antenna_transition indicate that the radar was in transition. Downstream functions (plotting, correcting) should then be updated to use this functionality.

jjhelmus avatar Mar 13 '14 15:03 jjhelmus

A get_field method was added to the Radar object in 08e08e17560fb0769886d004c84f0a22059b18e1 which implements some of the described functionality.

jjhelmus avatar Jan 13 '15 21:01 jjhelmus

Still need to add an option to filter rays based on the antenna_transition when this attribute is available. Similar functionality should also be added to the Sweep object in issue #242

jjhelmus avatar Mar 03 '15 16:03 jjhelmus

Any chance this will be implemented soon?

ron819 avatar Jan 06 '19 16:01 ron819