[ nabia ]
[ aramo ]
[ 源代码: zarr ]
软件包: python3-zarr (2.10.3+ds-1)
python3-zarr 的相关链接
Trisquel 的资源:
下载源码包 zarr:
维护者:
Original Maintainers:
- Debian Science Maintainers (Mail Archive)
- Antonio Valentino
外部的资源:
- 主页 [github.com]
相似软件包:
chunked, compressed, N-dimensional arrays for Python
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.
其他与 python3-zarr 有关的软件包
|
|
|
-
- dep: libjs-sphinxdoc (>= 2.4.3-5~)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-asciitree
- Draw tree structures using (ASCII or Unicode) characters
-
- dep: python3-fasteners
- provides useful locks - Python 3.x
-
- dep: python3-numcodecs
- buffer compression and transformation codecs for Python
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: sphinx-rtd-theme-common (>= 1.0.0+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- sug: jupyter-notebook
- Jupyter interactive notebook
-
- sug: python3-h5py
- general-purpose Python interface to hdf5