-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a set of NetCDF fails #365
Labels
Comments
On what version of DiskArrays are you? With DiskArrays master the last version should work. |
According to Manifest.toml I use |
Yes, we need to tag a new DiskArrays release. |
With DiskArrays 0.3.23 |
In case of
julia> using YAXArrays, NetCDF
julia> filelist = readdir("D:\\LAI\\LAI_AVHRR", join = true);
julia> cubes = Cube.(filelist);
julia> cat(cubes...,dims=Ti)
ERROR: UndefVarError: `Ti` not defined
Stacktrace:
[1] top-level scope
@ REPL[22]:1 |
lazarusA
added
documentation
Improvements or additions to documentation
breaking
labels
Sep 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opening a set of NetCDF results in error through multiple ways:
Is there a way to use a bunch of netcdf and open them? Is there an alternative way to convert these to a zarr archive?
The text was updated successfully, but these errors were encountered: