YAXArrays.jl icon indicating copy to clipboard operation
YAXArrays.jl copied to clipboard

Yet Another XArray-like Julia package

Results 172 YAXArrays.jl issues
Sort by recently updated
recently updated
newest added

Overwriting a dataset should just do it per variable and not delete the whole file.

We should expose the tutorials which are currently in their own repository at https://github.com/JuliaDataCubes/ESDLTutorials properly into the documentation. This should either be converted into a properly rendered page in the...

This just happens to me 😢 , if you say `overwrite=true` all your other variables will be deleted!!! Plus: overwrite should just act on one variable, the one that we...

what's the cleanest way to delete a variable from a Dataset?

I try to save a data cube with the following dimensions as a geotiff file ```julia julia> wcororiginal YAXArray with the following dimensions y Axis with 5820 Elements from 561609.15...

I got the warning, that I have to specify the to_dataset function, when the YAXArrays and YAXArrayBase packages are both loaded. Should these two functions be the same just with...

I am trying to map a function which does not work out for all input pixels over a data cube which does not have Missing values. I wanted to convey...

this was mentioned before. But now I think a link to cite this repo is available somewhere.

When I run a mapCube on a Dataset I would expect, that the mapCube function would loop over the different data cubes in the data set as long as they...

When I want to combine a dataset with another cube in a mapCube call, I run into the dispatch of Tuples and I get the error below. When I am...