forked fromzarr-developers/zarr-python
- Notifications
You must be signed in to change notification settings - Fork0
An implementation of chunked, compressed, N-dimensional arrays for Python.
License
NotificationsYou must be signed in to change notification settings
ilan-gold/zarr-python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
| Latest Release | |
| Package Status | |
| License | |
| Build Status | |
| Pre-commit Status | |
| Coverage | |
| Downloads | |
| Developer Chat | |
| Funding | |
| Citation |
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.
- 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 arrayconcurrently from multiple threads or processes.
- Write to an array concurrently from multiple threads or processes.
- Organize arrays into hierarchies viagroups.
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.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Python100.0%
