Replies: 2 comments
-
Sure. Following the tutorial should help you grasping the basics for persistence and slicing: https://www.blosc.org/python-blosc2/getting_started/tutorials/02.ndarray-basics.html For creating an empty array (the equivalent of open in zarr), you can use blosc2.empty() with a BTW, the documentation can be improved for sure. If you think that you can contribute to the cause, we would gladly accept PRs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the quick answer! |
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
-
Hey,
I am having difficulties understanding the documentation on how to create a peristent NDArray on disk that is populated slice-wise with data over time. The same goes vice-versa with reading from the NDArray on the disk.
With Zarr I would approach it like this:
Writing:
Reading:
How do I do the same with blosc2?
Best regards,
Karol
Beta Was this translation helpful? Give feedback.
All reactions