Skip to content

An implementation of chunked, compressed, N-dimensional arrays for Python.

License

Notifications You must be signed in to change notification settings

TomAugspurger/zarr-python

This branch is 1088 commits behind zarr-developers/zarr-python:main.

Folders and files

NameName
Last commit message
Last commit date
May 13, 2021
Aug 13, 2019
Nov 17, 2017
May 20, 2021
Apr 24, 2017
Jan 9, 2020
May 20, 2021
Jan 1, 2021
Oct 18, 2020
Jan 29, 2018
Apr 24, 2017
Feb 14, 2019
Aug 13, 2019
Dec 3, 2020
Oct 11, 2018
Jan 4, 2018
Apr 24, 2017
Dec 3, 2020
Aug 13, 2019
Nov 4, 2020
Sep 18, 2020
Sep 29, 2020
Sep 18, 2020
Jan 3, 2018
May 24, 2021
May 14, 2021
May 18, 2021
Oct 24, 2019
May 14, 2021
Feb 18, 2021
Dec 3, 2020

Repository files navigation


Zarr

Latest Release latest release
latest release
Package Status status
License license
Build Status travis build status
Coverage coverage
Downloads pypi downloads
Gitter
Citation DOI

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.

About

An implementation of chunked, compressed, N-dimensional arrays for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.3%
  • Roff 1.5%
  • Batchfile 0.2%