We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516b2f2 commit dc02935Copy full SHA for dc02935
pygmt/src/grdclip.py
@@ -138,6 +138,11 @@ def grdclip(
138
Full option list at :gmt-docs:`grdclip.html`
139
140
{aliases}
141
+ G = outgrid
142
+ Sa = above
143
+ Sb = below
144
+ Si = between
145
+ Sr = replace
146
147
Parameters
148
----------
pygmt/src/grdfill.py
@@ -134,6 +134,9 @@ def grdfill(
134
Full option list at :gmt-docs:`grdfill.html`.
135
136
137
+ A = constantfill/gridfill/neighborfill/splinefill
+ L = inquire
0 commit comments