pygmt.grdlandmask.Session¶
Methods Summary
|
Call a GMT module with the given arguments. |
|
Create a new GMT C API session. |
|
Create an empty GMT data container. |
|
Destroy the currently open GMT API session. |
|
Extract the WESN bounding box of the currently active figure. |
|
Get the value of a GMT default parameter (library version, paths, etc). |
|
Get a ctypes function from the libgmt shared library. |
|
Open a GMT Virtual File to pass data to and from a module. |
|
Attach a numpy 2D array to a GMT dataset. |
|
Attach a numpy 1D array of dtype str as a column on a GMT dataset. |
|
Attach a numpy 1D array as a column on a GMT dataset. |
|
Store any data inside a virtual file. |
|
Store a grid in a virtual file. |
|
Store a 2d array as a table inside a virtual file. |
|
Store 1d arrays as columns of a table inside a virtual file. |
|
Write a GMT data container to a file. |