wradlib.classify.ClassifyMethods.filter_gabella_a#
- ClassifyMethods.filter_gabella_a(**kwargs)[source]#
First part of the Gabella filter looking for large reflectivity gradients.
This function checks for each pixel in
imghow many pixels surrounding it in a window ofwsizeare bytr1smaller than the central pixel.- Parameters:
obj (
xarray.DataArray) – radar image to which the filter is to be applied- Keyword Arguments:
- Returns:
out (
xarray.DataArray) – an array with the same shape asimg, containing the filter’s results.
See also
Examples