You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: