Skip to content

Base64 encoding #73

@baxmittens

Description

@baxmittens

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:

https://github.com/baxmittens/VTUFileHandler.jl/blob/45905e7120dad2835f58ecb855f88ad691640ed6/src/VTUFileHandler/io.jl#L30

Greetz max

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions