2013-08-13 13:59:54 +02:00
|
|
|
The h5py package provides both a high- and low-level interface to the HDF5
|
2018-02-25 06:34:08 +01:00
|
|
|
library from Python. The low-level interface is intended to be a complete
|
|
|
|
wrapping of the HDF5 API, while the high-level component supports access to HDF5
|
|
|
|
files, datasets and groups using established Python and NumPy concepts.
|
2009-07-13 16:07:16 +02:00
|
|
|
|
2018-02-25 06:34:08 +01:00
|
|
|
A strong emphasis on automatic conversion between Python (Numpy) datatypes and
|
|
|
|
data structures and their HDF5 equivalents vastly simplifies the process of
|
|
|
|
reading and writing data from Python.
|
2009-07-13 16:07:16 +02:00
|
|
|
|
2018-02-25 06:34:08 +01:00
|
|
|
WWW: https://www.h5py.org/
|
2018-04-25 18:42:37 +02:00
|
|
|
WWW: https://pypi.org/project/h5py/
|
2018-02-25 06:34:08 +01:00
|
|
|
WWW: https://github.com/h5py/h5py
|