Package structure#

The package has several modules that allow you to:

  • Load and save cyclone tracks;

  • Subset and interpolate the tracks;

  • Add information to your tracks (info);

  • Compute standard diagnostic metrics (calc);

  • Make simple plots (plot);

  • Compare several datasets between them (assess).

It also module containing TC-specific functions (tc).

The flowchart below illustrates this structure. The functions in each module are listed in the API.

Package structure diagram.