rbush : High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms). You can installing rbush npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install rbush $ sudo npm install -g rbush
If want to update the rbush package execute the command as below,
$ sudo npm update rbush
Update package globally,
$ npm install -g rbush
$ sudo git clone https://github.com/rektide/rbush.git
$ sudo npm install -g ./rbush
rbush@2.0.1 /usr/lib/node_modules/rbush
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rbush
| Package Name | rbush |
| Version | 2.0.1 |
| Description | High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms) |
| Released Date | 2016-06-29T16:26:12.930Z |
| Published by | mourner |
| How to Learn | https://www.npmjs.com/package/rbush/tutorial |