Skip to content

Commit 59e1824

Browse files
committed
grdcut debug
1 parent b320f67 commit 59e1824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/gridops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def grdcut(grid, **kwargs):
105105
if "G" not in kwargs.keys(): # if outgrid is unset, output to tempfile
106106
kwargs.update({"G": tmpfile.name})
107107
outgrid = kwargs["G"]
108-
arg_str = " ".join([infile, build_arg_string(kwargs)])
108+
arg_str = " ".join([infile, build_arg_string(kwargs), "-Vd"])
109109
lib.call_module("grdcut", arg_str)
110110
print(arg_str)
111111
print(tmpfile.name)

0 commit comments

Comments
 (0)