Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clib: Add virtualfile_to_dataset method for converting virtualfile to a dataset #3083

Merged
merged 13 commits into from
Mar 11, 2024
Prev Previous commit
Update doc/api/index.rst
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
seisman and weiji14 committed Mar 11, 2024
commit bc7d844567ea269d5d8dda3a768da67306984e4e
2 changes: 1 addition & 1 deletion doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ the :meth:`~pygmt.clib.Session.call_module` method:
Passing memory blocks between Python data objects (e.g. :class:`numpy.ndarray`,
:class:`pandas.Series`, :class:`xarray.DataArray`, etc) and GMT happens through
*virtual files*. These methods are context managers that automate the conversion of
Python variables to and from GMT virtual files:
Python objects to and from GMT virtual files:

.. autosummary::
:toctree: generated
Expand Down
Loading