Skip to main content

HDF - Hierarchical Data Format: Notes

HDF Logo - Source: https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/HDF_logo.svg/1200px-HDF_logo.svg.png

HDF5 is the current version.

https://en.wikipedia.org/wiki/Hierarchical_Data_Format

HDF on GitHub: https://github.com/HDFGroup/hdf5

The HDF Group

HDF5 for Python

Install h5py package

# python -m pip show h5py
Name: h5py
Version: 2.10.0
Summary: Read and write HDF5 files from Python
Home-page: http://www.h5py.org
Author: Andrew Collette
Author-email: andrew.collette@gmail.com
License: BSD
Location: f:\python36\lib\site-packages
Requires: six, numpy
Required-by: tensorflow
#

Popular posts from this blog

Docker: Commonly Used Commands

Repeat to remember Remember to repeat

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.