Data formats (advanced)#
The SpatialData format is defined as a set of versioned subclasses of ome_zarr.format.Format, one per type of element. The spatialdata.SpatialDataFormatType is a union type encompassing the possible valid formats.
These format subclasses are useful to ensure backward compatibility whenever a major version change is introduced. We also provide pointers to the latest format.
- class spatialdata._io.format.RasterFormatV01[source]#
Bases:
FormatV04,CoordinateMixinV01Formatter for raster data.
- class spatialdata._io.format.ShapesFormatV01[source]#
Bases:
FormatV04Formatter for shapes.
- class spatialdata._io.format.ShapesFormatV02[source]#
Bases:
FormatV04Formatter for shapes.
- class spatialdata._io.format.PointsFormatV01[source]#
Bases:
FormatV04,PointsAttrsMixinV01Formatter for points.