next up previous contents index
Next: Cook-book Up: Miscellaneous Projections Previous: Eckert VI Projection (-–Jk

Sinusoidal Projection –(-Ji -–JI)

     

The sinusoidal projection is one of the oldest known projections, is equal-area, and has been used since the mid-16th century. It has also been called the ``Equal-area Mercator'' projection. The central meridian is a straight line; all other meridians are sinusoidal curves. Parallels are all equally spaced straight lines, with scale being true along all parallels (and central meridian). To use it, you need to select:

$\bullet$
The central meridian

$\bullet$
Scale along equator in inch/degree or 1:xxxxx (-Ji), or map width (-–JI)

A simple world map using the sinusoidal projection is therefore obtained by





pscoast -R-180/180/-90/90 -JI0/4.5i -Bg30/g15 -Dc -A10000 -G128 -P >! GMT_sinusoidal.ps






  
Figure 5.29: World map using the Sinusoidal projection
\begin{figure}\centering\epsfig{figure=eps/GMT_sinusoidal.eps}\end{figure}

To reduce distortion of shape the interrupted sinusoidal projection was introduced in 1927. Here, three symmetrical segments are used to cover the entire world. Traditionally, the interruptions are at 160oW, 20oW, and 60oE. To make the interrupted map we must call pscoast  for each segment and superpose the results. To produce an interrupted world map (with the traditional boundaries just mentioned) that is 5.04 inches wide we use the scale 5.04/360o = 0.014 and offset the subsequent plots horizontally by their widths (140o$\cdot$0.014 and 80o$\cdot$0.014):

 





pscoast -R200/340/-90/90 -Ji270/0.014i -Bg30/g15 -A10000 -Dc -G0 -P -K -P >! GMT_sinusoidal_int.ps
pscoast -R-20/60/-90/90 -Ji20/0.014i -Bg30/g15 -Dc -A10000 -G0 -X1.96i -O -K >> GMT_sinusoidal_int.ps
pscoast -R60/200/-90/90 -Ji130/0.014i -Bg30/g15 -Dc -A10000 -G0 -X1.12i -O >> GMT_sinusoidal_int.ps






  
Figure 5.30: World map using the Interrupted Sinusoidal projection
\begin{figure}\centering\epsfig{figure=eps/GMT_sinusoidal_int.eps}\end{figure}

The usefulness of the interrupted sinusoidal projection is basically limited to display of global, discontinuous data distributions like hydrocarbon and mineral resources, etc.

     

   


next up previous contents index
Next: Cook-book Up: Miscellaneous Projections Previous: Eckert VI Projection (-–Jk
Paul Wessel
1999-03-25