Skip to content

Commit 143a375

Browse files
weiji14seisman
andauthored
Apply suggestions from code review
Co-authored-by: Dongdong Tian <[email protected]>
1 parent 52c0b7e commit 143a375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygmt/xarray/backend.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class GMTBackendEntrypoint(BackendEntrypoint):
2222
:gmt-docs:`reference/features.html#grid-file-format`.
2323
2424
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:
25+
``engine="gmt"``, the ``raster_kind`` parameter is required and can be either:
2626
27-
- ``"grid"`` - for reading single-band raster grids
28-
- ``"image"`` - for reading multi-band raster images
27+
- ``"grid"``: for reading single-band raster grids
28+
- ``"image"``: for reading multi-band raster images
2929
3030
Examples
3131
--------

0 commit comments

Comments
 (0)