I found a Christmas bug. Need to use mapproject to transform coordinates from a strange GRS-80 based Mollweide projected coordinate system into WGS-84 lon, lats.
As a simple example, try this:
echo "-4725626.3127 -6460896.1797" | gmt mapproject -Jw0/1:1 -R-180/180/-90/90 -C -Fe -I -TGRS-80:0,0,0/- --FORMAT_FLOAT_OUT=%.8f
mapproject [ERROR]: Option -T: Cannot work with -A, -E, -G, -L, -W or -Z
An error response is issued by mapproject. The message doesn’t make sense, since none of the incompatible options were requested in the command line.