Closed Huite closed 2 months ago
It might make more sense to move the "low-level" geometry algorithms to numba_celltree.
The snapping might also be a case where robust predicates (https://github.com/Deltares/numba_celltree/issues/5) are especially relevant.
Some snapping method use scipy KDTree. The geodataframe form is also quite convenient, so we'll keep it here for now.
It might make more sense to move the "low-level" geometry algorithms to numba_celltree.
The snapping might also be a case where robust predicates (https://github.com/Deltares/numba_celltree/issues/5) are especially relevant.