"TypeError: reject_bytes is on.." ujson.dumps(kerchunk.zarr.single_zarr(uri)) #438
Unanswered
raybellwaves
asked this question in
Q&A
Replies: 1 comment 1 reply
-
kerchunk.utils.consolidate does this kind of conversion. Probably kerchunk.zarr.single_zarr should do this automatically and support writing directly to JSON as other scanner classes do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have many individual zarr stores. I'm hoping to use kerchunk to avoid the overhead of doing
xr.open_mfdataset
on them. I'm trying to create and store reference files for the zarr stores.When doing:
I get:
These are the attributes of the Dataset.
I may be missing something in how to create a reference file from a zarr store.
I get the same error on a public zarr file:
gives
Beta Was this translation helpful? Give feedback.
All reactions