diff --git a/pygmt/src/blockm.py b/pygmt/src/blockm.py index f175cbf3de1..b835d174d8a 100644 --- a/pygmt/src/blockm.py +++ b/pygmt/src/blockm.py @@ -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", @@ -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} @@ -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", @@ -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}