netcdf atlDatasets/EDDIES_AVISO/eddies_20250111.nc { dimensions: lon = 1200; lat = 1000; variables: float lon(lon=1200); long anticyc_shape(lat=1000, lon=1200); :units = "W"; :description = "Array with the shapes of the anticyclonic eddies for that day"; long anticyc_centr(lat=1000, lon=1200); :units = "Z"; :description = "Array with the dots with the centroids of the identified anticyclonic eddies for a week of movement"; long cyc_centr(lat=1000, lon=1200); :description = "Array with the dots with the centroids of the identified cyclonic eddies for a week of movement"; :units = "Y"; long cyc_shape(lat=1000, lon=1200); :description = "Array with the shapes of the cyclonic eddies for that day"; :units = "X"; float lat(lat=1000); // global attributes: :title = "Eddies Netcdf 20250111"; }