pyart
pyart copied to clipboard
get_sweep/put_sweep method
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.
A get_field method was added to the Radar object in 08e08e17560fb0769886d004c84f0a22059b18e1 which implements some of the described functionality.
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
Any chance this will be implemented soon?