node-rbush 1.4.1-1 source package in Ubuntu

Changelog

node-rbush (1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright years for Vladimir Agafonkin.
  * Update Vcs-Browser URL to use HTTPS.
  * Drop XS-Testsuite header in control file.

 -- Bas Couwenberg <email address hidden>  Sun, 20 Sep 2015 11:17:43 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rbush_1.4.1-1.dsc 2.0 KiB 4da06e729e652c1d9d61f299924bd7c80a88a529534bdac0171c55a3cc2c3d07
node-rbush_1.4.1.orig.tar.gz 14.1 KiB 283355475aee351c357875a164d2744ff2cdc38fd68a8f1f6ce138a2ff53d46f
node-rbush_1.4.1-1.debian.tar.xz 2.9 KiB ead4270d96076c670e98e2afaa562c09b1ea76e0e630d21d76d61c7f5754b86a

Available diffs

No changes file available.

Binary packages built by this source

node-rbush: High-performance 2D spatial index for rectangles

 RBush is a high-performance JavaScript library for 2D spatial indexing
 of points and rectangles by Vladimir Agafonkin, based on an optimized
 R-tree data structure with bulk insertion support.
 .
 Spatial index is a special data structure for points and rectangles that
 allows you to perform queries like "all items within this bounding box"
 very efficiently (e.g. hundreds of times faster than looping over all
 items). It's most commonly used in maps and data visualizations.
 .
 Node.js is an event-based server-side JavaScript engine.