Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5362c7a
Add links to image of remote datasets
yvonnefroehlich Oct 9, 2023
e5fa10f
Fix typo
yvonnefroehlich Oct 9, 2023
3acde0e
Test image vs figure
yvonnefroehlich Oct 9, 2023
ef531cd
Add missing indent
yvonnefroehlich Oct 9, 2023
a18c64e
Update remaining datasets image to figure
yvonnefroehlich Oct 9, 2023
bacff01
Add missing indent
yvonnefroehlich Oct 9, 2023
f039ff2
Update magnetic dataset image to figure
yvonnefroehlich Oct 9, 2023
414a319
Add missing white space
yvonnefroehlich Oct 9, 2023
fdfa599
Move images at the top
yvonnefroehlich Oct 9, 2023
6b0d9f8
Fix line length
yvonnefroehlich Oct 9, 2023
666960a
Reduce size of images for magnetic datasets
yvonnefroehlich Oct 9, 2023
a94ac4f
Test relative size 80% instead of fix size 700px
yvonnefroehlich Oct 9, 2023
8c0b986
Use relative size 80% instead of fix size 700px for the other datasets
yvonnefroehlich Oct 9, 2023
111b0c1
Add table with images of magnetic dataset
yvonnefroehlich Oct 9, 2023
9fb1f13
Shorten line length of table
yvonnefroehlich Oct 9, 2023
8399c28
Add missing blank line
yvonnefroehlich Oct 9, 2023
5b17e6b
Use list-table syntax
yvonnefroehlich Oct 10, 2023
b06dd01
Fix indent
yvonnefroehlich Oct 10, 2023
e3d5b5f
Merge branch 'main' into add-link-image-datasets
yvonnefroehlich Oct 10, 2023
e77a24f
Use # noqa: W505 to allow for longer lines
yvonnefroehlich Oct 10, 2023
3a0fa1c
Write links in one line with 'figure::'
yvonnefroehlich Oct 11, 2023
0cc6faf
Merge branch 'main' into add-link-image-datasets
yvonnefroehlich Oct 11, 2023
1fce1ef
Write links also for the other remote datasets in the line with 'figu…
yvonnefroehlich Oct 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pygmt/datasets/earth_age.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ def load_earth_age(resolution="01d", region=None, registration=None):
Refer to :gmt-datasets:`earth-age.html` for more details about available
datasets, including version information and references.

.. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_age.png # noqa: W505
:width: 700 px
:align: center

Earth seafloor crustal age dataset.
Comment thread
seisman marked this conversation as resolved.
Outdated

Parameters
----------
resolution : str
Expand Down
2 changes: 2 additions & 0 deletions pygmt/datasets/earth_free_air_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def load_earth_free_air_anomaly(resolution="01d", region=None, registration=None
Refer to :gmt-datasets:`earth-faa.html` for more details about available
datasets, including version information and references.

.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_faa.jpg

Parameters
----------
resolution : str
Expand Down
2 changes: 2 additions & 0 deletions pygmt/datasets/earth_geoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def load_earth_geoid(resolution="01d", region=None, registration=None):
Refer to :gmt-datasets:`earth-geoid.html` for more details about available
datasets, including version information and references.

.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_geoid.jpg

Parameters
----------
resolution : str
Expand Down
3 changes: 3 additions & 0 deletions pygmt/datasets/earth_magnetic_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ def load_earth_magnetic_anomaly(
and :gmt-datasets:`earth-wdmam.html` for more details about available
datasets, including version information and references.

.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_mag.jpg
.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_wdmam.jpg

Parameters
----------
resolution : str
Expand Down
2 changes: 2 additions & 0 deletions pygmt/datasets/earth_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def load_earth_mask(resolution="01d", region=None, registration=None):
Refer to :gmt-datasets:`earth-mask.html` for more details about available
datasets, including version information and references.

.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earthmask.png

Parameters
----------
resolution : str
Expand Down
2 changes: 2 additions & 0 deletions pygmt/datasets/earth_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def load_earth_relief(
Refer to :gmt-datasets:`earth-relief.html` for more details about available
datasets, including version information and references.

.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_gebcosi.jpg

Parameters
----------
resolution : str
Expand Down
2 changes: 2 additions & 0 deletions pygmt/datasets/earth_vertical_gravity_gradient.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def load_earth_vertical_gravity_gradient(
Refer to :gmt-datasets:`earth-vgg.html` for more details about available
datasets, including version information and references.

.. image:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_vgg.jpg

Parameters
----------
resolution : str
Expand Down