File:food-crop-production1.png: Difference between revisions

Updated the "preserve sums" syntax (it's '$' now, not '_')
(Updated the "preserve sums" syntax (it's '$' now, not '_'))
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
* [[:File:cropland.data-float32-4320x2160]]
* [[:File:cropland.data-float32-4320x2160]]
* [[:File:countries.data-int16-8640x4320]]
* [[:File:countries.data-int16-8640x4320]]
* [[:File:yields-if-crop-choices.data-float64-895x1]]
* [[:File:yields.data-float64-895x1]]




Line 28: Line 28:
   
   
  # scale everything to 2160x1080
  # scale everything to 2160x1080
  pop @@ _width/4
  pop @@ $width/4
  pop @@ _height/4
  pop @@ $height/4
  crop @@ width/2
  crop @@ width/2
  crop @@ height/2
  crop @@ height/2