We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152b4c6 commit f25aa14Copy full SHA for f25aa14
1 file changed
pygmt/helpers/caching.py
@@ -14,6 +14,7 @@ def cache_data() -> None:
14
# List of GMT remote datasets.
15
"@earth_age_01d_g",
16
"@earth_age_30m_g",
17
+ "@earth_age_10m_g",
18
"@earth_day_01d_p",
19
"@earth_dist_01d_g",
20
"@earth_dist_30m_g",
@@ -112,6 +113,7 @@ def cache_data() -> None:
112
113
"@RidgeTest.prj",
114
"@RidgeTest.shp",
115
"@RidgeTest.shx",
116
+ "@SOEST_block4.png",
117
"@Table_5_11.txt",
118
"@Table_5_11_mean.xyz",
119
"@capitals.gmt",
0 commit comments