wradlib.io.hdf.read_trmm¶
-
wradlib.io.hdf.
read_trmm
(filename1, filename2, bbox=None)¶ Reads TRMM files for matching with GR
- Parameters
filename1 (string) – path of the TRMM 2A23 file
filename2 (string) – 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