wradlib.io.hdf.open_odim_mfdataset¶
- wradlib.io.hdf.open_odim_mfdataset(filename_or_obj, group=None, **kwargs)¶
Open and decode an ODIM radar sweep or volume from a file or file-like object.
This function uses
open_radar_mfdataset`under the hood.- Parameters
- Keyword Arguments
**kwargs (optional) – Additional arguments passed on to
xarray.open_dataset.- Returns
dataset (xarray.Dataset | wradlib.io.RadarVolume) – The newly created radar dataset or radar volume.
See also
wradlib.io.open_odim_dataset