From: W. Trevor King Date: Thu, 21 Apr 2011 15:33:37 +0000 (-0400) Subject: Add HDFView post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc196d486e54b7af153319d48b1c8876e6d07a71;p=blog.git Add HDFView post. --- diff --git a/posts/HDF5.mdwn b/posts/HDF5.mdwn index ff50d91..b8ed363 100644 --- a/posts/HDF5.mdwn +++ b/posts/HDF5.mdwn @@ -10,6 +10,8 @@ Useful utilities included with the HDF5 library: * `h5dump` (command line HDF5 extraction) * `h5stat` (command line HDF5 database statistics) +There's also [[HDFView]] which provides a nice graphical interface. + I'll walk through the HDF5 tutorial with `h5py` to give you a feel for how things work. It may help to keep in mind the following HDF5 to filesystem concept map: diff --git a/posts/HDFView.mdwn b/posts/HDFView.mdwn new file mode 100644 index 0000000..204b546 --- /dev/null +++ b/posts/HDFView.mdwn @@ -0,0 +1,15 @@ +[[!meta title="HDFView"]] + +[HDFView][] is a useful utility for browsing and manipulating +[[HDF5]]. + +Note that there is currently a [minor bug with the Ubuntu +packaging][bug], so you may need to install `default-jre` and by hand. + +[[!img HDFView.png alt="HDFView screenshot" + title="HDFView screenshot" ]] + +[HDFView]: http://www.hdfgroup.org/hdf-java-html/hdfview/ +[bug]: https://bugs.launchpad.net/ubuntu/+source/jhdf/+bug/620779 + +[[!tag tags/tools]] diff --git a/posts/HDFView/hdfview.png b/posts/HDFView/hdfview.png new file mode 100644 index 0000000..ea6348b Binary files /dev/null and b/posts/HDFView/hdfview.png differ