-
I am trying to filter gates using both dual-pol and velocity data. I'm running into trouble because the first sweep consists of reflectivity and dual-pol data while the second sweep consists of reflectivity and doppler velocity at the same elevation. This creates an issue if I want to filter by both but can only plot one sweep. That leads to my question: is there a functionality that allows one to merge 2 sweeps together or plot by elevation angle instead of sweep number. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Adding a sweep number kwarg to the gatefilter function would also work for my purposes. |
Beta Was this translation helpful? Give feedback.
-
Wrote this code to merge 88D split cuts. This should help. def merge_split_cuts(self):
|
Beta Was this translation helpful? Give feedback.
Wrote this code to merge 88D split cuts. This should help.
def merge_split_cuts(self):