Skip to content

wutianyuan1/hdf5-fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDF5-FUSE

A mountable HDF5 viewer based on FUSE3 library.

Installation & Usage

  • First, replace HDF5_DIR in Makefile to your HDF5 root
  • Then, run make
  • Finally, run ./h5fuse [FUSE Options] <MOUNT_POINT> <YOUR_HDF5_FILE>

Features

  • Almost Readonly now, except it supports mkdir (to create groups in your HDF5 file).
  • All groups are reflected to a directory
  • To access data, you can use cat DATASET_PATH >& YOUR_BIN_FILE.bin to dump the raw binary data from specified datasets. And you can then use hexdump to obtain the human-readable outputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published