netcdf ycagegrid { dimensions: x = 254 ; y = 420 ; variables: double x(x) ; x:units = "m " ; double y(y) ; y:units = "m " ; float ycage(y, x) ; ycage:units = "" ; ycage:missing_value = -9999.f ; ycage:long_name = "Forest canopy structure flag" ; }