Skip to content

Commit 593d712

Browse files
committed
add bool option to registration parameter
1 parent 9f8c0c7 commit 593d712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def grdsample(grid, **kwargs):
8484
(4 or 16) nodes involved in interpolation to be non-NaN. For example,
8585
0.5 will interpolate about half way from a non-NaN value and 0.1 will
8686
go about 90% of the way [default is 0.5].
87-
registration : str
87+
registration : str or bool
8888
[**g**\ |\ **p**\ ].
8989
Set registration to **g**\ ridline or **p**\ ixel.
9090

0 commit comments

Comments
 (0)