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

git for Windows: notes from the field

Git for Windows

VMware Workstation: vmrun.exe

Using vmrun.exe to manage VMs on VMware Workstation

Windows command: icacls

Icacls is a command-line utility that can be used to display or modify discretionary access control lists (DACLs) on specified files, and apply stored DACLs to files in specified directories.