tile38/vendor/github.com/tidwall/rtree
Josh Baker 26d0083faf Update vendoring to use golang/dep
commit a1a37d335a8e89ac89d85c00c8585d3fc02e064a
Author: Josh Baker <joshbaker77@gmail.com>
Date:   Thu Oct 5 07:36:54 2017 -0700

    use symlink instead of copy

commit 96399c2c92620f633611c778e5473200bfd48d41
Author: Josh Baker <joshbaker77@gmail.com>
Date:   Thu Oct 5 07:19:26 2017 -0700

    use dep for vendoring
2017-10-05 07:40:19 -07:00
..
gen grpc support 2016-09-11 21:25:09 -07:00
.travis.yml Update vendoring to use golang/dep 2017-10-05 07:40:19 -07:00
LICENSE grpc support 2016-09-11 21:25:09 -07:00
README.md grpc support 2016-09-11 21:25:09 -07:00
rtree.go grpc support 2016-09-11 21:25:09 -07:00
rtree_test.go grpc support 2016-09-11 21:25:09 -07:00

README.md

RTree implementation for Go

Build Status GoDoc

This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-20 dimensions, and can store and search multidimensions interchangably in the same tree.

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
  • 1995 Sphere volume fix for degeneracy problem submitted by Paul Brook
  • 2004 Templated C++ port by Greg Douglas
  • 2016 Go port by Josh Baker

License

RTree source code is available under the MIT License.