Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: building a 3d world globe

  1. #21

    Default

    Indeed I don't use Linux.

    Anyway I have some issues using that page with tablet: a very large map of pluto (4K or 8K) is not accepted.
    The maps which are accepted work... but I can't download the result, as I don't have a "right click" available on the tablet! And also "save page" is not available. Long-tap does not work.
    So, no way to save the result.

    I also tried running the script locally, but it lacks lot of dependencies, as I just saved the page; I'd need a zip package containing all the sources...
    Last edited by jumpjack; 07-29-2015 at 08:54 AM.

  2. #22
    Guild Expert johnvanvliet's Avatar
    Join Date
    Jul 2012
    Location
    N 42.39 W 83.44
    Posts
    1,091
    Blog Entries
    4

    Default

    from the netpbm sourceforge page
    http://netpbm.sourceforge.net/

    a windows version is here "NetPBM-10.68.1-win-14.11.01.zip"
    https://onedrive.live.com/?cid=9E7DB...359A93F0!28283

    and the user manual is here
    http://netpbm.sourceforge.net/doc/

    for Pluto

    there is a 18630x9315 nasa early map of Pluto
    http://photojournal.jpl.nasa.gov/catalog/PIA19858
    this is a Black and White image

    a 4096x2048 Color map of Pluto 12 gore image
    Last edited by johnvanvliet; 07-29-2015 at 04:56 PM.
    --- 90 seconds to Midnight ---
    --------

    --- Penguin power!!! ---


  3. #23

    Default

    Thanks, but I'm in trouble accessing the Win32 version (but I found official page for Win32 version) and last image.

    In the meantime, found an interesting document about globe building and related projections:
    https://www.mapthematics.com/Downloads/Gores.pdf

  4. #24

    Default

    I experimented a bit with ppmglobe. Man page is wrong, syntas is NOT this on Windows system:
    ppmglobe [-background=colorname] [-closeok] stripcount [filename]

    Correct syntax is:
    ppmglobe [-background=colorname] [-closeok] stripcount <inputfile.ppm >outputfile.ppm

    ppm format can be obtained using IrfanView. ppmglobe APPARENTLY (according to MAN) only supports ppm, pgm, or pbm formats, but it actually also supports PNM format, and the package includes PNM converters.

    So if you have a PNG image these are the steps:
    pngtopnm image.png >image.pnm
    ppmglobe 12 <image.pnm >gores.pnm
    pnmtopng <gores.pnm >gores.png

    But I think ppmglobe does not create the needed "bleeds" described in the cited pdf, i.e. the gores are not overlapping so it could be a bit difficult to properly glue them.
    Last edited by jumpjack; 07-31-2015 at 07:41 AM.

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •