Skip to content

Commit 359e457

Browse files
Remote datasets: Add note for exact resolution (#3721)
* Add note for '12s' resolution of Mars relief dataset * Add note for '56s' resolution of Mercury relief dataset * Add note for '14s' resolution of Moon relief dataset * Add note for '52s' resolution of Pluto relief dataset
1 parent b80b44e commit 359e457

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

pygmt/datasets/mars_relief.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def load_mars_relief(
6767
----------
6868
resolution
6969
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
70-
arc-minutes and arc-seconds.
70+
arc-minutes and arc-seconds. Note that ``"12s"`` refers to a resolution of
71+
12.1468873601 arc-seconds.
7172
region
7273
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
7374
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions

pygmt/datasets/mercury_relief.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def load_mercury_relief(
6565
----------
6666
resolution
6767
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
68-
arc-minutes and arc-seconds.
68+
arc-minutes and arc-seconds. Note that ``"56s"`` refers to a resolution of
69+
56.25 arc-seconds.
6970
region
7071
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
7172
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions

pygmt/datasets/moon_relief.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def load_moon_relief(
6767
----------
6868
resolution
6969
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
70-
arc-minutes and arc-seconds.
70+
arc-minutes and arc-seconds. Note that ``"14s"`` refers to a resolution of
71+
14.0625 arc-seconds.
7172
region
7273
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
7374
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions

pygmt/datasets/pluto_relief.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def load_pluto_relief(
6565
----------
6666
resolution
6767
The grid resolution. The suffix ``d``, ``m`` and ``s`` stand for arc-degrees,
68-
arc-minutes and arc-seconds.
68+
arc-minutes and arc-seconds. Note that ``"52s"`` refers to a resolution of
69+
52.0732883317 arc-seconds.
6970
region
7071
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
7172
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions

0 commit comments

Comments
 (0)