Jump to content

Help:Producing maps with xplanet

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ojw (talk | contribs) at 20:24, 1 February 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Getting xplanet

See the project page for downloads

Getting started

Typical command-line use of xplanet (this all goes on one line)

xplanet.exe 
 -proj orthographic 
 -config script.txt 
 -latitude 52.25 
 -longitude 21.00 
 --num_times 1 
 -geometry 600x600 
 -output xplanet_image.jpeg
 -radius 700 
 -fontsize 16

Result:

Script files

Some of the map data is typically stored in a script file (a text file on your computer) - the script I used for the above map was simply:

grid=true
grid1=10
grid2=10
shade=100

shade=100 is important, because it says that nighttime regions should be shaded at 100% of daytime illumination. When drawing maps, the nighttime shading isn't normally needed, so set that to 100 to turn it off

How to produce "globe images of earth showing where a region is located

How generally to zoom in and project an image suitable for use as a map, and save as jpeg

How to plot locations on the map with labels

Drawing on maps tutorial

plot significant points, then use them as template in GIMP?