netcdf atlDatasets/MURThermalFronts/2025011500.nc { dimensions: lat = 1001; lon = 1401; variables: float lat(lat=1001); float CCA(lat=1001, lon=1401); :units = "Unknown"; :description = "Array with identyfied fronts through the Cayula Cornillon Algorithm (1->front) (Nan->not front)"; float sst(lat=1001, lon=1401); :description = "Array with the Sea-Surface Temperature (SST) in ÂșC relative to the MUR data for that day"; :units = "C"; float lon(lon=1401); float Canny(lat=1001, lon=1401); :units = "Unknown"; :description = "Array with identyfied fronts through Canny from OpenCV (1-> front), (Nan->not front)"; float BOA(lat=1001, lon=1401); :units = "Unknown"; :description = "Array with identyfied fronts through the Belkin O Reilly Algorithm (temperature gradient). If the gradient is bigger than certain threshold is considered front (1) otherwise Nan"; // global attributes: :title = "MUR 20250115 Fronts Arrays (Xarrays)"; }