Rafael Schouten
Rafael Schouten
DiskArrays.jl now actually handles way more of the edge cases than TiledIteration.jl does - like now `Zip` and `Generator` collect in the right order. Closing this.
@meggart can you run `Documenter.genkeys` and add a new `DOCUMENTER_KEY` in setting? This is one of the few tasks I'm not allowed to do here ;)
I think this is not up for changing at this point
@Alexander-Barth (after a productive discussion) I just want to point you to the chunking code in DiskArrays.jl: https://github.com/meggart/DiskArrays.jl/blob/8521669f3c7bd48acd0a0ae7817a404cfaa7faee/src/chunks.jl#L19-L23 This is an immutatble struct that has the size of the axis...
Thanks. Although I think it's not usefull for Rasters.jl in the end because of the chunking problem. We need a syntax like this that rebuilds everything (which has no real...
> As I see the current state, DiskArrays.jl has some support for growable arrays This was never followed up, but to clarify DiskArrays has never had support for growing arrays,...
A summary of the problems in `setindex!` working and returning correct arrays here is: 1. Changing the array size with `setindex!` breaks disk array chunking 2. Fixing it requires making...
> I don't know, this all sounds quite complicated. This is maybe an order of magnitude less complicated than supporting this generically in DiskArrays! Hopefully you can understand that from...
Why not JuliaIO ? Seems like a good place for it.
I'm not a JuliaIO member, so you may need to make me a package maintainer again after moving the repo or add me as a org member.