File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55The images are available in various resolutions.
66"""
77
8+ import contextlib
89from collections .abc import Sequence
910from typing import Literal
1011
1112import xarray as xr
1213from pygmt .datasets .load_remote_dataset import _load_remote_dataset
1314
15+ with contextlib .suppress (ImportError ):
16+ # rioxarray is needed to register the rio accessor
17+ import rioxarray # noqa: F401
18+
1419__doctest_skip__ = ["load_blue_marble" ]
1520
1621
Original file line number Diff line number Diff line change 55The images are available in various resolutions.
66"""
77
8+ import contextlib
89from collections .abc import Sequence
910from typing import Literal
1011
1112import xarray as xr
1213from pygmt .datasets .load_remote_dataset import _load_remote_dataset
1314
15+ with contextlib .suppress (ImportError ):
16+ # rioxarray is needed to register the rio accessor
17+ import rioxarray # noqa: F401
18+
1419__doctest_skip__ = ["load_black_marble" ]
1520
1621
You can’t perform that action at this time.
0 commit comments