-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I just came across your software package and tried it for my vtk/vtu data. It did not work. It may be because the AppendedData is base64 encoded.
You do support raw data, but no base64? Shouldn't that be easy to implement?
I have my own implementation VTUFileHandler.jl which is streamlined for stochastic postprocessing and does not do much more than reading existing VTU-files, manipulating them, and writing them to disc again.
But it does handle base64 (but no raw data).
If that is of any help to you, feel free to copy my code as you wish
Here is my header definition
struct VTUHeader{T<:Union{UInt32,UInt64}}
and here is how I read base64 encoded appended data:
Greetz max
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request