Converting between AxisArray like packages?

I had the same problem as the OP and created GitHub - JuliaDataCubes/YAXArrayBase.jl which also contains an interface for different AxisArray-like packages. It does not depend on any of the packages but implements the interface through Requires.jl, so that the extensions are only loaded on package load time. Would be good to merge efforts here…

3 Likes