Paul Wessel
Paul Wessel
Are you using the batch.c version from this PR? One thing that this update does is to change the _current_ directory when the post script is run. It used to...
Hi @Esteban82. I suspect it was me who was not running the correct branch. The awk works fine now as you have it. I found a few problems in batch...
Current version seems to work great for me, with moving products up to top and leaving any name_##### files in the workdir which is then not removed. However, it causes...
Thanks for pointing this out. I will have a look once able to come up for air.
Best bet would be a seismologist with coding skills to take charge of this. It is too much for me to code up someone else's research needs, but I could...
Interestingly, running `gmt grdcut -R-10/69/15/76r @earth_relief -Js0/90/1:5000000 -Gt.grd` works, and the output grid is basically a resampled 15s data down to 3s so it is 46146x9761 in size. I agree...
Can you make available a small example data and script that illustrates the problem? I cannot guess what kind of wrong output you get, but I see the error message.
@joa-quim, we need to fix this one I think. I am guessing the polygon is completely covering this box and we need to detect that.
Looked at this some more and fixed a minor memory leak (#5101) unrelated to the failure. Here is a wider view to see what the global polygon looks like and...
Checking and finding that the clipping in the Mercator example above works great except it picks the wrong side. Trying to think of simple ways to defeat that. Given the...