RealtimeStorm.get_nhc_discussion

RealtimeStorm.get_nhc_discussion(forecast, save_path=None)

Retrieves a single NHC forecast discussion.

Parameters
  • forecast (datetime.datetime or int) – Datetime object representing the desired forecast discussion time (in UTC), or integer representing the forecast discussion ID. If -1 is passed, the latest forecast discussion is returned.

  • save_path (str, optional) – Directory path to save the forecast discussion text to. If None (default), forecast won’t be saved.

Returns

dict – Dictionary containing the forecast discussion text and accompanying information about this discussion.