You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metadata such as indexing columns generated as columns in spatialdata shapes are ignored when written to file using SpatialData.write() in version spatialdata==0.0.15. For now bento-tools will also reindex when loading data with bt.io.read_zarr().
Solution may be as simple as upgrading to spatialdata>=0.1.0.
The text was updated successfully, but these errors were encountered:
Looks like this is an open issue scverse/spatialdata#311 that still needs to be addressed scverse/spatialdata#293. Could also migrate all our annotations to Table elements and retrieve with get_values() instead but will be a significant refactor.
Metadata such as indexing columns generated as columns in spatialdata shapes are ignored when written to file using
SpatialData.write()
in versionspatialdata==0.0.15
. For nowbento-tools
will also reindex when loading data withbt.io.read_zarr()
.Solution may be as simple as upgrading to
spatialdata>=0.1.0
.The text was updated successfully, but these errors were encountered: