JuliaDataCubes / JuliaDataCubes/YAXArrays.jl
YAXArrays ignores NoData Value from ArchGDAL VRT RasterDataset
@felixcremer is already working on this.
Since Feb 1, 2022.
- Dominant language
- Julia
- Stars
- 132
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
When I am trying to load a GDAL VRT as a YAXArray I would have expected, that the yaxarray would convert the nodata value of my underlying VRT or tiff files into missing values in the YAXArray.
It works as expected, when I save the data as a .zarr file with setting the fill_value.
Is this something that could be fixed in the ArchGDAL implementation of Diskarrays or should I circumvent this by checking for my nodata value instead of missing in the mapCube inner function?
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.
Assessment
This issue has not been assessed yet.