Rafael Schouten

Results 1285 comments of Rafael Schouten

Yeah, basically just implementing your idea in #624

Yeah there is nothing written for DimTree yet

Yeah that should get rid of the second X as they match. Not sure what to do if they are different, probably having the same dim twice shouldn't exist

Thanks. I'm not expecting you to work through all that!! It's fine to just add tests that are broken

Raster Bands are Categorical Ints, so I think we can't change that.

Ahh looks like Int overflow. Not sure we can deal with that without changing the type

Illegal instruction, cool. Maybe if you use `map` ? ;)

Ugh damn. We have a plan to fix zip in a more fundamental way but it will be a while off. Is there anything specific about our definition that is...

It would be good to remove those, but NCDatasets.jl uses the macros to avoid inheriting `AbstractVariable < : AbstractDiskArray` We (myself and @meggart) would very much like to remove those...

DiskArrays provides a macro system to implement everything without explicit inheritance - the idea was that some packages wouldn't use the interface otherwise. `CommonDataModel.AbstractVariable` does a lot of work in...