Skip to content

Commit c5ebf9f

Browse files
committed
Update GMTBackendEntrypoint description to say NetCDF C library is used
1 parent c0ccd4b commit c5ebf9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/xarray_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class GMTBackendEntrypoint(BackendEntrypoint):
1818
"""
1919
Xarray backend to read raster grid/image files using 'gmt' engine.
2020
21-
Relies on the libgdal-netcdf driver used by GMT C for NetCDF files, and libgdal for
22-
GeoTIFF files.
21+
Internally, GMT uses the NetCDF C library to read NetCDF files, and GDAL for GeoTIFF
22+
files.
2323
"""
2424

2525
description = "Open raster (.grd, .nc or .tif) files in Xarray via GMT."

0 commit comments

Comments
 (0)