From d997546ca28204ba3523e8446cf11a891d289fc0 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 25 Dec 2024 22:58:12 +0100 Subject: [PATCH 1/4] Add note for '12s' resolution of Mars relief dataset --- pygmt/datasets/mars_relief.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygmt/datasets/mars_relief.py b/pygmt/datasets/mars_relief.py index 1d2cb631fd9..edfd8535210 100644 --- a/pygmt/datasets/mars_relief.py +++ b/pygmt/datasets/mars_relief.py @@ -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 From b718b45e9abb690f8875418f1daf77d8a83ab77c Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 25 Dec 2024 22:58:40 +0100 Subject: [PATCH 2/4] Add note for '56s' resolution of Mercury relief dataset --- pygmt/datasets/mercury_relief.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygmt/datasets/mercury_relief.py b/pygmt/datasets/mercury_relief.py index f3c360c356a..398ae65dd4d 100644 --- a/pygmt/datasets/mercury_relief.py +++ b/pygmt/datasets/mercury_relief.py @@ -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 From da1ce35a4cefa4cc9820c391250c314ebf66f4fa Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 25 Dec 2024 22:59:06 +0100 Subject: [PATCH 3/4] Add note for '14s' resolution of Moon relief dataset --- pygmt/datasets/moon_relief.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygmt/datasets/moon_relief.py b/pygmt/datasets/moon_relief.py index 9daab0f47a5..add30b0f051 100644 --- a/pygmt/datasets/moon_relief.py +++ b/pygmt/datasets/moon_relief.py @@ -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 From 4d2581e69302327c24c3a8000e8db8c1923be6b3 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 25 Dec 2024 22:59:29 +0100 Subject: [PATCH 4/4] Add note for '52s' resolution of Pluto relief dataset --- pygmt/datasets/pluto_relief.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygmt/datasets/pluto_relief.py b/pygmt/datasets/pluto_relief.py index 620545899da..224e89beb10 100644 --- a/pygmt/datasets/pluto_relief.py +++ b/pygmt/datasets/pluto_relief.py @@ -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