Below you will find two sets of data in different formats. The first contains our full dataset and the second contains a simplified dataset which contains less information. The formats are described below:
The full dataset is split into multiple files. Use
mha/load_mha.m
from our git
repository to load the data
into MATLAB. Inside, you will find the following:
mhaInfo
startDate
fileCount
tracks
tracks
contains a struct-array, where each struct has the following
fields:
StartDate
StartIndex
Length
Eddies
Eddies
array contains latitude, longitude, surface area, mean
geostrophic speed, and other data.
The simplified dataset consists of a cell-array of numerical arrays which follow the following format:
lat | lon | date | surface area | amplitude | radius | mean geostrophic speed