Suppose I have got a (non-binary) .vtk file in Simple Legacy Format, as in:
I am looking for a Python script that reads this file and represents it as a data structure. No further processing or visualization needed at this point.
The file format is fairly easy to understand, so it wouldn’t be difficult to write that myself. However, I suppose that has already been written and thoroughly tested before.
Are there open source Python scripts for that?