We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b320f67 commit 59e1824Copy full SHA for 59e1824
pygmt/gridops.py
@@ -105,7 +105,7 @@ def grdcut(grid, **kwargs):
105
if "G" not in kwargs.keys(): # if outgrid is unset, output to tempfile
106
kwargs.update({"G": tmpfile.name})
107
outgrid = kwargs["G"]
108
- arg_str = " ".join([infile, build_arg_string(kwargs)])
+ arg_str = " ".join([infile, build_arg_string(kwargs), "-Vd"])
109
lib.call_module("grdcut", arg_str)
110
print(arg_str)
111
print(tmpfile.name)
0 commit comments