issue_comments: 1245417352
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/2812#issuecomment-1245417352 | https://api.github.com/repos/pydata/xarray/issues/2812 | 1245417352 | IC_kwDOAMm_X85KO4-I | 13684161 | 2022-09-13T13:30:08Z | 2022-09-13T13:58:55Z | NONE | @rabernat, yes, I have tried that like this: ```python from zarr.storage import FSStore, LRUStoreCache import xarray as xr path = "gs://prefix/object.zarr" store_nocache = FSStore(path) store_cached = LRUStoreCache(store_nocache, max_size=2**30) ds = xr.open_zarr(store_cached) ``` When I read the same data twice, it still downloads. Am I doing something wrong? While I wait for a response, I will try it again and update if it works, but the last time I checked, it didn't. Note to self: I also need to check it with Zarr backend and Dask backend. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
421029352 |