===== Usage ===== To convert an .h5 files to .vts, simply run: .. code:: bash # convert a single file h5tovts example.h5 # convert multiple files h5tovts example1.h5 example2.h5 To list the contents of an .h5 file: .. code:: bash # for a single file h5tovts --list example.h5 # for multiple files h5tovts --list example1.h5 example2.h5 For more help: .. code:: bash h5tovts --help