[ ソース: zarr ]
パッケージ: python3-zarr (2.6.1+ds-1)
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~)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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 (>= 0.5.0+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- sug: jupyter-notebook
- Jupyter interactive notebook
-
- sug: python3-h5py
- general-purpose Python interface to hdf5