Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Silence Error: h [ERROR]: Tile @*.earth_*.nc not found errors
  • Loading branch information
weiji14 committed May 14, 2025
commit 6dfa3e4e4f70d4ab59e1e786e655333327f64fc3
2 changes: 1 addition & 1 deletion pygmt/datasets/load_remote_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def _load_remote_dataset(
)

# Full path to the grid
source: str | list = which(fname, download="a")
source: str | list = which(fname, download="a", verbose="q")
if resinfo.tiled:
source = sorted(source)[0] # get first grid for tiled grids
# Manually add source to xarray.DataArray encoding to make the GMT accessors work.
Expand Down