TrackDataset.storm_ace_vs_season

TrackDataset.storm_ace_vs_season(storm, year_range=None)[source]

Retrives a list of entire hurricane seasons with lower ACE than the storm provided.

Parameters
  • storm (str or tuple) – Storm to rank seasons against. Can be either string of storm ID (e.g., “AL052019”), or tuple with storm name and year (e.g., (“Matthew”,2016)).

  • year_range (list or tuple) – List or tuple representing the start and end years (e.g., (1950,2018)). Default is 1950 through the last year in the dataset.

Returns

dict – Dictionary containing the seasons with less ACE than the requested storm.