next up previous contents index
Next: 6.1 Conic Projections Up: GMT_Docs Previous: 5.2 Linear Projection with   Contents   Index


6. GMT Map Projections

GMT implements 25 different map projections. They all project the input coordinates longitude and latitude to positions on a map. In general, $x' = f(x,y,z)$ and $y' = g(x,y,z)$, where $z$ is implicitly given as the radial vector length to the $(x,y)$ point on the chosen ellipsoid. The functions $f$ and $g$ can be quite nasty and we will refrain from presenting details in this document. The interested read is referred to Snyder [1987]6.1. We will mostly be using the pscoast command to demonstrate each of the projections. GMT map projections are grouped into four categories depending on the nature of the projection. The groups are

  1. Conic map projections
  2. Azimuthal map projections
  3. Cylindrical map projections
  4. Miscellaneous projections

Because $x$ and $y$ are coupled we can only specify one plot-dimensional scale, typically a map scale (for lower-case map projection code) or a map width (for upper-case map projection code). However, in some cases it would be more practical to specify map height instead of width, while in other situations it would be nice to set either the shortest or longest map dimension. Users may select these alternatives by appending a character code to their map dimension. To specify map height, append h to the given dimension; to select the minimum map dimension, append -, whereas you may append + to select the maximum map dimension. Without the modifier the map width is selected by default.



Subsections
next up previous contents index
Next: 6.1 Conic Projections Up: GMT_Docs Previous: 5.2 Linear Projection with   Contents   Index
Paul Wessel 2006-01-01