#geo #geospatial

static-bushes

Rust ports of the kdbush and flatbush npm packages

1 unstable release

0.1.1 Aug 25, 2021

#84 in Geospatial

Download history 148/week @ 2022-12-05 152/week @ 2022-12-12 35/week @ 2022-12-19 1/week @ 2022-12-26 114/week @ 2023-01-02 282/week @ 2023-01-09 194/week @ 2023-01-16 189/week @ 2023-01-23 181/week @ 2023-01-30 126/week @ 2023-02-06 138/week @ 2023-02-13 135/week @ 2023-02-20 152/week @ 2023-02-27 129/week @ 2023-03-06 121/week @ 2023-03-13 315/week @ 2023-03-20

720 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

~250KB