jfaghm / OceanEddies

A collection of algorithms to autonomously identify and track mesoscale ocean eddies in sea surface height (SSH) satellite data
92 stars 51 forks source link

Add SSH data source to README #7

Open lematt1991 opened 7 years ago

lematt1991 commented 7 years ago

It would be useful to have a link directly to the data source in the README.

fannychenillat commented 6 years ago

Quote from readme:

Below is an example for using scan_single.m (assuming current directory is eddyscan): % Find all anticyclonic eddies ssh_slice = ncread('ssh_data.nc', 'Grid_0001');

No such ssh_data.nc file found in the eddyscan directory.

It would be helpful to provide such file to test the package.