LucaMarconato
LucaMarconato
If I am correct, the OME-NGFF specification does not require a multiscale image to be the same image downscaled. I think we should clarify and maybe enforce this for a...
`spatialdata` is currently not available in `conda-forge` because [`xarray-dataclasses-feedstock`](https://github.com/conda-forge/xarray-dataclasses-feedstock) was not up-to-date (`xarray-dataclasses` is one of dependencies upstream). Now thanks to @jdblischak and @giovp the blocker is removed 🥳 Thanks!...
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...
@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...
As title, otherwise new features breaking main but not released lead to broken docs notebooks.
Originally reported by @ilan-gold [via Zulip](https://scverse.zulipchat.com/#narrow/channel/315824-spatial/topic/.60SpatialData.60.20Type.20documentation/near/501532935). > Hello! A very simple question/request - how would I find out what the type of Images is from the documentation https://spatialdata.scverse.org/en/stable/api/SpatialData.html#spatialdata.SpatialData.images xarray? dask?
The workaround implemented here https://github.com/scverse/spatialdata/pull/861/files could be improved with the code suggested here https://github.com/dask/dask/issues/11713#issuecomment-2650873213.
> There is a mismatch between the local precommits and the ones in the CI likely introduced with https://github.com/scverse/spatialdata/pull/851. We need to fix it. CC @Zethson _Originally posted by @LucaMarconato...
### To reproduce While working on some tests for https://github.com/scverse/spatialdata/pull/822, I discovered a bug with `left_exclusive` (unrelated to the bug addressed in the mentioned PR). To reproduce please add the...