Create a wrapper function for gmt info. Data input should be a file name data='some_file.txt'. Doesn't really make much sense to read in numpy arrays for this because most of it can be done using numpy functions.
See how other modules are wrapped, for example in gmt/base_plotting.py.
Create a wrapper function for
gmt info. Data input should be a file namedata='some_file.txt'. Doesn't really make much sense to read in numpy arrays for this because most of it can be done using numpy functions.See how other modules are wrapped, for example in
gmt/base_plotting.py.