Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grdfill parameters for GMT 6.2.0 #1283

Merged
merged 16 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions pygmt/src/grdfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
@use_alias(
A="mode",
G="outgrid",
N="node",
seisman marked this conversation as resolved.
Show resolved Hide resolved
R="region",
V="verbosity",
willschlitzer marked this conversation as resolved.
Show resolved Hide resolved
)
@kwargs_to_strings(R="sequence")
def grdfill(grid, **kwargs):
Expand Down Expand Up @@ -46,7 +48,11 @@ def grdfill(grid, **kwargs):
neighbor (and optionally append a search radius in
pixels [default radius is :math:`r^2 = \sqrt{{ X^2 + Y^2 }}`,
where (*X,Y*) are the node dimensions of the grid]).
node : str or int or float
Sets the node value that identifies a point as a member of a
hole [Default is NaN].
{R}
{V}

Returns
-------
Expand Down