RubyGems Navigation menu

geotree 1.1.0

A GeoTree is a variant of a k-d tree, and stores data points that have a latitude and longitude, a unique integer identifier, and an optional 'weight' (e.g., the size of a city). GeoTrees are disk-based data structures and can store a very large number of points efficiently. If desired, for smaller data sets, memory-only trees can be constructed instead. The gem includes MultiTrees, a GeoTree variant that supports queries at multiple levels of detail. For example, when focusing on a small region it can return points that would be omitted when querying a much larger region. Animations illustrating GeoTrees and MultiTrees in action can be found in the doc directory.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.1.5 April 15, 2013 (37KB)
  2. 1.1.4 April 09, 2013 (35.5KB)
  3. 1.1.3 April 04, 2013 (35.5KB)
  4. 1.1.2 April 04, 2013 (35.5KB)
  5. 1.1.1 April 03, 2013 (3.08MB)
  6. 1.1.0 April 03, 2013 (35.5KB)
全てのバージョンを表示(全6件)

所有者:

作者:

  • Jeff Sember

SHA 256チェックサム:

=

累計ダウンロード数 19,357

このバージョンのみ 3,026

このバージョンがリリースされたのは:

ライセンス:

mit

必要なRubyのバージョン: なし

リンク: