Main Modules¶
stormtracks.c20data – C20 Reanalysis Data¶
- class stormtracks.c20data.GlobalEnsembleMember(c20data, ensemble_member=0)¶
Wrapper around a C20Data object that holds state of which ensemble member is currently being analysed
stormtracks.ibtracsdata – IBTrACS Data¶
stormtracks.tracking – Tracking of Features¶
- class stormtracks.tracking.VortMax(date, pos, vort)¶
Holds key info (date, position, vorticity value) about a vorticity maximum.
To serialize this class (or any that contain objects of this class) you must make sure next_vortmax/prev_vortmax are None.
- class stormtracks.tracking.VortMaxTrack(start_vortmax)¶
Stores a collection of VortMax objects in a list and adds them to a dict that is accessible through a date for easy access.