From f49bf607972882d4f8c26dc2f09951af434da0e6 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 25 Dec 2024 16:20:39 +0100 Subject: [PATCH] Adjust resolution of cached nc file --- pygmt/helpers/caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/helpers/caching.py b/pygmt/helpers/caching.py index d3cb7df3bb6..e6130e1686d 100644 --- a/pygmt/helpers/caching.py +++ b/pygmt/helpers/caching.py @@ -50,7 +50,7 @@ def cache_data(): "@N00W030.earth_geoid_01m_g.nc", "@S30W060.earth_mag_02m_p.nc", "@S30W120.earth_mag4km_02m_p.nc", - "@N00W030.earth_mdt_01m_p.nc", + "@N00W030.earth_mdt_07m_g.nc", "@N00W090.earth_relief_03m_p.nc", "@N00E135.earth_relief_30s_g.nc", "@N00W010.earth_relief_15s_p.nc",