0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CLIコマンド:h5treeの作成

Posted at

概要

ターミナル上でHDF5ファイルの階層構造を簡単に確認するコマンドh5treeを作成した。

言語はC言語。
情報の読み込みにはHDF5ライブラリを使用している。

h5treeの引数にHDF5ファイルを与えて実行した結果は以下のようになる。
青色がグループ名、緑色がデータセット、白色が属性である。
属性は値も表示する。日本語の表示も問題なくできた。

やはりCLIはとにかく軽い。

配布先

バグなどあればissueまで。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?