JuliaGeo / LibGEOS.jl

Julia package for manipulation and analysis of planar geometric objects
MIT License
72 stars 24 forks source link

return tuple points from GeoInterface methods #193

Open rafaqz opened 8 months ago

rafaqz commented 8 months ago

Closes #190

rafaqz commented 8 months ago

Doing this for MultiPoint and coordSeq methods is a huge task that I cant include in this PR. This package needs a rewrite of the internals with the aim of reducing the constant small allocations with some ArchGDAL like closures for safety instead of clones. But who knows when that can happen.