2 releases

0.1.2 Apr 1, 2024
0.1.1 Aug 25, 2021

#63 in Geospatial

Download history 22/week @ 2023-12-22 52/week @ 2024-01-05 64/week @ 2024-01-12 118/week @ 2024-01-19 45/week @ 2024-01-26 52/week @ 2024-02-02 57/week @ 2024-02-09 56/week @ 2024-02-16 92/week @ 2024-02-23 101/week @ 2024-03-01 155/week @ 2024-03-08 144/week @ 2024-03-15 171/week @ 2024-03-22 312/week @ 2024-03-29 145/week @ 2024-04-05

808 downloads per month

ISC license

42KB
1K SLoC

static-bushes

This is library contains Rust ports of two excellent spatial indexing libraries by @mourner: KDBush and Flatbush (incomplete: lacks nearest-neighbor search).

Where appropriate, function signatures have been modified as compared to their JS versions either to make the two modules more consistent with one another, or to use more-idiomatic Rust (e.g., structures implement FromIterator and can be constructed via .collect()).

Dependencies

~255KB