Paketname | python-h5py |
Beschreibung | h5py is a general-purpose Python interface to hdf5 |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.2.1-2ubuntu1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 1664 Byte |
Hängt ab von | libc6 (>= 2.4), libhdf5-serial-1.8.4 | libhdf5-1.8.4, python (<< 2.7), python (>= 2.6), python-centr |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | h5py |
Paketgröße | 452100 Byte |
Prüfsumme MD5 | bc2d8c2d6ac0b1546a689283ae2a68a8 |
Prüfsumme SHA1 | df13787ab21a5b7514c098d0ea49daaec41c38ff |
Prüfsumme SHA256 | 01b032c91755562219723a8d33307a9eee904db69c57bf7f46d6cb57ed663e64 |
Link zum Herunterladen | python-h5py_1.2.1-2ubuntu1_i386.deb |
Ausführliche Beschreibung | HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
scientific software library designed for the fast, flexible storage of
enormous amounts of data.
.
From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and accessed
using the tradional POSIX /path/to/resource syntax.
.
H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.
|