YAXArrays.jl
YAXArrays.jl copied to clipboard
Yet Another XArray-like Julia package
I was wondering if there would be an easy way to circumvent automatic masking and scaling when opening a (mf)dataset. specific case would be below the concatenation of multiple nc...
functionality using `mapCube` still works, however using `xmap` would be the way forward, hence setting some deprecation warnings for all related operations would be nice to have before removing them...
For a long time @felixcremer has been advocating to remove the YAXArray type, hence the question here is: what does that mean in terms of refactoring ? and what would...
currently `XOutput` only supports some basic arguments, maybe we should extend this such that is closer to the old OutDims form. @danlooo
We are currently in a phase of transitioning from `mapCube` to the `xmap` interface. My goal is to use this opportunity to comply to [DimensionalData.jl]() and the [Common Data Model](https://github.com/JuliaGeo/CommonDataModel.jl)...
Since the `master` version its already using `DiskArrayEngine.jl` as the backend and several features are (will be) on the roadmap, maybe it makes sense to start the conversation about renaming...
I want to call `mapCube` on all Variables of a `Dataset` within the same Zarr store at once, e.g. converting bands red, green, and blue in parallel. One can apply...
i see https://github.com/JuliaDataCubes/YAXArrays.jl/pull/438 where compression kwarg was doc'd for `savedataset`, but why not doc it for `savecube` as well? it seems to work.
I am not sure what we can do about it, but if we try to open two datasets that have a slightly different chunking via open_mfdataset this fails with an...
Trying to overwrite a cube on S3 fails, because the if clause in the check_overwrite function only works locally because it is based on isdir and isfile. We should change...