Basemap includes the
GSSH
coastline dataset, as well as datasets for rivers, state and
country boundaries from
GMT.
These datasets can be used to draw coastlines, rivers and political
boundaries on maps at several different resolutions. The relevant Basemap
methods are:
Instead of drawing coastlines and political boundaries, an image can be
used as a map background. Basemap provides several options for this:
:func:`~mpl_toolkits.basemap.Basemap.drawlsmask`: draw a high-resolution
land-sea mask as an image, with land and ocean colors specified.
:func:`~mpl_toolkits.basemap.Basemap.bluemarble`: draw a NASA
Blue Marble
image as a map background.
:func:`~mpl_toolkits.basemap.Basemap.warpimage`: use an abitrary
image as a map background. The image must be global, covering the
world in lat/lon coordinates from the international dateline eastward
and the South Pole northward.
Here are examples of the three different ways to draw a map background.