zxarray
Description
zxarray is an interface of zarr similar to xarray. The idea is to benefit from the advantages of xarray (coordinate access, parallel apply), while keeping memory usage low by storing data in zarr. To achieve this:
- zxarray.ZXArray have accessors similar to those of xarray, such as
.loc,.sel,.isel. - an
apply_ufuncfunction calling the xarray function enables parallel calculation via dask.
Install
zxarray can be installed via pip:
pip install zxarray
License
Copyright(c) 2024, 2025 Yoann Robin
This file is part of zxarray.
zxarray is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
zxarray is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with zxarray. If not, see https://www.gnu.org/licenses/.
Release files for zxarray 0.15.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zxarray-0.15.1.tar.gz | 33.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zxarray-0.15.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 67.8 kB
Release files / zxarray-0.15.1.tar.gz
| Download URL | zxarray-0.15.1.tar.gz |
|---|---|
| Size | 33.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b8962716e09b2642dd8de7ea11ebccf6c5412b7edc757d0648761a7ed2fad38
|
|
BLAKE2b-256 checksum How to use checksums |
c8785b94c650e1b2bbc98a0bb3e27d43f82894fe97a8d0cf29ee072308057f6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.9
|
Release files / zxarray-0.15.1-py3-none-any.whl
| Download URL | zxarray-0.15.1-py3-none-any.whl |
|---|---|
| Size | 33.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ef1639b0a32545a3f8ebd607bbdfb22d09dd45dcbadb90d4ab68f7c7129ca85
|
|
BLAKE2b-256 checksum How to use checksums |
41c78525d7a8e70304ebd048cf35eccbf363a6bb1410988912a6da74c2f81756
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.9
|