wradlib.io.hdf.read_gamic_hdf5

Contents

wradlib.io.hdf.read_gamic_hdf5#

wradlib.io.hdf.read_gamic_hdf5(filename, *, wanted_elevations=None, wanted_moments=None)[source]#

Data reader for hdf5 files produced by the commercial GAMIC Enigma V3 MURAN software

See GAMIC homepage for further info (https://www.gamic.com).

Parameters:
  • filename (str or file-like) – path of the gamic hdf5 file or file-like object

  • wanted_elevations (sequence) – sequence of strings of elevation_angle(s) of scan (only needed for PPI)

  • wanted_moments (sequence) – sequence of strings of moment name(s)

Returns:

  • data (dict) – dictionary of scan and moment data (numpy arrays)

  • attrs (dict) – dictionary of attributes

Examples

See GAMIC HDF5.