Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registering zarr files #360

Open
gdkrmr opened this issue May 9, 2022 · 1 comment
Open

registering zarr files #360

gdkrmr opened this issue May 9, 2022 · 1 comment

Comments

@gdkrmr
Copy link

gdkrmr commented May 9, 2022

I want to register Zarr files. The issue is that Zarr files are not files but directories that contain certain JSON. Is it possible to to this in FileIO.jl? JuliaDataCubes/YAXArrays.jl#131

@johnnychen94
Copy link
Member

johnnychen94 commented May 9, 2022

I don't think FileIO supports directory because it internally uses open(...) do io here and there. Do we have a well-defined read behavior for a directory, I'm not sure?

Perhaps a good approach is to add Zarr driver in DataSets.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants