A docker image for Torben Mogensen's 'planet' program.
401
http://hjemmesider.diku.dk/~torbenm/Planet/
The later images contain a statically compiled planet executable and color files, the whole weighing a few MB, compressed (whereas the oldest image was dynamically compiled with a full operating system on the image and is 156 MB, compressed).
$ docker run --entrypoint=/cat hexagram30/planet /Manual.txt
Generate globe:
$ docker run hexagram30/planet \
-w 1600 -h 1200 -po -b -E -C Altitude.col > planet-001-orthographic-b.bmp
Generate in Mercator projection:
$ docker run hexagram30/planet \
-w 1600 -h 1200 -pm -b -E -C Altitude.col > planet-001-mercator-b.bmp
Content type
Image
Digest
Size
2 MB
Last updated
over 5 years ago
docker pull hexagram30/planet