wradlib.io.hdf.read_gamic_hdf5¶
-
wradlib.io.hdf.read_gamic_hdf5(filename, wanted_elevations=None, wanted_moments=None)¶ 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 (string or file-like) – path of the gamic hdf5 file or file-like object
wanted_elevations (strings) – sequence of strings of elevation_angle(s) of scan (only needed for PPI)
wanted_moments (strings) – 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.