Rafael Schouten

Results 1068 comments of Rafael Schouten

Not sure I 100% understand the use case but it sounds good, I'll get it when I read the PR :)

Ah interesting, was wondering what mapCube was doing in your examples. @sethaxen it looks like that function could be improved as well. I think passing `Int` dims through to the...

Ok that does seem pretty useful. @sethaxen YAXArrays also depends on DimensionalData.jl so maybe we can even all use this if it works for everyone? Although I guess what YAXArrays...

Can we set this default in Rasters.j but not Makie.jl? (I _wish_ we could defined `Attributes` in `convert_arguments`...)

It would be good if all of these operations work but keep the array structure. Just filling the gaps with missing. Not sure how much work that is to implement.

Toyally, want to add it?

And more compile time... maybe we can use `Symbol("")` as the default?

It's not really supported yet, I actually commented it out: https://github.com/rafaqz/DimensionalData.jl/blob/master/src/grid.jl#L338-L356 Edit: and that was for datasets still in matrix style, different to what you describe, sorry I misunderstood you...

`TransformedGrid` is for when the array grid is rotated (or some other affine transformation) from a more standard grid like (Lat, Lon) - so instead of using a lookup index,...