File:land-pasture1.png: Difference between revisions

From the change wiki
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Summary==
Map of Earth with all pasture land shown in black.


==Methodology==
Made from [[:File:pasture.data-float32-4320x2160]] and [[:File:blue-marble-posterized.png]].
[[Code:isochromic.c|Image generator]] code:
pasture<< data/pasture.data-float32-4320x2160  # pasture density
earth  << data/blue-marble-posterized.png      # base layer
pasture >= 0      # remove junk data
pasture :: earth.r # resize to fit base layer
earth.r -= pasture
earth.g -= pasture
earth.b -= pasture
earth.r @@ 01
earth.g @@ 01
earth.b @@ 01
earth >> data/land-crop1.png
==See also==
* [[:File:land-crop1.png]] - crop land
* [[:File:land-builtup1.png]] - built-up land
* [[:File:land-usage1.png]] - all land usage
* [[:File:land-wild1.png]] - untouched lands

Latest revision as of 09:26, 30 August 2022

Summary

Map of Earth with all pasture land shown in black.

Methodology

Made from File:pasture.data-float32-4320x2160 and File:blue-marble-posterized.png.

Image generator code:

pasture<< data/pasture.data-float32-4320x2160  # pasture density
earth  << data/blue-marble-posterized.png      # base layer

pasture >= 0       # remove junk data
pasture :: earth.r # resize to fit base layer 

earth.r -= pasture
earth.g -= pasture
earth.b -= pasture
earth.r @@ 01
earth.g @@ 01
earth.b @@ 01
earth >> data/land-crop1.png

See also

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:09, 30 August 2022Thumbnail for version as of 09:09, 30 August 20221,600 × 800 (351 KB)Elie (talk | contribs)

The following page uses this file: