We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_dir = "/scratch/DataCube/v2.1.0/esdc-8d-0.083deg-184x270x270-2.1.0.zarr/" c = Cube(cube_dir) c[1094, 261, : , 66]
has many -9999 values that should be missing
The text was updated successfully, but these errors were encountered:
Is this still an issue? Is this a duplicate for the type mismatch JuliaDataCubes/YAXArrays.jl#185 or is there something else happening?
Sorry, something went wrong.
Is this still an issue?
yes
Is this a duplicate for the type mismatch JuliaDataCubes/YAXArrays.jl#185 or is there something else happening?
I don't think so, I get the same -9999f0 values when opening through
-9999f0
c2 = Cube(open_dataset(zopen(cube_dir)))
No branches or pull requests
has many -9999 values that should be missing
The text was updated successfully, but these errors were encountered: