Sign inSign up

hexagram30/planet

By hexagram30

•Updated over 5 years ago

A docker image for Torben Mogensen's 'planet' program.

Image
0

401

hexagram30/planet repository overview

⁠Site

http://hjemmesider.diku.dk/~torbenm/Planet/⁠

⁠Image

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).

⁠Help

$ docker run --entrypoint=/cat hexagram30/planet /Manual.txt

⁠Examples

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

Tag summary

Content type

Image

Digest

Size

2 MB

Last updated

over 5 years ago

docker pull hexagram30/planet