Zarr.jl icon indicating copy to clipboard operation
Zarr.jl copied to clipboard

Kerchunk-Like functionality

Open alex-s-gardner opened this issue 3 years ago • 1 comments

This is not an issue with Zarr but I suspect @meggart and other Zarr.jl contributors are the right people to comment on developing Kerchunk-Like functionality for Julia.

https://discourse.julialang.org/t/a-kerchunk-like-package-for-julia/89996/4?u=alex-s-gardner

alex-s-gardner avatar Nov 09 '22 18:11 alex-s-gardner

Progress has been made on this issue:

  • A Julia wrapper for xarrays, so we get access to all of the xarray features in Julia: https://github.com/meggart/PyYAXArrays.jl
  • A Julia wrapper for Python's fsspec library (which also implements a Kerchunk reader): https://github.com/asinghvi17/FSSpec.jl
  • A Julia FSSpec reader and virtual store for Zarr https://github.com/JuliaIO/Kerchunk.jl

asinghvi17 avatar Aug 30 '24 03:08 asinghvi17