@@ -7,7 +7,7 @@ Basemap includes the GSSH (now
7
7
`GSHHG <https://www.soest.hawaii.edu/pwessel/gshhg/ >`_)
8
8
coastline dataset, as well as datasets for rivers, state and
9
9
country boundaries from
10
- `GMT <http ://gmt.soest.hawaii.edu >`_.
10
+ `GMT <https ://www.generic-mapping-tools.org/ >`_.
11
11
These datasets can be used to draw coastlines, rivers and political
12
12
boundaries on maps at several different resolutions. The relevant Basemap
13
13
methods are:
@@ -36,13 +36,13 @@ used as a map background. Basemap provides several options for this:
36
36
mask is derived from the GSHHS coastline data, and there are several
37
37
coastline options and pixel sizes to choose from.
38
38
* :func: `~mpl_toolkits.basemap.Basemap.bluemarble `: draw a NASA
39
- `Blue Marble <http ://visibleearth.nasa.gov/view_set.php?categoryID=2363 >`_
39
+ `Blue Marble <https ://visibleearth.nasa.gov/images/73726/june-blue-marble-next-generation-w-topography-and-bathymetry >`_
40
40
image as a map background.
41
41
* :func: `~mpl_toolkits.basemap.Basemap.shadedrelief `: draw a
42
- `shaded relief <http ://www.shadedrelief.com >`_ image
42
+ `shaded relief <https ://www.shadedrelief.com/ >`_ image
43
43
as a map background.
44
44
* :func: `~mpl_toolkits.basemap.Basemap.etopo `: draw an
45
- `etopo <http ://www.ngdc.noaa.gov/mgg/global/global.html >`_
45
+ `etopo <https ://www.ngdc.noaa.gov/mgg/global/global.html >`_
46
46
relief image as map background.
47
47
* :func: `~mpl_toolkits.basemap.Basemap.warpimage `: use an abitrary
48
48
image as a map background. The image must be global, covering the
0 commit comments