Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23903e7

Browse files
committed
Update more outdated links in docs
1 parent e38233e commit 23903e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/basemap/doc/source/users/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more specifics of how to use the Basemap instance methods,
3232
see :ref:`api-index`.
3333

3434
Here are the examples (many of which utilize the
35-
`netcdf4-python <http://unidata.github.io/netcdf4-python/>`__ module
35+
`netcdf4-python <https://unidata.github.io/netcdf4-python/>`__ module
3636
to retrieve datasets over http):
3737

3838
* Plot contour lines on a basemap
@@ -56,7 +56,7 @@ to retrieve datasets over http):
5656

5757
.. plot:: users/figures/plotetopo5.py
5858

59-
* Plot markers at locations of `ARGO <http://www.argo.ucsd.edu/>`__ floats.
59+
* Plot markers at locations of `ARGO <https://www.argo.ucsd.edu/>`__ floats.
6060

6161
.. plot:: users/figures/plotargo.py
6262

packages/basemap/doc/source/users/geography.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Basemap includes the GSSH (now
77
`GSHHG <https://www.soest.hawaii.edu/pwessel/gshhg/>`_)
88
coastline dataset, as well as datasets for rivers, state and
99
country boundaries from
10-
`GMT <http://gmt.soest.hawaii.edu>`_.
10+
`GMT <https://www.generic-mapping-tools.org/>`_.
1111
These datasets can be used to draw coastlines, rivers and political
1212
boundaries on maps at several different resolutions. The relevant Basemap
1313
methods are:
@@ -36,13 +36,13 @@ used as a map background. Basemap provides several options for this:
3636
mask is derived from the GSHHS coastline data, and there are several
3737
coastline options and pixel sizes to choose from.
3838
* :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>`_
4040
image as a map background.
4141
* :func:`~mpl_toolkits.basemap.Basemap.shadedrelief`: draw a
42-
`shaded relief <http://www.shadedrelief.com>`_ image
42+
`shaded relief <https://www.shadedrelief.com/>`_ image
4343
as a map background.
4444
* :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>`_
4646
relief image as map background.
4747
* :func:`~mpl_toolkits.basemap.Basemap.warpimage`: use an abitrary
4848
image as a map background. The image must be global, covering the

0 commit comments

Comments
 (0)