How do I get my HDF5 data into VisIt?
HDF5 is an array storage file format that supports a wide variety of data types and VisIt reads a lot of file formats from codes that use HDF5 as a storage layer. Unfortunately, VisIt cannot provide a plugin that can read all HDF5-based files because of the various conventions that codes invent when they store their files. VisIt’s HDF5-enabled plugins are programmed to know about the conventions used to map array data from the file into meaningful constructs such as meshes with data. If you need to import HDF5 data into VisIt then you might be achieve satisfactory results if you choose File->Open As… and then open the file using the Pixie reader, which is VisIt’s most generic HDF5 reader. Note that it is possible to write a new database reader plugin to understand your data following the procedures provided in the Getting Data Into VisIt manual.
Related Questions
- What APIs and public data structures might have to be changed in my HDF5 application to port it from Version 1.6 to Release 1.8.0?
- File Format Changes Or: When might one HDF5 release be unable to read data created, written or changed by another HDF5 release?
- What should I do to find selected data on my next Qwatcher visit?