Anshul Singhvi
Anshul Singhvi
Hmm, curious why there's still an allocation though
I'm also not sure about defining `@enable` as being only for Plots. Since RecipesBase is pretty small, (as is MakieCore), is there an issue with keeping the packages as they...
GIMakieExt is circular but RecipesExt could work
I think we tried to in a GeometryBasics PR but I ended up not wanting to do that for some reason. We can in theory just have Makie depend on...
What's the motivation for `geoplot`? I thought `plot` from Plots worked fine for all featurecollections / geometries?
I get the feeling that the number of geometries that are GeoInterface enabled but don't have `@enable` macros in extensions has got to be pretty low by now...also, shouldn't it...
> forgetting to depend on GeoInterfaceRecipes as producer That will probably continue to be an issue AFAICT, we can document it better though. > forgetting to do use GeoInterfaceRecipes as...
AFAIK this is why `refdims` exists in dimarrays, maybe each slice just needs to add that?
https://github.com/JuliaLang/julia/blob/8593792f8f5212d5513fe0829253664c3ceedd2a/base/slicearray.jl#L228-L245 is the code in Base that does this - we'd simply have to reimplement this for a `DimSlices` struct here, that would return rebuilt / `modify`'ed (?) versions of...
This needs to also check the type of the returned geometrycolumns data, and if it's not a tuple of symbols (maybe it's a String, since Arrow only supports String ->...