Skip to content

List index out of range accessing a remote Zarr #106

@stefanches7

Description

@stefanches7

Describe the Bug

Image

Expected Behavior

Load the data

Reproduction

from bioio import BioImage

# Load Zarr image from URL/link
zarr_url = "https://uk1s3.embassy.ebi.ac.uk/bia-integrator-data/S-BIAD845/409227a9-2f3f-421c-8086-b14253283e42/409227a9-2f3f-421c-8086-b14253283e42.zarr"

# Method 1: Direct URL loading
img = BioImage(zarr_url)

# Access image data
data = img.data  # Full image data as numpy array

Environment

bioio-3.0.0 (Conda)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions