HDF5 is supported through the Xdmf format. You can understand Xdmf format as a kind of format descriptor for HDF5 files. In HDF5 format you can store data in several different ways, in this sense, Xdmf is just a XML file pointing to where the data actually is inside HDF5 file (or files). Moreover, the fastest way to get your HDF5 files loaded by ParaView is
simply writing a couple of Xdmf ASCII lines. You don't need to
download, compile and install any library. For a first try, I'd suggest you simply writing
the file manually using a text editor. <br><br>Take a look in some examples provided by Kitware and I&#39;m sure you&#39;ll easily understand what I&#39;m talking about.<br><br><br>Regards<br><br>Renato.<br><br><br><div class="gmail_quote">

On Tue, Apr 21, 2009 at 1:39 AM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

The HDF5 library is in there because of the Xdmf library that is also used. I don&#39;t think there are direct HDF5 readers for paraview. You can format your HDF5 data into Xdmf files and you may have better luck or you can write a custom reader for your data.<br>


<br>
<br>
_________________________________________________________<br>
Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer                  Dayton, Ohio<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Apr 21, 2009, at 12:35 AM, Nicholas Yue wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
  I downloaded the precompiled version of Paraview 3.4 recently from<br>
<br>
     <a href="http://www.paraview.org/files/v3.4/paraview-3.4.0-Linux64-x86.tar.gz" target="_blank">http://www.paraview.org/files/v3.4/paraview-3.4.0-Linux64-x86.tar.gz</a><br>
<br>
  Doing a bit of google search, it seems that HDF5 has been supported since paraview 3.3<br>
<br>
  When I tried to open HDF5, the drop downlist does not have HDF5 as a known file type?<br>
<br>
  I can see libvtkhdf5.so in the lib directory so I am not sure what the problem is. I have added that path to LD_LIBRARY_PATH too.<br>
<br>
Regards<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>