A BioIO reader plugin for reading Zarr files in the OME format.
Project description
bioio-ome-zarr
A BioIO reader plugin for reading OME ZARR images using ome-zarr
Documentation
See the full documentation on our GitHub pages site - the generic use and installation instructions there will work for this package.
Information about the base reader this package relies on can be found in the bioio-base repository here
Installation
Stable Release: pip install bioio-ome-zarr
Development Head: pip install git+https://github.com/bioio-devs/bioio-ome-zarr.git
Example Usage (see full documentation for more examples)
Install bioio-ome-zarr alongside bioio:
pip install bioio bioio-ome-zarr
This example shows a simple use case for just accessing the pixel data of the image
by explicitly passing this Reader into the BioImage. Passing the Reader into
the BioImage instance is optional as bioio will automatically detect installed
plug-ins and auto-select the most recently installed plug-in that supports the file
passed in.
from bioio import BioImage
import bioio_ome_zarr
img = BioImage("my_file.zarr", reader=bioio_ome_zarr.Reader)
img.data
Issues
Click here to view all open issues in bioio-devs organization at once or check this repository's issue tab.
Development
See CONTRIBUTING.md for information related to developing the code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bioio-ome-zarr-1.0.0.tar.gz.
File metadata
- Download URL: bioio-ome-zarr-1.0.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
180894218325438edb40dc3bf1b8c0a6f52e70f3ca5b233eb6bf80d2a8ad9351
|
|
| MD5 |
d77ab113b6cf7dfc4233f53d50ce3b94
|
|
| BLAKE2b-256 |
94df49203075302fae43604bfd6c9f964576ade3a2f98b85f21051a9e354dff3
|
File details
Details for the file bioio_ome_zarr-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bioio_ome_zarr-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e3beecfa0a8ef3c64de79496968aa06fe8327e3d8179de5c49e73b088918a66
|
|
| MD5 |
9d9525aca6cc5d905d21f9cf635438c5
|
|
| BLAKE2b-256 |
9721f55fade7c79431152a5503c47bd25c3c13ed7a1581a5d4820a047b13903c
|