I want to create the same geometry in VTKHDF (using Fortran code). I read through the example “test_poly_data.hdf” but i am confused as to when to create a group or a dataset or an attribute, some datasets in the example are within some groups and other datasets don’t belong to any group. So far I was able to create the header of VTKHDF
It contains a dataset named “POINTS” and another one named “LINES” similar to the legacy VTK file. But Paraview 5.12.0 can’t read it. A pop-up window appears called “Open Data Wtih…” with the default option ADIOS2VTXReader. I click OK and Paraview crashes.
There is complete documentation about the file format which explain what you’ll need to create in term of groups, datasets and attributes here: VTK File Formats - VTK documentation