io.parse_zarr_url
io.parse_zarr_url(zarr_url)
Parse the OME-ZARR URL into a dictionary with the root URL, row, column and image
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
zarr_url |
str | Path to the OME-ZARR | required |
Returns
| Type | Description |
|---|---|
| OmeZarrUrl | A OmeZarrUrl object |