You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a grid input, PyGMT functions generally accept the following input types:
a file name to a grid file, e.g., grid="input_grid.nc"
xarray.DataArray, e.g., grid=grid
more?
Although these various input data types are already used in different tutorials and examples, I think it would be better to have a standalone tutorial, explaining these input types.