Skip to content

Commit c9d6147

Browse files
Remote datasets: Update filenames of remote dataset images (#2745)
1 parent b7b11c5 commit c9d6147

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

pygmt/datasets/earth_age.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def load_earth_age(resolution="01d", region=None, registration=None):
1515
r"""
1616
Load the Earth seafloor crustal age dataset in various resolutions.
1717
18-
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_age.png # noqa: W505
18+
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_age.png # noqa: W505
1919
:width: 80 %
2020
:align: center
2121

pygmt/datasets/earth_free_air_anomaly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def load_earth_free_air_anomaly(resolution="01d", region=None, registration=None
1616
Load the IGPP Global Earth Free-Air Anomaly datatset in various
1717
resolutions.
1818
19-
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_faa.jpg # noqa: W505
19+
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faa.jpg # noqa: W505
2020
:width: 80 %
2121
:align: center
2222

pygmt/datasets/earth_geoid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def load_earth_geoid(resolution="01d", region=None, registration=None):
1515
r"""
1616
Load the EGM2008 Global Earth Geoid dataset in various resolutions.
1717
18-
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_geoid.jpg # noqa: W505
18+
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_geoid.jpg # noqa: W505
1919
:width: 80 %
2020
:align: center
2121

pygmt/datasets/earth_magnetic_anomaly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def load_earth_magnetic_anomaly(
2424
2525
* - Global Earth Magnetic Anomaly Model (EMAG2)
2626
- World Digital Magnetic Anomaly Map (WDMAM)
27-
* - .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_mag.jpg # noqa: W505
28-
- .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_wdmam.jpg # noqa: W505
27+
* - .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_mag4km.jpg # noqa: W505
28+
- .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_wdmam.jpg # noqa: W505
2929
3030
The grids are downloaded to a user data directory
3131
(usually ``~/.gmt/server/earth/earth_mag/``,

pygmt/datasets/earth_mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def load_earth_mask(resolution="01d", region=None, registration=None):
1515
r"""
1616
Load the GSHHG Global Earth Mask dataset in various resolutions.
1717
18-
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earthmask.png # noqa: W505
18+
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_mask.png # noqa: W505
1919
:width: 80 %
2020
:align: center
2121

pygmt/datasets/earth_relief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def load_earth_relief(
2323
Load the Earth relief datasets (topography and bathymetry) in various
2424
resolutions.
2525
26-
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_gebcosi.jpg # noqa: W505
26+
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_gebcosi.jpg # noqa: W505
2727
:width: 80 %
2828
:align: center
2929

pygmt/datasets/earth_vertical_gravity_gradient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def load_earth_vertical_gravity_gradient(
1818
Load the IGPP Global Earth Vertical Gravity Gradient dataset in various
1919
resolutions.
2020
21-
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_vgg.jpg # noqa: W505
21+
.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_vgg.jpg # noqa: W505
2222
:width: 80 %
2323
:align: center
2424

0 commit comments

Comments
 (0)