Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compression FEBio Binary Database Specification #22

Open
Nobregaigor opened this issue Jan 1, 2021 · 2 comments
Open

Compression FEBio Binary Database Specification #22

Nobregaigor opened this issue Jan 1, 2021 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Nobregaigor
Copy link

I am working on a python parser for the plot file (.xplt) and it is working correctly for non-compressed files. I have a large dataset that contains compressed plot files and I need to be able to read them and extract all state data. Where can I find the documentation for compressed plot formats?

Thanks.

@Nobregaigor
Copy link
Author

Found a way to decompress data using zlib library. All data can be extracted directly from the plotfile now, I will share my code on github when it is finalized. However, I would suggest adding a documentation regarding the compression method, it took quite some time to find information about it.

@SteveMaas1978 SteveMaas1978 added the documentation Improvements or additions to documentation label Jan 21, 2021
@JeffWeissUT
Copy link
Member

Thanks for providing this feedback, we will add documentation the next time we update the manuals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants