Open joshmoore opened 5 years ago
Zarr Python 2.3 release on the Zarr blog.
Zarr protocol v3 design update on the Zarr blog.
Loading image data with Dask and storing it in Zarr.
Article about how pangeo is used at CNES:
Mention of Zarr:
Outside of Satellite imagery, Ifremer has used Pangeo on our cluster to analyze the outputs of a big ocean simulation (MitGCM LLC4320). One typical thing done on this simulation is the computation of time-frequency kinetic energy spectra, which basically build a big datacube over the globe and reorganize the data so as to have the full temporal axis on a given location in memory in order to perform the scientific computation on it. Xarray helps to do this in very few lines of code, and by using Zarr file format they were able to speed-up the data loading by a factor of ten compared to NetCDF.
An older post but still relevant, HDF in the cloud by Matt Rocklin.
@jhamman's article about the CESM Large Ensemble which is now in the AWS Public Dataset Program in Zarr format.
Zarr gets CZI EOSS funding!!!
@jakirkham presented this short deck at the CZI EOSS Kickoff Mtng today
Loading NumPy arrays from disk: mmap() vs. Zarr/HDF5 is on Hacker News today (h/t @hammer)
Streaming with Zarr - written by yours truly. Binder ready demo here:
That's great Joe! Thanks for sharing! How can we promote this so more people are aware of this use case? 🙂
How can we promote this so more people are aware of this use case?
I think a zarr-examples repo would be an interesting way to highlight some of these more specialized use-cases. I'm thinking something like dask-examples.
Been quite for a while: I'll kick us off with https://xarray.dev/blog/xarray-kvikio :smile:
Similar to the ongoing conversation in "Regular zarr/n5 community conference calls" (https://github.com/zarr-developers/zarr/issues/315), this is an ongoing place to post blogs posts and another announcements about Zarr that everyone is aware of.