Skip to content

pygmt.grdpaste: Join two grids along their common edge #4395

@Chuan1937

Description

@Chuan1937

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions