wradlib.comp.sweep_to_raster

Contents

wradlib.comp.sweep_to_raster#

wradlib.comp.sweep_to_raster(sweep, raster, **kwargs)[source]#

Transform a radar sweep into a raster image.

Parameters:
Keyword Arguments:
  • transform (wradlib.ipol) – a transformation object (if None, transform_binned will be called)

  • **kwargs (dict) – keyword arguments of Interpolator (see class documentation)

Returns:

out (xarray:Dataset | xarray.DataArray) – raster image with transformed sweep values