Rafael Schouten
Rafael Schouten
Try to run the ice loss example a lot of times in GLMakie
This seems to trigger a loop in `set_axis!` `Makie.limits!(axis, (X[1], X[2]), (Y[1], Y[2]))` And that just runs in the background.
Nope. See the example (Well plots are added later but it can happen without that)
~~Ok so this happened when the system was under heavy load memory from another process and Makie/VSCoder where fighting over the scraps left over. But that it doesn't stop after...
It's probably good for the graphs ecosystem to commit to `ConstructionBase.constructorof` always working on graph objects. It will mostly work already as you found with Accessors.jl (that uses it under...
Ah right. Was not aware it worked like that (But also wondering why we keep pre 1.9 support... The old versions still work on 1.6)
The issue will be that we don't have `GeoInterface.geometrycolumns` on a `DataFrame`. So we could just look for `:geometry` and have a `geometrycolumn` keyword to specify if it's different. To...
You can already conveet to a dataframe with `DataFrame(feature)`. The problem here is getting it back to a GeoJSON.FeatureCollection... but it doesnt sound like you need that? And geomakie should...
@visr you can just use `GeoInterface.FeatureCollection` now. We should add a Tables.jl extension to GeoInterface to let that injest tables.