JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3099553
  • Score
    100M100P100Q195253F

High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)

Package Exports

  • rbush
  • rbush/rbush.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rbush) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rbush

A high-performance JavaScript 2D spatial index for points and rectangles, based on R*-tree data structure with bulk loading and bulk insertion algorithms. Developed by Vladimir Agafonkin. A work in progress.

Roadmap

  • Bulk loading
  • Tree search
  • Single insertion
  • Single removal
  • Bulk insertion
  • Bulk removal

Papers

License

This library is licensed under the MIT License.
Copyright (c) 2013 Vladimir Agafonkin.