GeometryOps v0.1.42
- Add n-dimensional, static R-tree implementation, with STR and Hilbert packing orders. These new trees are also type stable and single-typed in the node type. This means one can now implement stack-based tree descent algorithms, like nearest neighbour and distance kernels, in a fast way. #431
- Improve NaturalIndex performance by amortizing lookup cost in tree cursor #431.
- Add DimensionalData extension for polygonize (but only for area based lookups) #429
- Fix off-by-one indexing bug in DouglasPeucker simplify #387
Merged pull requests:
- Fix off-by-one indexing bug in DouglasPeucker simplify (#387) (@asinghvi17)
- Add DimensionalData extension for
polygonize(#429) (@asinghvi17) - Add
FlexibleRTreesand speed upNaturalIndextraversal (#431) (@asinghvi17)
Closed issues:
- Simplify indexing bug (#386)