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.
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