TrackDataset.get_storm_tuple

TrackDataset.get_storm_tuple(storm)[source]

Returns the storm tuple (e.g., (“Dorian”,2019)) given the storm id.

Parameters

storm (string) – String containing the storm ID (e.g., “AL052019”).

Returns

tuple – Returns a list of matching IDs.