wradlib.io.xarray.open_odim¶
-
wradlib.io.xarray.open_odim(paths, loader='netcdf4', **kwargs)¶ Open multiple ODIM files as a XRadVolume structure.
Parameters: - paths (str or sequence) – Either a filename or string glob in the form ‘path/to/my/files/*.h5’ or an explicit list of files to open.
- loader ({'netcdf4', 'h5py', 'h5netcdf'}) – Loader used for accessing file metadata, defaults to ‘netcdf4’.
- **kwargs (optional) – Additional arguments passed on to
wradlib.io.XRadSweep.