wradlib.io.hdf.read_trmm

Contents

wradlib.io.hdf.read_trmm#

wradlib.io.hdf.read_trmm(filename1, filename2, *, bbox=None)[source]#

Reads TRMM files for matching with GR

Parameters:
  • filename1 (str) – path of the TRMM 2A23 file

  • filename2 (str) – path of the TRMM 2A25 file

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

Returns:

trmm_data (dict) – dictionary of trmm data

Examples

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