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.9.1.tar.gz
(3.5 MB
view details)
Built Distribution
zarr-2.9.1-py3-none-any.whl
(143.2 kB
view details)
File details
Details for the file zarr-2.9.1.tar.gz
.
File metadata
- Download URL: zarr-2.9.1.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 688afec069e0f85b87c1ef4572766f998309c64ab7bea1884cec60e92d109544 |
|
MD5 | 1334dac20249e04c39c9d60435b9cc8a |
|
BLAKE2b-256 | 853f753dfd30912c5768ebeda17e8c8b8eda6e22c81b53e0500822e788abf7a1 |
File details
Details for the file zarr-2.9.1-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.9.1-py3-none-any.whl
- Upload date:
- Size: 143.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0f5b498a456491f993dc0a70bc62ee84c9a78f36ee85d307475d7d00931129d |
|
MD5 | acb0415ff9881c28850f520f0642e039 |
|
BLAKE2b-256 | 97a6c0c5ef575766eb08a7cdb199b137c6ea4dcb4e2341008378a6f066b9c845 |