LibGEOS.jl
LibGEOS.jl copied to clipboard
Allow creation of geometries with `coords::Vector{T} where {T<:Real}`
instead of only coords::Vector{Float64}.
Sounds good to support Vector{<:Real}. And what about AbstractVector{<:Real}, would that always work?
Similar to https://github.com/yeesian/ArchGDAL.jl/pull/305