-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cube drops variables #202
Comments
Yes, this also something that I observe from time to time. Related issue #47 |
In your example
and this one contains all the information. |
The issue is a change in |
I have just checked and |
fixed now ;-) |
for your cube I still get the 9 difference: [lon, lat, time are axis, so, those should not count] using DiskArrayTools, YAXArrays, Zarr
s3path = "http://data.rsc4earth.de:9000/earthsystemdatacube/v3.0.1/esdc-8d-0.25deg-256x128x128-3.0.1.zarr"
c3 = Cube(s3path);
z3 = Zarr.zopen(s3path, consolidated=true, fill_as_missing=false);
symdiff(c3.axes[4].values, string.(keys(z3.arrays)))
with these versions:
|
you are right, seems like I still need to fix that. It works when using fill_as_missing = true. |
I figured out the issue: a |
Indeed. For your use case burnt_area is still missing.
|
thanks for testing. |
Is this fixed by your PR in DiskArrayTools meggart/DiskArrayTools.jl#16? |
Yes, it should be |
I have come across this issue several times now, Cube drops some variables.
Moved over from here:
JuliaDataCubes/EarthDataLab.jl#292
The text was updated successfully, but these errors were encountered: