wradlib.io.hdf.read_gpm

Contents

wradlib.io.hdf.read_gpm#

wradlib.io.hdf.read_gpm(filename, *, bbox=None)[source]#

Reads GPM files for matching with GR

Parameters:
  • filename (str) – path of the GPM file

  • bbox (dict) – dictionary with bounding box coordinates (lon, lat), defaults to None

Returns:

gpm_data (dict) – dictionary of gpm data

Examples

See Match spaceborn SR (GPM/TRMM) with ground radars GR.