netcdf atlDatasets/SaltMarsh/SaltMarsh_2016.nc { dimensions: lon = 3851; lat = 3848; variables: double lon(lon=3851); :long_name = "longitude coordinate"; :standard_name = "longitude"; :units = "degrees_east"; ubyte Saltmarsh(lat=3848, lon=3851); :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 = "lon lat"; :units = "Degree"; :missing_value = 0UB; // ubyte :_ChunkSizes = 128U, 128U; // uint double lat(lat=3848); :long_name = "latitude coordinate"; :standard_name = "latitude"; :units = "degrees_north"; // global attributes: :Conventions = "CF-1.0"; :Source_Software = "Esri ArcGIS"; }