Hi, I tried to convert bin2cell's AnnData to a SpatialData object using this tutorial, but I found that the 2um bins are missing after conversion. The segmentation masks also do not convert over well.
This is kind-of related to the visualization question I had here (#24 (comment)), but a perfect conversion of bin2cell segementation AnnData to SpatialData (without loss of the 2um bin coordinate information) would allow 10X VisiumHD to generate images very close to these 10X Xenium images at the bottom of the SpatialData - 10X Xenium tutorial.
So, with bin2cell segments + hi-res images + 2um transcript bins.
SpatialData already supports plotting of 2um VisiumHD bins (VisiumHD SpatialData tutorial). I guess, just the bin2cell segments would have to be transferred over, and 2um bins would have to somehow remain in the bin2cell AnnData object.
Could this be a future feature, please?