tropycal.tracks.Season

class tropycal.tracks.Season(season, info)[source]

Initializes an instance of Season, retrieved via TrackDataset.get_season().

Parameters
  • season (dict) – Dict entry containing all storms within the requested season.

  • info (dict) – Dict entry containing general information about the season.

Returns

Season – Instance of a Season object.

Methods Summary

Season.get_storm(storm)

Retrieves a Storm object for the requested storm.

Season.get_storm_id(storm)

Returns the storm ID (e.g., "AL012019") given the storm name and year.

Season.plot([domain, ax, cartopy_proj, ...])

Creates a plot of this season.

Season.summary()

Generates a summary for this season with various cumulative statistics.

Season.to_dataframe()

Converts the season dict into a pandas DataFrame object.