netcdf SUGARCANE { dimensions: lat = 585 ; lon = 1386 ; year = 39 ; variables: double lat(lat) ; lat:_FillValue = NaN ; lat:units = "degrees north" ; lat:description = "latitude" ; double lon(lon) ; lon:_FillValue = NaN ; lon:units = "degrees east" ; lon:description = "longitude" ; int64 year(year) ; year:description = "time in year" ; float Total\ harvested\ area(lat, lon, year) ; Total\ harvested\ area:_FillValue = 0.f ; Total\ harvested\ area:units = "square meters" ; Total\ harvested\ area:long\ name = "Total harvested area" ; Total\ harvested\ area:description = "The total harvested area (m2) for a crop in each 2.5 arc minute grid cell" ; float Irrigated\ harvested\ area(lat, lon, year) ; Irrigated\ harvested\ area:_FillValue = 0.f ; Irrigated\ harvested\ area:units = "square meters" ; Irrigated\ harvested\ area:long\ name = "Irrigated harvested area" ; Irrigated\ harvested\ area:description = "The irrigated harvested area (m2) for a crop in each 2.5 arc minute grid cell" ; float Data\ methods\ \(Total\)(lat, lon, year) ; Data\ methods\ \(Total\):_FillValue = 0.f ; Data\ methods\ \(Total\):long\ name = "Data method (Total)" ; Data\ methods\ \(Total\):description = "Method/data source used to obtain each total harvested area record.\n 1 = Total harvested and irrigated area directly from county-level USDA records\n \n 2 = Total harvested and irrigated area derived from state-level USDA harvested area and irrigation records and county fractions\n \n 3 = Irrigated harvested area derived from county-level USDA harvested area and irrigation fraction\n \n 4 = Interpolated values\n \n 5 = Records extented by backfilling\n \n Some records were obtained through a combination of methods, in which case the number representing each method were listed sequentially. Example: 12 means that the record is obtained using combination of method 1 and method 2.\n " ; float Data\ methods\ \(Irrigated\)(lat, lon, year) ; Data\ methods\ \(Irrigated\):_FillValue = 0.f ; Data\ methods\ \(Irrigated\):long\ name = "Data method (Irrigated)" ; Data\ methods\ \(Irrigated\):description = "Method/data source used to obtain each irrigated harvested area record.\n 1 = Total harvested and irrigated area directly from county-level USDA records\n \n 2 = Total harvested and irrigated area derived from state-level USDA harvested area and irrigation records and county fractions\n \n 3 = Irrigated harvested area derived from county-level USDA harvested area and irrigation fraction\n \n 4 = Interpolated values\n \n 5 = Records extented by backfilling\n \n Some records were obtained through a combination of methods, in which case the number representing each method were listed sequentially. Example: 12 means that the record is obtained using combination of method 1 and method 2.\n " ; // global attributes: :Coordinate\ system = "EPSG: 4326 (WGS 84)" ; :Description\ for\ data\ methods = "\n 1 = Total harvested and irrigated area directly from county-level USDA records\n \n 2 = Total harvested and irrigated area derived from state-level USDA harvested area and irrigation records and county fractions\n \n 3 = Irrigated harvested area derived from county-level USDA harvested area and irrigation fraction\n \n 4 = Interpolated values\n \n 5 = Records extented by backfilling\n \n Some records were obtained through a combination of methods, in which case the number representing each method were listed sequentially. Example: 12 means that the record is obtained using combination of method 1 and method 2.\n " ; }