huracanpy.utils.time.get_time#
- huracanpy.utils.time.get_time(year, month, day, hour)[source]#
Get np.datetime64 array corresponding to year, month, day and hour arrays
- Parameters:
year (numpy.ndarray or pandas.Series)
month (numpy.ndarray or pandas.Series)
day (numpy.ndarray or pandas.Series)
hour (numpy.ndarray or pandas.Series)
- Returns:
The corresponding np.datetime64
- Return type: