Season.get_storm

Season.get_storm(storm)[source]

Retrieves a Storm object for the requested storm.

Parameters

storm (str or tuple) – Requested storm. Can be either string of storm ID (e.g., “AL052019”), or tuple with storm name and year (e.g., (“Matthew”,2016)).

Returns

tropycal.tracks.Storm – Object containing information about the requested storm, and methods for analyzing and plotting the storm.