Hello!
I have a question regarding the gridding (blockmean/blockmedian) workflow involving some projections. My data are somewhat regularly spaced in certain projections (think geostationary viewpoint, GOES-R series satellites), but not regular in lon/lat. Thus, when I aggregate and plot the data with blockmean+grdimage, they show some aliasing (? or artefacts) related to the spatial sampling, especially when going to smaller increments.
Now I have the blockmean and grdimage process working just fine, however I would like to ask blockmean to perform the “blocking” and averaging operations in the projected coordinates (in my case some -JG), rather than doing those operations in lon/lat and then performing the transformation upon calling grdimage. Is there a way to do that in GMT? I obviously had a look in the documentation, but from what I could gather, it reads like GMT performs all those calculations in lon/lat internally (when using the “-fp[unit]” argument), regardless of the input format or projection.
If that is not possible with blockmean, would there be a way of producing a grid file manually and then ask grdimage to treat the input correspondingly?
It looks like I’m having a similar issue as https://flint.soest.hawaii.edu/t/can-grdimage-plot-grids-where-the-latitude-bands-are-unequally-spaced/68, however I would be totally fine with having a regular grid in projected coordinates.
Cheers all!