Rafael Schouten

Results 1516 comments of Rafael Schouten

I don't totally understand your example, but you have only set the X axis? So the Y will still be `Center` for all those examples. The axes are totally independent....

Normally when you load a file the locus should be correct? Before trying random ideas lets get clear what is happening: - Do you think the file was written incorrectly?...

Also, a note on making this easier for me to understand your problem I'm struggling a bit and havent really understood the problem yet: - when you make an example...

Oh actually I think your problem is just using `Near` rather than `Contains`! Near is perfect for `Points` but is unreliable for `Intervals` as it just the closest to the...

Yeah - there are a million good ways to write code! But its about what we all see every day being consistent. I personally struggle to read code that isn't...

Yeah we are getting closer. There's an old PR already for this (There may still be some problems where we break the interface in some places)

Yeah weird I cant either. I'm sure I tried that. But yes just adding the supertype and running tests would be interesting.

Can you use raster missing values as the mask?

Sounds good. I think it will be confusing for people that's it's not automatically handled for them.

Sounds good! Ra3 is because its hitting the fallback for non AbstractDimArray and getting the dims from our sneaky dimensional axes. But it should be calling `rebuild` on `ra`. That...