Grdimage @earth_day_30s

I run the following command:

gmt grdimage @earth_day_30s -JM15c -R-79/-43/-50/-20 -png imagen_30s

and I get the message:


grdimage [INFORMATION]: Grid projection from size 43200x21600 to 43200x21600
Terminado (killed)

When I run the with other resolution I have no problem.

Also I try it on binder and it worked. I got:

...
grdimage [INFORMATION]: Grid projection from size 43200x21600 to 43200x21600
grdimage [DEBUG]: Successfully added data array to previously registered Image container.
...

So I think there is a problem with PC. What could I do?

Apart from the problem that the GDAL bridge reads the entire image, we have 64-bit counting bug in grdimage. Will work on this tomorrow.

It.s not the bridge that loads the entire image. It’s further up in the GMT workflow.