Rafael Schouten

Results 1516 comments of Rafael Schouten

`resample` does `shiftlocus` for you, it has to be `Start` for GDAL

DimensionalData.jl does not depend on GeoInterface

It's not about deps or timing, it's about clean feature scope. The promise here is that Rasters (and YAX) have all the geo deps and features, so non-geo people don't...

I've been wondering if we can also detect the dimensions? So find the minimum and maximum values and the smallest step (after sorting)? Then check if the step is consistent...

Yeah we probably need a tolerance check. We could allow specifying if some dimensions are not sorted, like `dims=(X=ForwardOrdered(), Y=ReverseOrdered, C=Unordered())` so categories could just be taken as they come.

This is awesome to have, thanks. It may be a bit before I can fully review and test it but it looks good from a quick skim.

Any news on this PR @JoshuaBillson ? would be good to have this available

No worries at all, whenever you have time. There are just some nice consequences of having this, like loading GeoJSON to a vector data cube, so I'm keen to have...

Maybe try it out? I guess it needs a rebase too. I haven't had time or a use case yet to test it so not sure if it's finished