Skip to content
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

-9999 values that should be missings #249

Open
gdkrmr opened this issue Apr 16, 2021 · 2 comments
Open

-9999 values that should be missings #249

gdkrmr opened this issue Apr 16, 2021 · 2 comments
Labels

Comments

@gdkrmr
Copy link
Collaborator

gdkrmr commented Apr 16, 2021

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

@felixcremer
Copy link
Member

Is this still an issue?
Is this a duplicate for the type mismatch JuliaDataCubes/YAXArrays.jl#185 or is there something else happening?

@gdkrmr
Copy link
Collaborator Author

gdkrmr commented Oct 12, 2022

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

c2 = Cube(open_dataset(zopen(cube_dir)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants