Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

zarr-developers/zarr-python

Repository files navigation


Zarr

Latest Releaselatest release
latest release
Package Statusstatus
Licenselicense
Build Statusbuild status
Pre-commit Statuspre-commit status
Coveragecoverage
Downloadspypi downloads
Developer Chat
FundingCZI's Essential Open Source Software for Science
CitationDOI

What is it?

Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. See thedocumentation for more information.

Main Features

  • Create N-dimensional arrays with any NumPydtype.
  • 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 arrayconcurrently from multiple threads or processes.
  • Write to an array concurrently from multiple threads or processes.
  • Organize arrays into hierarchies viagroups.

Where to get it

Zarr can be installed from PyPI usingpip:

pip install zarr

or viaconda:

conda install -c conda-forge zarr

For more details, including how to install from source, see theinstallation documentation.

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp