All Projects → mourner → geoflatbush

mourner / geoflatbush

Licence: ISC license
Geographic kNN extension for Flatbush

Programming Languages

javascript
184084 projects - #8 most used programming language

geoflatbush

A geographic extension for flatbush, a very fast static 2D spatial index. Performs nearest neighbors queries for geographic bounding boxes, taking Earth curvature and date line wrapping into account. Similar to geokdbush, but for boxes instead of points.

import {around} from 'geoflatbush';

around(index, 30.5, 50.5, 10); // return 10 nearest boxes to Kyiv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].