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 1c8af3a commit 1d9f21aCopy full SHA for 1d9f21a
pygmt/datasets/samples.py
@@ -204,7 +204,7 @@ def _load_earth_relief_holes() -> xr.DataArray:
204
is in meters.
205
"""
206
fname = which("@earth_relief_20m_holes.grd", download="c")
207
- return load_dataarray(fname, engine="gmt", decode_kind="grid")
+ return load_dataarray(fname, engine="netcdf4")
208
209
210
class GMTSampleData(NamedTuple):
pygmt/helpers/testing.py
@@ -154,7 +154,7 @@ def load_static_earth_relief():
154
A grid of Earth relief for internal tests.
155
156
fname = which("@static_earth_relief.nc", download="c")
157
- return load_dataarray(fname, decode_kind="grid")
+ return load_dataarray(fname)
158
159
160
def skip_if_no(package):
0 commit comments