Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Operations on tabular data:

blockmean
blockmedian
sphdistance
surface

Operations on grids:
Expand All @@ -97,7 +98,6 @@ Operations on grids:
grdproject
grdsample
grdtrack
sphdistance
xyz2grd

Crossover analysis with x2sys:
Expand Down
4 changes: 4 additions & 0 deletions pygmt/src/sphdistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def sphdistance(table, **kwargs):

Parameters
Comment thread
weiji14 marked this conversation as resolved.
----------
table : str or {table-like}
Comment thread
willschlitzer marked this conversation as resolved.
Outdated
Pass in (x, y, z) or (longitude, latitude, elevation) values by
providing a file name to an ASCII data table, a 2D
{table-classes}.
outgrid : str or None
The name of the output netCDF file with extension .nc to store the grid
in.
Expand Down