From 99822bd0e8a9a7e0946c91af4f567fa66755be96 Mon Sep 17 00:00:00 2001 From: Michael Grund <23025878+michaelgrund@users.noreply.github.com> Date: Thu, 29 Jul 2021 07:37:14 +0200 Subject: [PATCH] Add 1 arc minute global relief data to cache As discussed in #1396 this PR adds the 1 arc minute global relief data to cache. --- pygmt/helpers/testing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygmt/helpers/testing.py b/pygmt/helpers/testing.py index 858ee786275..c02af4a0927 100644 --- a/pygmt/helpers/testing.py +++ b/pygmt/helpers/testing.py @@ -157,6 +157,8 @@ def download_test_data(): "@earth_relief_10m_p", "@earth_relief_05m_p", "@earth_relief_05m_g", + "@earth_relief_01m_p", + "@earth_relief_01m_g", # List of tiles of 03s srtm data. # Names like @N35E135.earth_relief_03s_g.nc is for internal use only. # The naming scheme may change. DO NOT USE IT IN YOUR SCRIPTS.