You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! This looks like a very cool package. Over in https://github.com/JuliaGeo/GeometryOps.jl we are now looking into spherical geometry processing, so things like spherical caps, intersection / area / distance on the sphere, spherical polygon implementations, etc.
Wondering whether you folks would be interested in a GeoInterface.jl implementation to access the coordinate types here? That would allow GeometryOps algorithms and types (polygons, lines, etc) to work seamlessly with no other intervention required.
Hey! This looks like a very cool package. Over in https://github.com/JuliaGeo/GeometryOps.jl we are now looking into spherical geometry processing, so things like spherical caps, intersection / area / distance on the sphere, spherical polygon implementations, etc.
Wondering whether you folks would be interested in a GeoInterface.jl implementation to access the coordinate types here? That would allow GeometryOps algorithms and types (polygons, lines, etc) to work seamlessly with no other intervention required.
https://github.com/JuliaGeo/GeoInterface.jl is essentially an interface that defines how to extract values from geometric objects like points, lines, polygons, etc.
The text was updated successfully, but these errors were encountered: