Skip to content

Commit cceb2a6

Browse files
committed
Alias binary(b), nodata(d), find(e), coltypes(f), header(h), incols(i)
1 parent bd6bf57 commit cceb2a6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pygmt/src/triangulate.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@
1616

1717
@fmt_docstring
1818
@use_alias(
19-
G="outgrid", I="spacing", J="projection", R="region", V="verbose", r="registration"
19+
G="outgrid",
20+
I="spacing",
21+
J="projection",
22+
R="region",
23+
V="verbose",
24+
b="binary",
25+
d="nodata",
26+
e="find",
27+
f="coltypes",
28+
h="header",
29+
i="incols",
30+
r="registration",
2031
)
2132
@kwargs_to_strings(R="sequence")
2233
def triangulate(table=None, x=None, y=None, z=None, **kwargs):
@@ -61,6 +72,12 @@ def triangulate(table=None, x=None, y=None, z=None, **kwargs):
6172
*triangulate* (this is true of all gridding routines) or instead
6273
select *sphtriangulate*.
6374
{V}
75+
{b}
76+
{d}
77+
{e}
78+
{f}
79+
{h}
80+
{i}
6481
{r}
6582
Only valid with *outgrid*.
6683

0 commit comments

Comments
 (0)