Skip to content

Commit 55a97be

Browse files
author
Meghan Jones
committed
Only describe block_method in params
1 parent 62a763b commit 55a97be

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pygmt/src/blockm.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -152,29 +152,6 @@ def _blockm(block_method, table, outfile, **kwargs):
152152
block_method : str
153153
Name of the GMT module to call. Must be "blockmean" or "blockmedian".
154154
155-
table : pandas.DataFrame or str
156-
Either a pandas dataframe with (x, y, z) or (longitude, latitude,
157-
elevation) values in the first three columns, or a file name to an
158-
ASCII data table.
159-
160-
outfile : str
161-
Required if ``table`` is a file. The file name for the output ASCII
162-
file.
163-
164-
spacing : str
165-
*xinc*\[\ *unit*\][**+e**\|\ **n**]
166-
[/*yinc*\ [*unit*][**+e**\|\ **n**]].
167-
*xinc* [and optionally *yinc*] is the grid spacing.
168-
169-
region : str or list
170-
*xmin/xmax/ymin/ymax*\[\ **+r**\][**+u**\ *unit*].
171-
Specify the region of interest.
172-
173-
{V}
174-
{a}
175-
{f}
176-
{r}
177-
178155
Returns
179156
-------
180157
output : pandas.DataFrame or None

0 commit comments

Comments
 (0)