2,956
edits
(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 | * [[:File:yields.data-float64-895x1]] | ||
Line 28: | Line 28: | ||
# scale everything to 2160x1080 | # scale everything to 2160x1080 | ||
pop @@ | pop @@ $width/4 | ||
pop @@ | pop @@ $height/4 | ||
crop @@ width/2 | crop @@ width/2 | ||
crop @@ height/2 | crop @@ height/2 |