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
Some discussion about potential changes to ome-zarr-py at #402 inspired me to check out other OME-Zarr libs to understand alternative ways of structuring things...
Some discussion about potential changes to ome-zarr-py at #402 inspired me to check out other OME-Zarr libs to understand alternative ways of structuring things...
Work in progres....
Inspired by https://docs.google.com/spreadsheets/d/1airVWkmQGaVopHgtW1tL8k4YJM55DO9I5QA6jnpu1nk/edit?gid=0#gid=0
ngff-zarr
https://github.com/thewtex/ngff-zarr
Testing example at https://ngff-zarr.readthedocs.io/en/latest/quick_start.html
example.ome.zarr/scale0/image/.zarray
withexample.ome.zarr/scale0/.zattrs
for xarray_ARRAY_DIMENSIONS
nz.to_multiscales(image, scale_factors=[2,4,8], chunks=64)
generates aMultiscales
data object with data as dask delayed pyramid.(1, 512, 512, 512)
since it fails to downsample - trying to downsample all dimensions?pydantic-ome-ngff
https://github.com/janeliascicomp/pydantic-ome-ngff
Others
https://github.com/janelia-cellmap/pydantic-zarr - Not OME-Zarr
https://github.com/CBI-PITT/stack_to_multiscale_ngff - Python based command like tool - E.g TIFFs to OME-Zarr
https://github.com/bioio-devs/bioio - uses https://github.com/bioio-devs/bioio-ome-zarr which uses ome-zarr-py.
The text was updated successfully, but these errors were encountered: