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

Please, let's collect some examples here that could be included in the Distributed section, which is currently mostly empty. @felixcremer @TabeaW have some small ones already?

Is it right that it is not possible to save a cube with a dimension of Type Coord, yet? Either ` MethodError: no method matching defaultfillval(::Type{Tuple{ Float64, Float64}})` or when...

`yaxconvert` is mentioned in the [docs](https://juliadatacubes.github.io/YAXArrays.jl/dev/examples/generated/UserGuide/creating/#select-variables-with-dimensionaldatajl), and three issues (#169, #194, #229), but i don't see a definition anywhere in the code in the entirety of the git history (pkg.dev,...

@danlooo sorry, I rebase your pr against master, since it changed a lot in the past few days, could you please continue with this branch. Specially the concerns raised by...

```julia julia> mydataset.dem_names[1] "AST_L1A_00307282000230229_final.zip" ``` ```julia julia> mydataset.dem_names[:] 241-element YAXArray{String,1} with dimensions: Ti Sampled{DateTime} DateTime[2000-07-28T00:00:00, …, 2019-08-18T00:00:00] ForwardOrdered Irregular Points name: dem_names Error showing value of type YAXArray{String, 1, YAXArrayBase.NetCDFVariable{String,...

I am implementing the Multiple Testing functions and I need to compute the clusters on a 15000x15000 tile. When I try to use mapCube with InDims("X", "Y") this has a...

question

When I try to do replace! on a YAXArray I get the errror below. I am not entirely sure, whether this should be working but at least it should not...

Just wondering: How is the order of the elements of the Variable dimension in a Data Cube defined? ```julia using Zarr using YAXArrays c1_path = "http://data.rsc4earth.de:9000/earthsystemdatacube/v3.0.2/esdc-8d-0.25deg-256x128x128-3.0.2.zarr" c1_zarr = Zarr.zopen(c1_path, consolidated...

This change was needed to enable the use of the time axis in the mapCube inner function. I should add a test for that.

bug
question

```julia using YAXArrays, NetCDF test = YAXArrays.Datasets.open_mfdataset("/Net/Groups/BGI/people/dpabon/*.nc") ``` Produce: ```julia ERROR: UndefVarError: `analyse_axjoin_categorical` not defined Stacktrace: create_mergedict(dimvallist::Dict{Symbol, Vector}) at [/Net/Groups/BGI/people/dpabon/bin/julia_packages/packages/YAXArrays/FFQe6/src/DatasetAPI/Datasets.jl](vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) merge_datasets(dslist::Vector{Dataset}) at [/Net/Groups/BGI/people/dpabon/bin/julia_packages/packages/YAXArrays/FFQe6/src/DatasetAPI/Datasets.jl](vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) #open_mfdataset#51 at [/Net/Groups/BGI/people/dpabon/bin/julia_packages/packages/YAXArrays/FFQe6/src/DatasetAPI/Datasets.jl](vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) open_mfdataset at [/Net/Groups/BGI/people/dpabon/bin/julia_packages/packages/YAXArrays/FFQe6/src/DatasetAPI/Datasets.jl](vscode-file://vscode-app/usr/share/code/resources/app/out/vs/code/electron-sandbox/workbench/workbench.html) #open_mfdataset#50...