bioio-devs / bioio

Image reading, metadata management, and image writing for Microscopy images in Python
https://bioio-devs.github.io/bioio/OVERVIEW.html
BSD 3-Clause "New" or "Revised" License
58 stars 4 forks source link

Add new ome-zarr-writer #46

Closed toloudis closed 4 months ago

toloudis commented 5 months ago

Feature Description

We have a new ome-zarr-writer implementation that works much better for converting our large time series data. We'd like to make that a part of bioio now.

Use Case

We have lots of data to convert to ome-zarr. The current ome zarr writer is unstable and doesn't work well on large data.

Solution

Clean up the code from here: https://github.com/allen-cell-animated/cellbrowser-tools/blob/nucmorph/cellbrowser_tools/ome_zarr_writer.py and add it to this repo.
Add documentation as needed.

Question: How should we deprecate the old zarr writer that already exists in here?

Alternatives