Size: 341
Comment:
|
Size: 585
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
Python method * [[h5py]]: an attempt to map the HDF5 feature set to NumPy as closely as possible. In addition, it also provides access to nearly all of the HDF5 C API. * PyTables: an additional abstraction layer on top of HDF5 and NumPy |
Why HDF5?
- Designed to efficiently manage very large datasets.
- Lets you organize datasets hierarchically.
- Very flexible and well tested in scientific environments.
- Good maintenance and improvement rate.
Technical excellence (R&D 100 Award).
- It's Open Source software
Python method