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
The wrapper should be a function in gmt/modules.py. See how other wrappers are built in gmt/base_plotting.py.
This module will be useful to download the new GMT tutorial and topography data using the @filename syntax. For example, running for the first time gmt which @tut_quakes.ngdc will download the data to the GMT hidden folder and provide the file name to stdout. We will use this to make a higher level gmt.datasets package that loads these data as numpy arrays and xarray grids.
The wrapper will need to capture stdout and return it. See discussion on #43
The text was updated successfully, but these errors were encountered:
The wrapper should be a function in
gmt/modules.py
. See how other wrappers are built ingmt/base_plotting.py
.This module will be useful to download the new GMT tutorial and topography data using the
@filename
syntax. For example, running for the first timegmt which @tut_quakes.ngdc
will download the data to the GMT hidden folder and provide the file name to stdout. We will use this to make a higher levelgmt.datasets
package that loads these data as numpy arrays and xarray grids.The wrapper will need to capture stdout and return it. See discussion on #43
The text was updated successfully, but these errors were encountered: