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