Skip to content
Merged
Changes from all commits
Commits
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 pygmt/src/nearneighbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def nearneighbor(
r"""
Grid table data using a "Nearest neighbor" algorithm.

**nearneighbor** reads arbitrarily located (*x*, *y*, *z*\ [, *w*])
:func:`pygmt.nearneighbor` reads arbitrarily located (*x*, *y*, *z*\ [, *w*])
triplets [quadruplets] and uses a nearest neighbor algorithm to assign a
weighted average value to each node that has one or more data points within
a search radius centered on the node with adequate coverage across a subset
Expand Down
Loading