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
Describe the Bug
Expected Behavior
Load the data
Reproduction
Environment
bioio-3.0.0 (Conda)