jrudolph / vesuvius-gui

Rust GUI for browsing vesuvius project data
Mozilla Public License 2.0
7 stars 0 forks source link

Allow using zarr volumes #3

Open jrudolph opened 1 month ago

jrudolph commented 1 month ago

I previously looked into that but the Rust zarr libraries seem overly complex to me. Maybe a simple reimplementation of the subset of zarr needed for access data is in order.

jrudolph commented 3 weeks ago

In #4 a basic implementation of interpreting zarr volumes was provided. It is currently only used for overlays but can be extended to browse the official volume zarr volumes as well.