netcdf hand_clip { dimensions: longitude = 11154 ; latitude = 9427 ; variables: int crs ; crs:proj4 = "+proj=longlat +datum=NAD83 +no_defs +ellps=GRS80 +towgs84=0,0,0" ; double longitude(longitude) ; longitude:units = "degrees_east" ; longitude:long_name = "longitude" ; double latitude(latitude) ; latitude:units = "degrees_north" ; latitude:long_name = "latitude" ; float hand(latitude, longitude) ; hand:units = "meter" ; hand:_FillValue = -3.4e+38f ; hand:long_name = "HAND -- Height Above Nearest Drainage" ; hand:grid_mapping = "crs" ; hand:proj4 = "+proj=longlat +datum=NAD83 +no_defs +ellps=GRS80 +towgs84=0,0,0" ; hand:min = 0. ; hand:max = 65.1579742431641 ; // global attributes: :Conventions = "CF-1.4" ; :created_by = "R, packages ncdf4 and raster (version 3.0-7)" ; :date = "2020-01-16 21:42:42" ; }