Skip to content

Commit

Permalink
Add missing aliases to pygmt.blockmean and pygmt.blockmedian (#1500)
Browse files Browse the repository at this point in the history
Co-authored-by: Meghan Jones <[email protected]>
  • Loading branch information
michaelgrund and maxrjones authored Sep 14, 2021
1 parent 09cfc7c commit d069ac0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pygmt/src/blockm.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ def _blockm(block_method, table, outfile, x, y, z, **kwargs):
R="region",
V="verbose",
a="aspatial",
b="binary",
d="data",
e="find",
f="coltypes",
h="header",
i="incols",
o="outcols",
r="registration",
Expand Down Expand Up @@ -113,8 +117,12 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
{V}
{a}
{b}
{d}
{e}
{i}
{f}
{h}
{o}
{r}
{s}
Expand All @@ -141,7 +149,11 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
R="region",
V="verbose",
a="aspatial",
b="binary",
d="nodata",
e="find",
f="coltypes",
h="header",
i="incols",
o="outcols",
r="registration",
Expand Down Expand Up @@ -184,7 +196,11 @@ def blockmedian(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
{V}
{a}
{b}
{d}
{e}
{f}
{h}
{i}
{o}
{r}
Expand Down

0 comments on commit d069ac0

Please sign in to comment.