Add HDFView post.
authorW. Trevor King <wking@drexel.edu>
Thu, 21 Apr 2011 15:33:37 +0000 (11:33 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 21 Apr 2011 15:33:37 +0000 (11:33 -0400)
posts/HDF5.mdwn
posts/HDFView.mdwn [new file with mode: 0644]
posts/HDFView/hdfview.png [new file with mode: 0644]

index ff50d91f7195771f6ffdc13f4fba43f4ba6f9a23..b8ed36339ed82d7f994427371f04d3b2028632e6 100644 (file)
@@ -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 (file)
index 0000000..204b546
--- /dev/null
@@ -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 (file)
index 0000000..ea6348b
Binary files /dev/null and b/posts/HDFView/hdfview.png differ