I write vtk files as vtkhdf and I’ve come across a problem loading strings in Paraview. I’m not sure if this is a ParaView, vtkhdf or general hdf5 problem.
I’ve taken the vtp map example from the online test files and created a vtkhdf version of it.
map_base64.vtp (2.5 MB)
map.vtkhdf (2.0 MB)
ERROR: In vtkHDFUtilities.cxx, line 904
(nullptr): Unknown native datatype: 216172782113784160
ERROR: In vtkHDFReader.cxx, line 111
(nullptr): Cannot read the GMI_CNTRY_0 array from file
ERROR: In vtkHDFReader.cxx, line 1280
vtkHDFReader (00000219590FAAD0): Error reading array GMI_CNTRY
ERROR: In vtkExecutive.cxx, line 730
vtkPVCompositeDataPipeline (000002195A04BD70): Algorithm vtkFileSeriesReader (0000021959EBFE30) returned failure for request: vtkInformation (000002195EC99B80)
Debug: Off
Modified Time: 537591
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FORWARD_DIRECTION: 0
ALGORITHM_AFTER_FORWARD: 1
FROM_OUTPUT_PORT: 0
I can open the vtkhdf file in any hdf5 fileviewer so I believe the issue lies in one of ParaView or the vtkhdf attributes for string datasets.