ozx-0.1.0 is not a library.
ozx
A toy CLI for archving an OME-Zarr hierarchy into a .ozx file per RFC-9.
Usage
Requires a recent rust toolchain.
# Clone and enter this repository
# Optionally, install the `ozx` tool
# Alternatively, replace all `ozx` invocations below with `cargo run --`
# or `cargo run --release --` to do it faster
# If you don't have any OME-Zarr data available,
# you can fetch some with
# which populates `./fixtures/kingsnake.ome.zarr/`
# See the tool's help text
# Create an OZX archive, with your data or kingsnake
Limitations
This was originally intended as an exploration of the format rather than a production tool, and is currently limited to local OME-Zarr stores and runs synchronously on a single thread.
Attribution
The test data retrieved by fetch_kingsnake.sh is as described by InsightSoftwareConsortium/OMEZarrOpenSciVisDatasets.