File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,11 @@ class GMTBackendEntrypoint(BackendEntrypoint):
18
18
Xarray backend to read raster grid/image files using 'gmt' engine.
19
19
20
20
Internally, GMT uses the netCDF C library to read netCDF files, and GDAL for GeoTIFF
21
- and other raster formats. See also
22
- :gmt-docs:`reference/features.html#grid-file-format`.
21
+ and other raster formats. See :gmt-docs:`reference/features.html#grid-file-format`
22
+ for more details about supported formats. This GMT engine can also read
23
+ :gmt-docs:`GMT remote datasets <datasets/remote-data.html>` (file names starting
24
+ with an `@`) directly, and pre-loads :class:`pygmt.GMTDataArrayAccessor` properties
25
+ (in the '.gmt' accessor) for easy access to GMT-specific metadata and features.
23
26
24
27
When using :py:func:`xarray.open_dataarray` or :py:func:`xarray.load_dataarray` with
25
28
``engine="gmt"``, the ``raster_kind`` parameter is required and can be either:
You can’t perform that action at this time.
0 commit comments