YAXArrays.jl
YAXArrays.jl copied to clipboard
Yet Another XArray-like Julia package
Since the switch to DimensionalData the `renameaxis!` function is not inplace anymore and you need to reassign the cube to keep the changes. We can either get rid of the...
In #249 we got a huge hit on the test coverage. We should work on increasing the test coverage. This is mostly a reminder for myself, but if somebody else...
In #249 I excluded the ESDL examples from the docs build. We should reinclude them as soon as EarthDataLab is updated to the new version.
Maybe do a Makie version for [this](https://juliadatacubes.github.io/YAXArrays.jl/dev/examples/generated/UserGuide/examples_from_esdl_study_1/) so that we can avoid future conflicts in CI regarding conda and PyCall.
precompilation of the following packages: YAXArrays.jl Zarr.jl Statisitcs.jl Dates.jl
This failed with the new syntax when I went through the docs and therefore, it seems that we don't have a test case for it.
Is unclear to me why the following runs out of memory. The `yaxarray` that I'm using is not that big. Is it being copied/transfer to each worker? If so, it...
When I have a matrix of input arrays and I want to open them with open_mfdataset, this fails with the following error: My input data is perfectly aligned and they...
I have two input cubes with a shared "Variable" dimension. In my understanding calling `mapCube` with both cubes should repeat over the "Variable" dimension of both cubes. This works in...
Currently, opening a dataset and calling `Cube` collects just variables with `x/y/t` dimensions. However, it would be nice to have a convenient functions that collects variables into groups with the...