{"library":"spatialdata","title":"SpatialData","type":"library","description":"SpatialData is a Python library for storing and processing spatial omics data. It defines an in-memory format using xarray and Zarr for efficient out-of-core operations, supporting multi-modal (transcripts, images, shapes, points, tables) spatial datasets. Version 0.7.2 requires Python >=3.11. Releases are frequent (monthly).","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install spatialdata","pip install 'spatialdata[extra]'"],"cli":null},"imports":["from spatialdata import SpatialData","from spatialdata import read_zarr","from spatialdata.io import read_visium"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://spatialdata.scverse.org","github":"https://github.com/scverse/spatialdata.git","docs":"https://spatialdata.scverse.org/en/latest","changelog":null,"pypi":"https://pypi.org/project/spatialdata/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spatialdata import SpatialData, read_zarr\nsdata = read_zarr('path/to/data.zarr')\nprint(sdata)  # inspect elements","lang":"python","description":"Load an existing SpatialData Zarr dataset from disk and display its structure.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}