Interface to 'zarr' similar to 'xarray'
Project 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_ufunc function calling the xarray function enables parallel calculation via dask.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zxarray-0.1.0.tar.gz
(27.0 kB
view hashes)
Built Distribution
zxarray-0.1.0-py3-none-any.whl
(27.7 kB
view hashes)