spatialdata
spatialdata copied to clipboard
An open and interoperable data framework for spatial omics data
Hello, I wanted to filter my Xenium data but I have an error with the function `match_sdata_to_table`. Here an reproducible example ```python import spatialdata as spd from spatialdata.datasets import blobs...
**Is your feature request related to a problem? Please describe.** I'm trying to get the result of 3D segmentation back into the SpatialData world in order to use sopa but...
# Introduction Hi, my name is Nick, and I'm part of the SciPy issue triage team, and I was looking into high memory usage within spatialdata as part of my...
Dear : I am running to process the Xenium data. When I try to import the spatialdata package, there always exists such error . The error shows something like the...
This is a work-in-progress for testing performance of [`geopandas`](https://geopandas.org/en/stable/) compared to [`dask-geopandas`](https://dask-geopandas.readthedocs.io/en/stable/). I used the `asv` framework to add benchmarks for geopandas [nearest](https://geopandas.org/en/stable/docs/reference/api/geopandas.sindex.SpatialIndex.nearest.html) and [query](https://geopandas.org/en/stable/docs/reference/api/geopandas.sindex.SpatialIndex.query.html). Unfortunately, dask-geopandas doesn't implement these...
Points now use lazy dataframes (Dask `DataFrame`). We talked about allowing having in-memory both as dataframes and lazy dataframes. https://github.com/scverse/spatialdata/issues/153 What about using `GeoDataFrame` and Dask `GeoDataFrame` instead? This will...
updates: - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](https://github.com/rbubley/mirrors-prettier/compare/v3.5.1...v3.5.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.11.2)
Added filtering by a table query as discussed in #626. Added both a standalone function `sd.filter_table_by_query` and a method `sd.SpatialData.filter_table_by_query`. Function signature ```python class SpatialData: ... def filter_by_table_query( self, table_name:...
**Is your feature request related to a problem? Please describe.** The spatialdata_io.merscope reader has the two arguments 'region_name' and 'slide_name'. If set to None, file path directory is used. If...