We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9999818 commit f423c7dCopy full SHA for f423c7d
pygmt/src/grd2xyz.py
@@ -55,6 +55,7 @@ def grd2xyz(
55
{grid}
56
output_type
57
Desired output type of the result data.
58
+
59
- ``pandas`` will return a :class:`pandas.DataFrame` object.
60
- ``numpy`` will return a :class:`numpy.ndarray` object.
61
- ``file`` will save the result to the file given by the ``outfile`` parameter.
@@ -125,6 +126,7 @@ def grd2xyz(
125
126
-------
127
ret
128
Return type depends on ``outfile`` and ``output_type``:
129
130
- None if ``outfile`` is set (output will be stored in file set by ``outfile``)
131
- :class:`pandas.DataFrame` or :class:`numpy.ndarray` if ``outfile`` is not set
132
(depends on ``output_type``)
0 commit comments