Skip to content

Commit d069ac0

Browse files
michaelgrundMeghan Jones
andauthored
Add missing aliases to pygmt.blockmean and pygmt.blockmedian (#1500)
Co-authored-by: Meghan Jones <[email protected]>
1 parent 09cfc7c commit d069ac0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pygmt/src/blockm.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ def _blockm(block_method, table, outfile, x, y, z, **kwargs):
7070
R="region",
7171
V="verbose",
7272
a="aspatial",
73+
b="binary",
74+
d="data",
75+
e="find",
7376
f="coltypes",
77+
h="header",
7478
i="incols",
7579
o="outcols",
7680
r="registration",
@@ -113,8 +117,12 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
113117
114118
{V}
115119
{a}
120+
{b}
121+
{d}
122+
{e}
116123
{i}
117124
{f}
125+
{h}
118126
{o}
119127
{r}
120128
{s}
@@ -141,7 +149,11 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
141149
R="region",
142150
V="verbose",
143151
a="aspatial",
152+
b="binary",
153+
d="nodata",
154+
e="find",
144155
f="coltypes",
156+
h="header",
145157
i="incols",
146158
o="outcols",
147159
r="registration",
@@ -184,7 +196,11 @@ def blockmedian(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
184196
185197
{V}
186198
{a}
199+
{b}
200+
{d}
201+
{e}
187202
{f}
203+
{h}
188204
{i}
189205
{o}
190206
{r}

0 commit comments

Comments
 (0)