Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote datasets: Add note for exact resolution #3721

Merged
merged 4 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion pygmt/datasets/mars_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def load_mars_relief(
----------
resolution
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
arc-minutes and arc-seconds.
arc-minutes and arc-seconds. Note that ``"12s"`` refers to a resolution of
12.1468873601 arc-seconds.
region
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions
Expand Down
3 changes: 2 additions & 1 deletion pygmt/datasets/mercury_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def load_mercury_relief(
----------
resolution
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
arc-minutes and arc-seconds.
arc-minutes and arc-seconds. Note that ``"56s"`` refers to a resolution of
56.25 arc-seconds.
region
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions
Expand Down
3 changes: 2 additions & 1 deletion pygmt/datasets/moon_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def load_moon_relief(
----------
resolution
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
arc-minutes and arc-seconds.
arc-minutes and arc-seconds. Note that ``"14s"`` refers to a resolution of
14.0625 arc-seconds.
region
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions
Expand Down
3 changes: 2 additions & 1 deletion pygmt/datasets/pluto_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def load_pluto_relief(
----------
resolution
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
arc-minutes and arc-seconds.
arc-minutes and arc-seconds. Note that ``"52s"`` refers to a resolution of
52.0732883317 arc-seconds.
region
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions
Expand Down
Loading