-
Notifications
You must be signed in to change notification settings - Fork 228
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
pygmt.grdfill: Interpolate across holes in a grid #3768
Comments
Here are my thoughts on finalizing the wrapper.
|
The Behaviors in GMT
So, there are two possible usage for this option:
Here are examples to understand the outputs:
Need to note that
The PyGMT syntax
Since the closed polygons can be created from the bounds, I think Then, we need to decide the parameter name for |
This is the central issue to track the implementation of the
pygmt.grdfill
method.GMT options
Checked: Implemented; Unchecked: To be implemented/discussed; Strikethrough: Won't implement.
<ingrid>
Wrap grdfill #1276-Ac|g|n|s[<arg>]
:constantfill
/gridfill
/neighborfill
/splinefill
pygmt.grdfill: Deprecate parameter 'mode' and add parameters 'constantfill/gridfill/neighborfill/splinefill' (deprecated since v0.15.0 and will be removed in v0.19.0) #3855-L[p]
-L
: aliased toinquire
pygmt.grdfill: Add new parameter 'inquire' to inquire the bounds of holes #3880-Lp
: not implemented-G<outgrid>
Wrap grdfill #1276-N<value>
:hole
pygmt.grdfill: Deprecate parameter 'no_data' to 'hole' (remove in v0.19.0) #3852-R
:region
-V
:verbose
-f
:coltypes
pygmt.grdfill: Add alias 'coltypes' (-f) #3869--PAR=value
: Usepygmt.config
The text was updated successfully, but these errors were encountered: