Open ph-kev opened 1 week ago
Yeah, the first image is because Makie doesn't know how to wrap those coordinates around yet. It's a hard issue to solve since it needs changes through the whole plotting stack. But we'll probably get there at some point.
For now the solution you found is likely the best one.
I am not sure if this is an issue or if it is not supported by GeoMakie, but plotting data where the longitude ranges from 0 to 360 degrees differ from the same data ranging from -180 degrees to 180 degrees.
I am using
landsea.nc
from https://www.ncl.ucar.edu/Applications/Data/#cd and I ran the following scriptI get the following two images:
The second image is what I expected, but the first image is off. There is distortion at the top and bottom of the plot.