There is GeoInterfaceRecipes which allows to use LibGEOS along with Plots.jl. Is there a similar package for combining LibGEOS with Makie?
I haven’t used it, but came across GeoInterface.jl/GeoInterfaceMakie at main · JuliaGeo/GeoInterface.jl · GitHub. It looks like what you are searching for.
1 Like
That was indeed what @jw3126 was searching for, since he ended up writing it But good to have that listed here as well. Note that there is also LibGEOSMakie for extra convenience, which calls GeoInterfaceMakie.@enable(LibGEOS.AbstractGeometry)
. It’s listed in the LibGEOS readme as well.
4 Likes