An implementation of chunked, compressed, N-dimensional arrays for Python
Project description
Zarr
Latest Release | |
Package Status | |
License | |
Build Status | |
Pre-commit 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.13.6.tar.gz
(3.6 MB
view details)
Built Distribution
zarr-2.13.6-py3-none-any.whl
(193.0 kB
view details)
File details
Details for the file zarr-2.13.6.tar.gz
.
File metadata
- Download URL: zarr-2.13.6.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f079444d5126db7ba5895a682797d86d02813f49b35854ee2d89c7503dc3677e |
|
MD5 | cec49c658f13617bc6a69e4a965b36ce |
|
BLAKE2b-256 | b3f019865117a1c82443b1f4c5d3be6ab013bb45d503bb6cee3dfbaef830c49a |
File details
Details for the file zarr-2.13.6-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.13.6-py3-none-any.whl
- Upload date:
- Size: 193.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce5d88e5e0e07487d7872e381e69593edb18b750c216a961d838a818c54bb6ed |
|
MD5 | aabccca5af37bf5d22e22897f07b30cd |
|
BLAKE2b-256 | c3c9bfc168b69e2630d33ab28a9ff3355f30d6e5348e8ac5839c1500003a5b23 |