JuliaGeometry / GeometryBasics.jl

Basic Geometry Types
MIT License
165 stars 54 forks source link

use concrete points #180

Closed SimonDanisch closed 1 year ago

SimonDanisch commented 1 year ago

@visr @evetion is there a better way to figure out the eltype?

SimonDanisch commented 1 year ago

I want this tagged and can't reproduce the CI failure...Will try later, meanwhile, I'm pretty sure that the CI is not failing because of this PR

visr commented 1 year ago

I think this is fine. Float64 is the most common coordinate type. There was some related discussion in https://github.com/JuliaGeo/GeoInterface.jl/issues/53.