We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c0b7e commit 143a375Copy full SHA for 143a375
pygmt/xarray/backend.py
@@ -22,10 +22,10 @@ class GMTBackendEntrypoint(BackendEntrypoint):
22
:gmt-docs:`reference/features.html#grid-file-format`.
23
24
When using :py:func:`xarray.open_dataarray` or :py:func:`xarray.load_dataarray` with
25
- ``engine="gmt"``, pass the ``raster_kind`` parameter that can be either:
+ ``engine="gmt"``, the ``raster_kind`` parameter is required and can be either:
26
27
- - ``"grid"`` - for reading single-band raster grids
28
- - ``"image"`` - for reading multi-band raster images
+ - ``"grid"``: for reading single-band raster grids
+ - ``"image"``: for reading multi-band raster images
29
30
Examples
31
--------
0 commit comments