spatialdata icon indicating copy to clipboard operation
spatialdata copied to clipboard

An open and interoperable data framework for spatial omics data

Results 302 spatialdata issues
Sort by recently updated
recently updated
newest added

**Recommendation: attach a minimal working example** Minimal working example with a toy dataset: ``` from spatialdata.models import PointsModel n_points=10000 coords = pd.DataFrame({'x': np.random.rand(n_points), 'y': np.random.rand(n_points)}) points = PointsModel.parse(coords) points_sdata =...

Scverse X owkin hackathon SpatialData documentation [issue link](https://github.com/scverse/202503_hackathon_owkin/issues/22) Contributers : @lopollar @bisho2122 @Fritze

@lopollar Ideas: - [ ] Allow for making a polygon query where the polygon is inside the `SpatialData` object, without the need to extract it and transform it. This is...

enhancement ✨
method: query

Fixes remote table support and fixes the repr for remote paths

Run remote tests against real remote datasets.

This PR adds remote filesystem support for points.

This PR adds remote filesystem support for shapes.

This is the PR to close https://github.com/scverse/spatialdata/issues/441.

I am working with a spatialdata object with 49 visium samples: sdata ``` SpatialData object, with associated Zarr store: /cfs//02_nfcore_spatialvi/output/aggregation/data/merged_sdata.zarr ├── Images │ ├── 'study1_sample1_hires_image': DataArray[cyx] (3, 2000, 2000) │...

Should fix crashing python3.10 tests