Version
v2025.04.0
How did you install UXarray?
Conda
What happened?
Using UXarray to visualize some coarse resolution HEALPix grids, I notice some issues as follows:
- Face edges do not seem like great circle arc in ours but the do in the easy.gems visualizations.
UXarray

easy.gems

- There should be some issues around the Poles, which might be due to connectivity generation and/or periodic elements handling (Western faces being split but the Eastern ones, no splitting seems needed from easy.gems), but there does not seem to be issues with the actual corner nodes and face centers:





What did you expect to happen?
Already clarified above I believe
Can you provide a MCVE to repoduce the bug?
# Let us open a pretty coarse HEALPix grid because we will visualize it later
uxgrid = ux.Grid.from_healpix(zoom=0, pixels_only=False)
uxgrid.plot(
periodic_elements="split",
projection=ccrs.Mollweide(),
width=800,
title="HEALPix, zoom=0")
# Other plotting code in the figures above can also be inspected here
Version
v2025.04.0
How did you install UXarray?
Conda
What happened?
Using UXarray to visualize some coarse resolution HEALPix grids, I notice some issues as follows:
UXarray

easy.gems

What did you expect to happen?
Already clarified above I believe
Can you provide a MCVE to repoduce the bug?