JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
103 stars 18 forks source link

groupby unable to determine chunksize of non-range views #424

Open gdkrmr opened 2 months ago

gdkrmr commented 2 months ago

just tried to calculate a mean seasonal cycle and got the following error:

julia> damsc = mean.(DimensionalData.groupby(da, Ti => dayofyear);)
ERROR: ArgumentError: Unable to determine chunksize of non-range views.
Stacktrace:
lazarusA commented 2 months ago

did you noticed the pitfall description at the top of the documentation? here Examples there are for in memory datasets.

Balinus commented 2 months ago

Probably related to DiskArrays https://github.com/meggart/DiskArrays.jl/issues/183

Fix is not merged yet though (https://github.com/meggart/DiskArrays.jl/pull/181)

Balinus commented 5 days ago

Seems fixed on DiskArrays (assuming it was the culprit here?).

Might be a good time to release 0.5.12? Upstream packages would benefit 😄