Conversation
Signed-off-by: Sricharan Reddy Varra <[email protected]>
|
Quick high level feedback - can't we fold ozx into the existing iohub infrastructure, maybe something like: iohub convert -i dataset.zarr -o dataset.ozx # Pack into a `ozx` Zip archive
iohub info dataset.ozx --ozx # check RFC-9 properties
iohub info dataset.ozx # FOV summary (auto-detects .ozx) |
|
A single-layer namespace works, but specialized groups make the purpose more explicit, I think this should be it's own
We'll eventually need a CLI to unzip a
RFC-9 is still in review and the surface of things we may find useful can grow ( |
|
Re: #408 (comment) I disagree with just about everything in that comment. It looks like Claude is overfitting to what you want to do rather than thinking through the problem. I don't think the user should worry about compressed vs uncompressed zarr stores - that's something iohub should be able to figure out. If RFC-10 comes up with yet another format (we've been thru v2, v3, now ozx..) we wouldn't make to make yet another entry point. It's true that Re: |
Yeah these makes sense to me we can do that. |
Adds RFC-9 Zipped OME-Zarr (
.ozx) - a single-file archive for distribution.open_ome_zarr("dataset.ozx")opens the dataset in read mode.Maybe a future todo is having a way to "decompress" the zip via cli?