netcdf ccgrid { dimensions: x = 254 ; y = 420 ; variables: double x(x) ; x:units = "m " ; double y(y) ; y:units = "m " ; float cc(y, x) ; cc:units = "" ; cc:missing_value = -9999.f ; cc:long_name = "canopy coverage" ; }