Skip to content

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

License

Notifications You must be signed in to change notification settings

DON-BRAN/zarr-python

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

Folders and files

NameName
Last commit message
Last commit date
Feb 2, 2023
Sep 8, 2022
Nov 9, 2022
Feb 23, 2023
Feb 9, 2023
Jan 12, 2023
Feb 23, 2023
Jul 18, 2022
Nov 10, 2022
Oct 18, 2020
Nov 1, 2022
Feb 14, 2019
Dec 7, 2022
Aug 13, 2019
Oct 15, 2022
Aug 6, 2022
Sep 9, 2021
Nov 3, 2022
Nov 3, 2022
Oct 19, 2022
Feb 2, 2023
Jan 16, 2023
Feb 13, 2023
Feb 10, 2023
Feb 2, 2023

Repository files navigation


Zarr

Latest Release latest release
latest release
Package Status status
License license
Build Status build status
Pre-commit Status pre-commit 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

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Roff 1.0%