geotree 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.txt +4 -0
- data/README.txt +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d76fc2dc033f2ce8bcbfd647c63d571f24727a0c
|
4
|
+
data.tar.gz: c08e6cfb67594b35a46bcdab10fac8bf3b10a41a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fe31727a3a6d8188f467e08c63fda63fe15ec6d5bb5678051ee2364276f3a9dfd54a941be42df578c6defca1ff390eaf08d9cf48d47e7970f4d921581378ce6
|
7
|
+
data.tar.gz: 90b7fd6dbea9a82724ea3307b6361723829e05274356d7eeefe247f22e9e9b5e3b41943818c8b2ae85c3f00d1625e9a545b06bb3448f283729ea73ef8e64a7ae
|
data/CHANGELOG.txt
CHANGED
data/README.txt
CHANGED
@@ -17,7 +17,7 @@ size of a city). GeoTrees are disk-based data structures and can store a very l
|
|
17
17
|
number of points efficiently. If desired, for smaller data sets, memory-only trees
|
18
18
|
can be constructed instead.
|
19
19
|
|
20
|
-
|
20
|
+
Here's an animation of a GeoTree in action: <http://www.cs.ubc.ca/~jpsember/geo_tree.ps>
|
21
21
|
|
22
22
|
MultiTree
|
23
23
|
-------
|
@@ -26,4 +26,4 @@ The gem includes MultiTree, a GeoTree variant that supports queries at multiple
|
|
26
26
|
levels of detail. For example, when focusing on a small region it can return points
|
27
27
|
that would be omitted when querying a much larger region.
|
28
28
|
|
29
|
-
|
29
|
+
Here's an animation of a MultiTree in action: <http://www.cs.ubc.ca/~jpsember/multi_tree.ps>
|