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
Is it possible to calculate the spatial intersection of two geometries? Say, the point where two lines intersect? I wasn't able to find it in the docs.
The text was updated successfully, but these errors were encountered:
Agreed that having only the https://pkg.go.dev/github.com/spatial-go/geoos as documentation makes things a bit of a guessing game to find the right functions (and how to apply them). For an intersection, you could use the following:
Hello, and thank you for this project!
Is it possible to calculate the spatial intersection of two geometries? Say, the point where two lines intersect? I wasn't able to find it in the docs.
The text was updated successfully, but these errors were encountered: