Replies: 1 comment
-
I agree, I also wrote some functions to compress json and save a lot of disk space: having a standard pandapower routine would be perfect! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe that this has already been discussed a few times, but it seems to me that compression of pandapower networks has not yet been implemented yet, so each user has to find his own solution. In my case, I tried to save a JSON string with gzip and it worked perfectly, compressing the 550 KB of initial data to 60 KB. That makes my studies a lot easier, in which I need to save different network configurations as results many times. What do you think about the idea of implementing a new way to store networks? Here are my code snippets:
Of course, this would increase the number of functions included in pandapower, but I think it could be really useful in some cases.
Beta Was this translation helpful? Give feedback.
All reactions