An implementation of chunked, compressed, N-dimensional arrays for Python.
Project description
Zarr
Latest Release | |
Package Status | |
License | |
Build Status | |
Coverage | |
Downloads | |
Gitter | |
Citation |
What is it?
Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. See the documentation for more information.
Main Features
- Create N-dimensional arrays with any NumPy
dtype
. - Chunk arrays along any dimension.
- Compress and/or filter chunks using any NumCodecs codec.
- Store arrays in memory, on disk, inside a zip file, on S3, etc...
- Read an array concurrently from multiple threads or processes.
- Write to an array concurrently from multiple threads or processes.
- Organize arrays into hierarchies via groups.
Where to get it
Zarr can be installed from PyPI using pip
:
pip install zarr
or via conda
:
conda install -c conda-forge zarr
For more details, including how to install from source, see the installation documentation.
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
zarr-2.12.0a1.tar.gz
(3.5 MB
view details)
Built Distribution
zarr-2.12.0a1-py3-none-any.whl
(185.2 kB
view details)
File details
Details for the file zarr-2.12.0a1.tar.gz
.
File metadata
- Download URL: zarr-2.12.0a1.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7d807a204ce01a334377bc117872906f1d17494efb84703ad51a2622e908727 |
|
MD5 | ef3af1ab3f60e37dc06e12d2c6f306be |
|
BLAKE2b-256 | ceea39d029c6ebca9c4153c1739cfeb7344f4e2413af9f8fa28f3e3ad019ad4d |
File details
Details for the file zarr-2.12.0a1-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.12.0a1-py3-none-any.whl
- Upload date:
- Size: 185.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ed0fb6a37a60e858c011b9b586b8afeec66319dd132fb42f77ec224f6c8a1b9 |
|
MD5 | e865cb2b42e3765d46e0bc8e018fca3f |
|
BLAKE2b-256 | 162d18c7a225622cb4d61444cda45571a8d30dfd96abb9a5447b090c54f6cda6 |