We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ccd4b commit c5ebf9fCopy full SHA for c5ebf9f
pygmt/xarray_backend.py
@@ -18,8 +18,8 @@ class GMTBackendEntrypoint(BackendEntrypoint):
18
"""
19
Xarray backend to read raster grid/image files using 'gmt' engine.
20
21
- Relies on the libgdal-netcdf driver used by GMT C for NetCDF files, and libgdal for
22
- GeoTIFF files.
+ Internally, GMT uses the NetCDF C library to read NetCDF files, and GDAL for GeoTIFF
+ files.
23
24
25
description = "Open raster (.grd, .nc or .tif) files in Xarray via GMT."
0 commit comments