Hello!
I have a collection of yearly files from 1981 top 2020 for a single variable. Is there a way to open those files and build a Cube from it? I saw a function called open_mfdataset in the source code, but it does now seem to be exported. By copy-pasting the code found in https://github.com/JuliaDataCubes/YAXArrays.jl/blob/43640165301bdcf49fa3cc763414715174585fbb/src/DatasetAPI/Datasets.jl I was able to load a multifile dataset correctly.
Is it still experimental?
Thanks!