Skip to content

Commit

Permalink
Add table with images of magnetic dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Oct 9, 2023
1 parent 8c0b986 commit 111b0c1
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions pygmt/datasets/earth_magnetic_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,13 @@ def load_earth_magnetic_anomaly(
r"""
Load the Earth magnetic anomaly datasets in various resolutions.
.. figure::
https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_mag.jpg # noqa: W505
:width: 45 %
:align: left
Earth magnetic anomaly dataset EMAG2.
.. figure::
https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_wdmam.jpg # noqa: W505
:width: 45 %
:align: right
Earth magnetic anomaly dataset WDMAM.
+---------------------------------------------+--------------------------------------------+
| Global Earth Magnetic Anomaly Model (EMAG2) | World Digital Magnetic Anomaly Map (WDMAM) |
+=============================================+============================================+
| .. figure:: | .. figure:: |
| https://www.generic-mapping-tools.org/ | https://www.generic-mapping-tools.org/ |
| remote-datasets/_images/GMT_mag.jpg | remote-datasets/_images/GMT_wdmam.jpg |
+---------------------------------------------+--------------------------------------------+
The grids are downloaded to a user data directory
(usually ``~/.gmt/server/earth/earth_mag/``,
Expand Down

0 comments on commit 111b0c1

Please sign in to comment.