Skip to content

Commit a8c6ac8

Browse files
committed
replace "binary" with "z_convention"
1 parent fcc5b0a commit a8c6ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/grd2xyz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
R="region",
2323
V="verbose",
2424
W="weight",
25-
Z="binary",
25+
Z="z_convention",
2626
d="nodata",
2727
o="outcols",
2828
)
@@ -75,7 +75,7 @@ def grd2xyz(grid, output_type="pandas", outfile=None, **kwargs):
7575
varies with latitude and also sees special cases for
7676
gridline-registered layouts at sides, corners, and poles.
7777
{V}
78-
binary : str
78+
z_convention : str
7979
[*flags*].
8080
Write a 1-column ASCII [or binary] table. Output will be organized
8181
according to the specified ordering convention contained in *flags*.

0 commit comments

Comments
 (0)