Background
I'm trying to visualize the NOAA GFS layer, which I've converted into a GeoZarr-aligned / Icechunk dataset. Since GFS publishes weather nodes, I tried to pass spatial:registration="node" to the ZarrLayer, but unfortunately, it appears that ZarrLayer ignores this entirely, which causes it to render off-center.
Background
I'm trying to visualize the NOAA GFS layer, which I've converted into a GeoZarr-aligned / Icechunk dataset. Since GFS publishes weather nodes, I tried to pass
spatial:registration="node"to theZarrLayer, but unfortunately, it appears that ZarrLayer ignores this entirely, which causes it to render off-center.