Skip to content

fix(cli): view of zarr data #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LucaMarconato
Copy link

@LucaMarconato LucaMarconato commented May 19, 2025

Closes #197

Semiclean solution for #197.

I call it "semiclean" because think a cleaner approach may be to modify the logic of paths in cloudvolume. For instance this line is reached: https://github.com/seung-lab/cloud-volume/blob/74b3496d0d3a906cde6cac1d39fc3928360cfa93/cloudvolume/cloudvolume.py#L255 but the returned value is still a CloudVolume object such that cv.meta.path.format == 'precomputed', while I would expect cv.meta.path.format == 'zarr2'

Since, since the PR only makes minimal changes, and only in the CLI function view() (which is therefore not called by other parts of the code), this workaround may be good enough.

@william-silversmith william-silversmith changed the title fix cli view of zarr data fix(cli): view of zarr data May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run igneous view on OME-Zarr data
1 participant