georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.49k stars 194 forks source link

Add a (Robust)LineIntersector #1046

Closed urschrei closed 1 year ago

urschrei commented 1 year ago

This is a prerequisite for geometry buffering if we use the same approach as JTS (see #1045, #641). We already have a lot of the functionality present in the LineIntersector (https://locationtech.github.io/jts/javadoc/org/locationtech/jts/algorithm/LineIntersector.html), so a first step is figuring out whether we need any new algorithms.

urschrei commented 1 year ago

This already exists as part of Geomgraph 🤦‍♂️