I have particle data in XML VTU format. I've tried
- loading the file into ParaView and exporting it as legacy
.vtk files,
- converting the file with ParaView's Python interface.
Both yield perfectly fine .vtk files that can be opened correctly by ParaView.
However, both produce parsing errors when I try to run them through splashsurf:
[2023-04-05T16:30:16.737039+02:00][splashsurf][ERROR] caused by: Failed to load VTK file "test1.vtk"
[2023-04-05T16:30:16.737046+02:00][splashsurf][ERROR] caused by: Parse error: Alt
I have particle data in XML VTU format. I've tried
.vtkfiles,Both yield perfectly fine
.vtkfiles that can be opened correctly by ParaView.However, both produce parsing errors when I try to run them through splashsurf: