wradlib.io.xarray.OdimH5.assign_moments

OdimH5.assign_moments(ds, sweep, **kwargs)

Assign radar moments to dataset.

Parameters:
  • ds (xarray dataset) – destination dataset
  • sweep (str) – netcdf group name
Keyword Arguments:
 
  • decode_times (bool) – If True, decode cf times to np.datetime64. Defaults to True.
  • decode_coords (bool) – If True, use the ‘coordinates’ attribute on variable to assign coordinates. Defaults to True.
  • mask_and_scale (bool) – If True, lazily scale (using scale_factor and add_offset) and mask (using _FillValue). Defaults to True.
  • georef (bool) – If True, adds 2D AEQD x,y,z-coordinates, ground_range (gr) and 2D (rays,bins)-coordinates for easy georeferencing (eg. cartopy)
  • standard (str) –
    • none - data is read as verbatim as possible, no metadata
    • odim - data is read, odim metadata added to datasets
    • cf-mandatory - data is read according to cfradial2 standard importing mandatory metadata
    • cf-full - data is read according to cfradial2 standard importing all available cfradial2 metadata (not fully implemented)
  • dim0 (str) –
    name of the ray-dimension of DataArrays and Dataset:
    • time - cfradial2 standard
    • azimuth - better for working with xarray
Returns:

ds (xarray dataset) – Dataset with assigned radar moments