You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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#131The text was updated successfully, but these errors were encountered: