netcdf atlDatasets/SaltMarsh/SaltMarsh_2024.nc { dimensions: x = 3852; y = 3850; variables: double x(x=3852); :long_name = "longitude coordinate"; :standard_name = "longitude"; :units = "degrees_east"; ubyte Saltmarsh(y=3850, x=3852); :long_name = "Saltmarsh"; :esri_pe_string = "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]]"; :coordinates = "x y"; :units = "Degree"; :missing_value = 0UB; // ubyte :_ChunkSizes = 128U, 128U; // uint double y(y=3850); :long_name = "latitude coordinate"; :standard_name = "latitude"; :units = "degrees_north"; // global attributes: :Conventions = "CF-1.0"; :Source_Software = "Esri ArcGIS"; }