wradlib.io.hdf.from_hdf5

Contents

wradlib.io.hdf.from_hdf5#

wradlib.io.hdf.from_hdf5(fpath, *, dataset='data')[source]#

Loading data from hdf5 files that was stored by to_hdf5

Parameters:
  • fpath (str or file-like) – path to the hdf5 file or file-like object

  • dataset (str) – name of the Dataset in which the data is stored