This issue serves as the central place for discussing and tracking the implementation of the pygmt.grdpaste function in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.
Documentation
GMT Option Flags and Modifiers
☑️: Implemented; ⬜: To be implemented/discussed; Strikethrough: Won't implement.
Notes on the input/output
grid1 |
grid2 |
outgrid |
Notes |
| file |
file |
file |
Works |
| file |
file |
xarray |
Works |
| xarray |
xarray |
xarray |
Works (requires GMT > 6.6.0) |
| xarray |
xarray |
file |
Works (requires GMT > 6.6.0) |
| file |
xarray |
xarray |
Fails with GMT_GRID_READ_ERROR. [Not supported] |
| file |
xarray |
file |
Fails with GMT_GRID_READ_ERROR [Not supported] |
| xarray |
file |
xarray |
Works [Not supported yet] |
| xarray |
file |
file |
Works [Not supported yet] |
Linked Pull Requests
Related Issues and Discussions
This issue serves as the central place for discussing and tracking the implementation of the
pygmt.grdpastefunction in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.Documentation
GMT Option Flags and Modifiers
☑️: Implemented; ⬜: To be implemented/discussed;
Strikethrough: Won't implement.grid1/grid2-G:outgrid: Print a code number. Make no sense in PyGMT.-S-V[level]: Useverboseparameter instead-f[i|o]colinfo: Specify data types of input and/or output columns(Wrap grdpaste for joining two grids along their common edge #4399)--PAR=value: Usepygmt.config()insteadNotes on the input/output
grid1grid2outgridGMT_GRID_READ_ERROR. [Not supported]GMT_GRID_READ_ERROR[Not supported]Linked Pull Requests
Related Issues and Discussions