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

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Wireguard VPN: Notes

Notes while trying Wireguard VPN on some of my testbeds.