Is it possible to use fsspec filecache with the to_zarr method? #6094
Unanswered
josephnowak
asked this question in
Q&A
Replies: 1 comment
-
After reading with more details the documentation of fsspec I found that the only protocol with local cache that can be used also for writing is the "simplecache" but even using that protocol I get some errors like ValueError: parameter 'value': expected array with shape (14,), got (6131,) and if I use the map without cache works perfectly. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I was testing the filecache option of fsspec (for caching some files locally) and it worked really nice but when I try to write it, it throws a KeyError: '.zmetadata', so I was wondering if it is possible to use that option, I think it should first write the files locally and then move them to the original location or write them directly on that location.
small code:
Beta Was this translation helpful? Give feedback.
All reactions