Rafael Schouten

Results 1516 comments of Rafael Schouten

I don't really know CoordSys well. But I imagine yes? Anything grid aligned can be converted to another with independent transformations of X and Y. So e.g. a cylindrical equal...

Yeah. There is probably a more correct way... We need Julia crs parsers that give you more useful information more easily.

Can we just do the `include("../GeoInterfaceRecipes/src/GeoInterfaceRecipes.jl")` and `include("../GeoInterfaceMakie/src/GoInterfaceMakie.jl")` tricks in extensions GeoInterfaceRecipesExt and GeoInterfaceMakieExt? Then we don't have the circular dep on the sub-packages but we can use the same...

Oh of course because Makie depends directly on GeoInterface.jl via GeometryOps.jl, forgot for a second. Maybe... could we just move the GeometryBasics.jl geointerface code to an extension in GeoInterface.jl? We...

Cool! Now we need to figure out how to do this with Makie. If we move the GeoInterface code in GeometryBasics to an extension here instead that should work too?...

Oh no the `@enable` macro. Can we rename it in this PR? It shouldn't be `@enable` in GeoInterface anyway because it unclear what that is, where `GeoInterfaceRecipes.@enable` was clear Probably...

Yeah thats what I mean `@enable_plots` now, and `@enable_makie` later

Yes isn't the idea that `plot` just works?

I was also hoping `plot` would work universally, it almost does already