Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
Co-Authored-By: Dongdong Tian <seisman.info@gmail.com>
  • Loading branch information
weiji14 and seisman committed Sep 22, 2021
1 parent 281c49d commit 3857cf9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pygmt/src/nearneighbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,13 @@ def nearneighbor(data=None, x=None, y=None, z=None, **kwargs):
into *sectors* sectors. Average values will only be computed if there
is *at least* one value inside each of at least *min_sectors* of the
sectors for a given node. Nodes that fail this test are assigned the
value NaN (but see ``empty``). If +m is omitted then *min_sectors* is
set to be at least 50% of *sectors* (i.e., rounded up to next integer)
[Default is a quadrant search with 100% coverage, i.e., *sectors* =
*min_sectors* = 4]. Note that only the nearest value per sector enters
into the averaging; the more distant points are ignored. Alternatively,
use ``sectors="n"`` to call GDALʻs nearest neighbor algorithm instead.
value NaN (but see ``empty``). If **+m** is omitted then *min_sectors*
is set to be at least 50% of *sectors* (i.e., rounded up to next
integer) [Default is a quadrant search with 100% coverage, i.e.,
*sectors* = *min_sectors* = 4]. Note that only the nearest value per
sector enters into the averaging; the more distant points are ignored.
Alternatively, use ``sectors="n"`` to call GDAL's nearest neighbor
algorithm instead.
{V}
{a}
Expand Down

0 comments on commit 3857cf9

Please sign in to comment.