netcdf CLASS_Examples/PRISM/prism_metadata.nc { dimensions: bounds = 2; lat = 621; lat_b = 622; lon = 1405; lon_b = 1406; variables: double cell_area(lat=621, lon=1405); :_FillValue = NaN; // double :description = "cell_area"; :long_name = "cell_area"; :standard_name = "cell_area"; :cell_measures = "area: cell_area"; :coordinates = "time"; :units = "m2"; :grid_mapping = "spatial_ref"; float mask(lat=621, lon=1405); :_FillValue = NaNf; // float :source = "PRISM"; :cell_measures = "area: cell_area"; :coordinates = "time"; :grid_mapping = "spatial_ref"; :description = "PRISM Mask"; :long_name = "PRISM Mask"; :standard_name = "land_binary_mask"; :missing_value = NaNf; // float double lat(lat=621); :_FillValue = NaN; // double :description = "latitude"; :long_name = "latitude"; :standard_name = "latitude"; :axis = "Y"; :units = "degrees_north"; :bounds = "lat_bounds"; :grid_mapping = "spatial_ref"; double lat_b(lat_b=622); :_FillValue = NaN; // double :long_name = "latitude vertices"; :description = "latitude vertices"; :standard_name = "latitude"; :axis = "Y"; :units = "degrees_north"; double lat_bounds(bounds=2, lat=621); :_FillValue = NaN; // double :long_name = "latitude bounds"; :description = "latitude bounds"; double lon(lon=1405); :_FillValue = NaN; // double :description = "longitude"; :long_name = "longitude"; :standard_name = "longitude"; :axis = "X"; :units = "degrees_east"; :bounds = "lon_bounds"; :grid_mapping = "spatial_ref"; double lon_b(lon_b=1406); :_FillValue = NaN; // double :long_name = "longitude vertices"; :description = "longitude vertices"; :standard_name = "longitude"; :axis = "X"; :units = "degrees_east"; double lon_bounds(bounds=2, lon=1405); :description = "longitude bounds"; :_FillValue = NaN; // double :long_name = "longitude bounds"; long spatial_ref; :crs_wkt = "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\",\"4326\"]]"; :semi_major_axis = 6378137.0; // double :semi_minor_axis = 6356752.314245179; // double :inverse_flattening = 298.257223563; // double :reference_ellipsoid_name = "WGS 84"; :longitude_of_prime_meridian = 0.0; // double :prime_meridian_name = "Greenwich"; :geographic_crs_name = "WGS 84"; :grid_mapping_name = "latitude_longitude"; :spatial_ref = "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST],AUTHORITY[\"EPSG\",\"4326\"]]"; // global attributes: }