Skip to content

Commit f215d5f

Browse files
committed
ENH: changed default behaviour in read_odim_grid_h5 to time_ref='end'
1 parent a8de7c6 commit f215d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyart/aux_io/odim_h5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def read_odim_grid_h5(
259259
nodata=np.nan,
260260
undetect=np.nan,
261261
use_file_conversion=True,
262-
time_ref="start",
262+
time_ref="end",
263263
**kwargs,
264264
):
265265
"""

0 commit comments

Comments
 (0)