https://github.com/ome/ome-zarr-py
Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://github.com/ome/ome-zarr-py
ngff ome ome-zarr zarr
Last synced: 12 days ago
JSON representation
Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
- Host: GitHub
- URL: https://github.com/ome/ome-zarr-py
- Owner: ome
- License: other
- Created: 2020-05-06T09:40:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T19:43:22.000Z (23 days ago)
- Last Synced: 2025-05-01T01:29:54.836Z (20 days ago)
- Topics: ngff, ome, ome-zarr, zarr
- Language: Python
- Homepage: https://ome-zarr.readthedocs.io/en/stable/
- Size: 854 KB
- Stars: 188
- Watchers: 19
- Forks: 59
- Open Issues: 74
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- top-life-sciences - **ome/ome-zarr-py** - generation file format (NGFF) specifications for storing bioimaging data in the cloud.<br>`ngff`, `ome`, `ome-zarr`, `zarr`<br><img src='https://github.com/HubTou/topgh/blob/main/icons/gstars.png'> 143 <img src='https://github.com/HubTou/topgh/blob/main/icons/forks.png'> 51 <img src='https://github.com/HubTou/topgh/blob/main/icons/code.png'> Python <img src='https://github.com/HubTou/topgh/blob/main/icons/license.png'> Other <img src='https://github.com/HubTou/topgh/blob/main/icons/last.png'> 2024-06-06 12:51:57 | (Ranked by starred repositories)
README
|pypi| |docs| |coverage|
===========
ome-zarr-py
===========Tools for multi-resolution images stored in Zarr filesets, according to the `OME NGFF spec`_.
See `Readthedocs `_ for usage information.
Documentation
-------------Documentation will be automatically built with `readthedocs`.
It can be built locally with::
$ pip install -r docs/requirements.txt
$ sphinx-build -b html docs/source/ docs/build/htmlTests
-----Tests can be run locally via `tox` with::
$ pip install tox
$ toxTo enable pre-commit code validation::
$ pip install pre-commit
$ pre-commit installRelease process
---------------This repository uses `setuptools_scm` to manage version numbers.
Go to https://github.com/ome/ome-zarr-py/releases and click on `Draft a new release`.
Under `Choose a tag`, type the new version number (e.g. `0.1.0`) and choose
`Create a new tag on publish` from the dropdown.Click on `Generate release notes` to create a changelog and `Publish release` to publish the release.
License
-------Distributed under the terms of the `BSD`_ license,
"ome-zarr-py" is free and open source software.. _`OME NGFF spec`: https://github.com/ome/ngff
.. _`BSD`: https://opensource.org/licenses/BSD-2-Clause.. |pypi| image:: https://badge.fury.io/py/ome-zarr.svg
:alt: PyPI project
:target: https://badge.fury.io/py/ome-zarr.. |docs| image:: https://readthedocs.org/projects/ome-zarr/badge/?version=stable
:alt: Documentation Status
:target: https://ome-zarr.readthedocs.io/en/stable/?badge=stable.. |coverage| image:: https://codecov.io/gh/ome/ome-zarr-py/branch/master/graph/badge.svg
:alt: Test coverage
:target: https://codecov.io/gh/ome/ome-zarr-py