Rafael Schouten

Results 1271 comments of Rafael Schouten

I have a use-case for this too. We need a dimension permutation method that is always lazy - `permutedims` is only lazy for disk arrays now, but PermuteDimsArray would be...

See https://github.com/JuliaLang/julia/issues/53188

Note there is now: https://github.com/tcarion/GRIBDatasets.jl Which adds a DiskArrays.jl interface for lazily accessing grib layers as `AbstractArray`, chunked iteration and broadcasting ect. This will be wrapped as a data source...

Ok my memory of how grib works is shaky, I've only really used it from Haskel years ago. How are you actually retrieving 2d raster data?

I've actually been thinking about this too. It would be good to make the color vector space an explicit wrapper rather than by just loading the ColorVectorSpace.jl package if you...

As with Imagefiltering.jl, moving a lot of this code somewhere without `Image-` in the name would make it more discoverable, and something more people are likely to contribute to.

`coords_spatial` is the only method form `ImageCore.jl`, used only in `dilation_and_erosion.jl`. Removing ColorVectorSpace.jl would mean users would have to import it manually for colors to work. Swapping `GenericGrayImage` to `AbstractArray`...

I would put in a PR, except the traits dependency in ImageCore.jl is blocking this being possible - they would need to move somewhere - ArrayInterface.jl?

Great. I understand the maintenance burden involved here, and don't have a huge amount available myself. But hopefully this would eventually spread the burden a little wider. We could register...