python3-zarr

chunked, compressed, N-dimensional arrays for Python

Description

Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. Some highlights:

  - Create N-dimensional arrays with any NumPy dtype.
  - Chunk arrays along any dimension.
  - Compress chunks using the fast Blosc meta-compressor or
    alternatively using zlib, BZ2 or LZMA.
  - Store arrays in memory, on disk, inside a Zip file, on S3, ...
  - 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.
  - Use filters to preprocess data and improve compression.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/zarr-developers/zarr-python


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-zarr