JuliaDataCubes / JuliaDataCubes/EarthDataLab.jl
-9999 values that should be missings
Open
Nobody has claimed this yet.
Triage
- Dominant language
- Julia
- Stars
- 34
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with Cube(cube_dir) and the c[1094, 261, :, 66] lookup shown in the report. Trace how these indexed values are read and represented, then verify that source -9999 values are exposed as missing rather than numeric values. Done means the provided lookup no longer returns invalid -9999 entries as data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100