Replies: 1 comment
-
I'm also discovering the existence of |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm exploring the use of xarray+zarr to store raster data that is arriving every 5mn.
I'm storing that data by continuously appending to a zarr store in s3.
On the read side, I have set up some caching in the app (some lru_cache here and there). But there are still a lot of round-trips to s3, and I wonder if some of the fsspec buffering options are relevant ?
Is there a way to cache locally some of the files, while being aware of the changes in .zmetadata and changing dimensions ?
Beta Was this translation helpful? Give feedback.
All reactions