You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A outcome of the hackathon could be a comprehensive benchmarking and document where are the bottlenecks/incompatibilities. Then we can report the findings to the respective developers in dask, ome-zarr, etc.
multiscale-spatial-image == 2.1.0 overcomes the problem above by relying on ngff-zarr. Currently multiscale-spatial-image == 2.1.0 has dependencies constraints with spatialdata. Also see next:
spatialdata: uses dask_image zoom (as wrapped in ome-zarr-py), but adds extra functionalities such as downscaling with different scale factors per dimension.
A outcome of the hackathon could be a comprehensive benchmarking and document where are the bottlenecks/incompatibilities. Then we can report the findings to the respective developers in dask, ome-zarr, etc.
Here is a starting point:
ngff-zarr. Currently multiscale-spatial-image == 2.1.0 has dependencies constraints with spatialdata. Also see next:rechunk()andastype()https://github.com/ome/ome-zarr-py/blob/cade24ed81440d02d721966e0f766e2ee5e043d9/ome_zarr/dask_utils.py#L130. With a recent PR in ome-zarr-py, other downscaling functions are available (they are also indask_utils.py.