JuliaGeo / GeometryOps.jl

GeoInterface-based geometry operations
https://juliageo.org/GeometryOps.jl/
MIT License
19 stars 4 forks source link

Wrap `Contour.jl` as a backend for `polygonize` #81

Open asinghvi17 opened 5 months ago

asinghvi17 commented 5 months ago

This would be neat to have as an extension package, and could even be used to tie into Rasters etc for handling if GeoInterface ever gets a raster API.

Contour.jl is used in the Makie contour recipe.

rafaqz commented 5 months ago

Yeah there are a few kinds of polygonise... square, angular and smoothed curves. We should have all of them. Im not sure what the algs are called.