Skip to content

YAXArrays.jlYet another xarray-like Julia package

A package for operating on out-of-core labeled arrays, based on stores like NetCDF, Zarr or GDAL.

VitePress

How to Install YAXArrays.jl? ​

Since YAXArrays.jl is registered in the Julia General registry, you can simply run the following command in the Julia REPL:

julia
julia> using Pkg
julia> Pkg.add("YAXArrays.jl")
# or
julia> ] # ']' should be pressed
pkg> add YAXArrays

If you want to use the latest unreleased version, you can run the following command:

julia
pkg> add YAXArrays#main

Want interoperability? ​

Install the following package(s) for:

julia
using Pkg
Pkg.add("ArchGDAL")
julia
using Pkg
Pkg.add("NetCDF")
julia
using Pkg
Pkg.add("Zarr")
julia
using Pkg
Pkg.add(["GLMakie", "GeoMakie", "AlgebraOfGraphics", "DimensionalData"])