Skip to content

Commit 8c01b17

Browse files
michaelgrundMeghan Jones
andauthored
Apply suggestions from code review
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
1 parent 1676d94 commit 8c01b17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygmt/src/blockm.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def _blockm(block_method, table, outfile, x, y, z, **kwargs):
7070
R="region",
7171
V="verbose",
7272
a="aspatial",
73+
b="binary",
7374
d="data",
7475
e="find",
7576
f="coltypes",
@@ -116,6 +117,7 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
116117
117118
{V}
118119
{a}
120+
{b}
119121
{d}
120122
{e}
121123
{i}
@@ -147,6 +149,7 @@ def blockmean(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
147149
R="region",
148150
V="verbose",
149151
a="aspatial",
152+
b="binary",
150153
d="nodata",
151154
e="find",
152155
f="coltypes",
@@ -193,6 +196,7 @@ def blockmedian(table=None, outfile=None, *, x=None, y=None, z=None, **kwargs):
193196
194197
{V}
195198
{a}
199+
{b}
196200
{d}
197201
{e}
198202
{f}

0 commit comments

Comments
 (0)