RainDataset.get_storm_rainfall

RainDataset.get_storm_rainfall(storm)[source]

Retrieves all rainfall observations in inches associated with a tropical cyclone.

Parameters

storm (tropycal.tracks.Storm) – Instance of a Storm object.

Returns

pandas.DataFrame – Pandas DataFrame object containing rainfall data associated with this tropical cyclone, in inches.