YAXArrays.jl
YAXArrays.jl copied to clipboard
Yet Another XArray-like Julia package
Hello, I am trying to do GEV estimation using `mapCube`, using the following logic. The objective is to get the timeseries for each gridpoints and return the GEV model associated...
Hello! I was wondering if there was an easy (i.e. an example somewhere in the tutorials) way to subset a cube using a shapefile or something similar (e.h. irregular polygon)?...
Hello! Is there an alternative syntax to use `skipmissing `using `mapslices`. Right now, the only syntax I have found in the documentation is `mapslices(mean ∘ skipmissing, a, dims="Ti")` Each time...
https://luxdl.github.io/DocumenterVitepress.jl/dev/getting_started#Preview-Documentation-Development-Instantly
https://juliadatacubes.github.io/YAXArrays.jl/dev/api.html#YAXArrays.DAT.MovingWindow document this with some examples. Different use cases.
We should do an independent section for Distributed/SlurmCluster workflows.
This should make broadcasting mixed type arrays much more robust. I had the problem that when I broadcasted two YAXArrays with Union{Missing, UInt8} the outtype was determined as Missing and...
or any other less wordy alternative but explicit?
When I try to overwrite an old dataset on S3 in savedataset this doesn't remove the already laying data and fails with the following error: ```julia julia> dsout = savedataset(outds_skeleton,path=outpath*".zarr",skeleton=true,overwrite=true)...
AFAIU Python's [uxarray](https://uxarray.readthedocs.io/en/latest/index.html) is an extension of xarray for unstructured grids, and allows to do a bunch of stuff that is not easy with "plain" xarray. Two features I could...