Utilities for accessing N5 data through zarr v3.
Project description
zarr-python-n5
N5 utilities for zarr-python.
- Documentation: https://zarr-python-n5.readthedocs.io
Codecs
N5 Default Codec
Only whole-chunk reading is supported.
N5 Compressor support
| N5 compressor | Supported | Zarr bytes-to-bytes codec | Notes |
|---|---|---|---|
raw |
yes | n/a | Equivalent to omitted bytes-to-bytes codec |
blosc |
yes | blosc |
|
gzip |
yes | gzip |
|
zstd |
yes | zstd |
|
lz4 |
no | Incompatible codecs | |
xz |
no | No equivalent Zarr codec | |
jpeg |
no | Needs N5 documentation, Zarr codec | |
bzip2 |
no | No equivalent Zarr codec |
Stores
N5WrapperStore allows reading N5 data with DEFAULT-mode blocks through any Zarr store by converting metadata on the fly.
By default, this does not replicate the N5 behaviour of inferring an empty group where a metadata document does not exist.
To achieve this, wrap it in the provided ImplicitGroupWrapperStore.
Tools
This package provides n5tozarr, a command-line interface for converting N5 data to Zarr in-place.
The N5 metadata are left untouched, and no chunk data is altered, moved, or copied.
A zarr.json file is simply added to each Zarr node.
N5 attributes are extracted and added to the zarr.json attributes.
The full N5 metadata document is accessible inside the zarr.json in an attribute called _n5.
If a directory/prefix was empty and the existence of an N5 group was inferred,
the zarr.json attribute _implicit will be true.
Contributing
Use uv for project management.
Use just for common development tasks.
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 zarr_n5-0.1.0.tar.gz.
File metadata
- Download URL: zarr_n5-0.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9898ade1aed62258693d9b382f866be9c12bc904584607b77bcbb265bb3303d3
|
|
| MD5 |
3d01bed7bbf48276061fcb1d385e447b
|
|
| BLAKE2b-256 |
5b8722daff4cae83bb17a34883c987a6d4e3c124c9479c28836ef28883b99ea2
|
File details
Details for the file zarr_n5-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zarr_n5-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec9fa60051c2a43ceafb508cc8de441e1e790346c1c7310a54be309a5521aae9
|
|
| MD5 |
653b6cff4ecda9a4497b18ae903660e9
|
|
| BLAKE2b-256 |
bb8e5d85679b19453d5cf8be1797311afb6670857386b9eb140aba40d02d4d5a
|