updated README

This commit is contained in:
Josh Baker 2016-06-11 18:00:26 -07:00
parent 2a53624e3e
commit 244577df54
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ RTree implementation for Go
This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-4 dimensions, and can store and search multidimensions interchangably in the same tree.
AUTHORS
**This package only works in Go 1.6 or higher**
Authors
-------
* 1983 Original algorithm and test code by Antonin Guttman and Michael Stonebraker, UC Berkely
* 1994 ANCI C ported from original test code by Melinda Green