We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac430f5 commit e578322Copy full SHA for e578322
pygmt/helpers/caching.py
@@ -41,12 +41,12 @@ def cache_data() -> None:
41
"@earth_night_01d_p",
42
"@earth_relief_01d_g",
43
"@earth_relief_01d_p",
44
- "@earth_relief_30m_g",
45
- "@earth_relief_30m_p",
46
- "@earth_relief_10m_g",
47
- "@earth_relief_10m_p",
48
"@earth_relief_05m_g",
49
"@earth_relief_05m_p",
+ "@earth_relief_10m_g",
+ "@earth_relief_10m_p",
+ "@earth_relief_30m_g",
+ "@earth_relief_30m_p",
50
"@earth_synbath_01d_g",
51
"@earth_vgg_01d_g",
52
"@earth_vgg_30m_g",
0 commit comments