[ nabia ]
[ aramo ]
[ ソース: zarr ]
パッケージ: python3-zarr (2.10.3+ds-1)
python3-zarr に関するリンク
Trisquel の資源:
zarr ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Science Maintainers (メールアーカイブ)
- 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